I'm trying to utilize the Search Resource Availability API with Postman, documentation at cloudblogs.microsoft.com/.../ . I'm using this JSON:
{
"Version": "1.0.0",
"Requirement":
{
"FromDate":"2019-07-05T18:25:43.511Z",
"ToDate":"2019-07-05T18:25:43.511Z",
"Duration":60
},
"Settings":
{
},
"ResourceSpecification":
{
}
}
I only get an ODATA exception "Does not support untyped value in non-open type". There is a code sample at cloudblogs.microsoft.com/.../ that includes a special library and the function SdkExtensions.Mode.enableNestedEntities. Is there something similar that I need to do in Postman to allow it to provide nested JSON structures?