McDewey

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

Page 465

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

To update a particular transfer rule, do the following: GET: https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate- objectid>/templatetransferoptions/<TransferOptionType> Accept: applciation/json Content_type: application/json Connection: keep_alive Request Body: { "Action":"1", "TimeExpires":"2012-12-31 12:00:00.0", "Extension":"1002", "PlayTransferPrompt":"true", "TransferAnnounce":"true", "TransferConfirm":"true" } 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 Explanation of Data Fields Comments Data Type Operations Parameters URI of the call handler transfer options. String Read Only URI Specifies the call handler object ID String Read Only CallHandlerTemplateObjectId URI of the call handler being referenced. String Read Only CallHandlerTemplateURI Specifies the transfer option type. There are 3 transfer option type available: • Alternate - in effect at all times, overrides standard and offhours. • OffHours - off or closed hours based on specified schedule. • Standard - standard hours based on specified schedule. String Read Only TransferOptionType Specifies the transfer rule action. Custom type is Transfer Rule Action. Refer to the section Enumeration Type.<<Link will be mentioned later>> Default value: 0 Integer Read/Write Action Action to take on Ring-No-Answer (RNA) condition. Refer to the section Enumeration Type.<<Link will be mentioned later>> Integer Read/Write RnaAction Cisco Unity Connection Provisioning Interface (CUPI) API 433 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Explanation of Data Fields