I am trying to use "msdyn_RetrieveResourceAvailability" feature if you have any documentation or you can help me correct this query.
After running this query no error and no data, verified we have a data. the bookable resource id is facility
abc123.crm3.dynamics.com/.../msdyn_RetrieveResourceAvailability
{
"RealTimeMode": false,
"Duration": 60,
"IgnoreDuration": true,
"IgnoreTravelTime": true,
"AllowOverlapping": true,
"Radius": 100000,
"StartTime":"2020-07-17T16:00:00",
"EndTime": "2020-07-17T17:00:00",
"Resources": [
{
"@odata.type": "Microsoft.Dynamics.CRM.bookableresource",
"bookableresourceid": "f1f553bc-50c4-ea11-a812-000d3af3b5be"
}
]
}