McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 503

↗ View in doc context
page
503
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::469

DELETE https://<connection-server>/vmrest/callhandlers/<callhandler-objectid> Accept: application/json Connection: keep_alive The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 Assigning a Schedule Set to a Call Handler The following is an example of the PUT request that can be used to assign a schedule set to a call handler: PUT https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid> Request Body: <Callhandler> <ScheduleSetObjectId>9dd6c1d5-249e-4715-8953-396ce2f26314</ScheduleSetObjectId> </Callhandler> Response Code: 204 JSON Example To assign a schedule to a call handler, do the following: PUT https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid> Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "ScheduleSetObjectId": "74205ca1-1f58-466b-a543-13ad7bd4798e" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Specify Message Recipient for a Call Handler The following is an example of the PUT request that can be used to specify message recipient for a call handler: PUT https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid> Request Body: <Callhandler> <RecipientSubscriberObjectId>3c700079-33bb-4897-b1a5- 23cf19194ecf</RecipientSubscriberObjectId> </Callhandler> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example Cisco Unity Connection Provisioning Interface (CUPI) API 471 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Assigning a Schedule Set to a Call Handler