McDewey

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

Page 11

↗ View in doc context
page
11
source
unity-connection/rest-api/cuti/cuti.md
chunk_id
unity-connection::rest-api::cuti::cuti::6

POST /vmrest/calls HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.6.0_17 Host: cuc-install-67.cisco.com Connection: keep-alive Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjplY3NidWxhYg== Content-Length: 36 {"number":"2119","maximumRings":"4"} Response: HTTP/1.1 201 Created Set-Cookie: JSESSIONIDSSO=CB2BE1D9771621DBEA24B479C1A9C10A; Path=/ Set-Cookie: JSESSIONID=EB7C33B4DC0AAE91CB002D799C8734BA; Path=/vmrest Location: [http://cuc-install-67.cisco.com/vmrest/calls/vmrest/calls/1] Content-Type: application/json Transfer-Encoding: chunked Date: Fri, 15 Jan 2010 15:14:11 GMT Server: Make the Video call POST https://<connection-server>/vmrest/calls <Call> <number>1096</number> <maximumRings>5</maximumRings> <callType>Video</callType> </Call> The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 /vmrest/calls/66 CallType:video JSON Example POST /vmrest/calls HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.6.0_17 Host: cuc-install-67.cisco.com Connection: keep-alive Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjplY3NidWxhYg== Content-Length: 36 {"number":"1097","maximumRings":"4","callType":"video"} Cisco Unity Connection Telephony Interface (CUTI) API 7 Cisco Unity Connection Telephony Interface (CUTI) API -- Using CUTI for Basic Call Operations Examples