call the GetSiteAvailableRounds operation.
POST
/getsiteavailablerounds
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getsiteavailablerounds' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"servicescheduleInput": {}
}'
Response Response Example
200 - Example 1
{
"GetSiteAvailableRoundsResult": {
"ServiceSchedules": {
"ServiceSchedule": {
"ExtensionData": {},
"RoundCode": "string",
"RoundRoundAreaServiceScheduleID": 0,
"ScheduleDescription": "string",
"ServiceName": "string"
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01