cURL
curl --request PUT \ --url https://api.example.com/api/Activities/Reschedule/Bulk \ --header 'Content-Type: application/json' \ --data '[ 123 ]'
Reschedule one or more Activities.
OK
Was this page helpful?