Skip to main content
POST
/
api
/
v1
/
Occurrence
/
hasOccurrences
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Occurrence/hasOccurrences \
  --header 'Content-Type: application/json' \
  --data '
{
  "Ids": [
    "<string>"
  ],
  "Start": "2023-11-07T05:31:56Z",
  "End": "2023-11-07T05:31:56Z"
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "HasOccurrences": true
}

Body

application/json
Ids
string<guid>[]
required
Minimum array length: 1
Start
string<date-time>
required
Minimum string length: 1
End
string<date-time>
required
Minimum string length: 1

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
HasOccurrences
boolean