McDewey

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

Page 163

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

{ "SmtpAddress":"Texoma@cisco.com", "ObjectGlobalUserObjectId":"9375d893-c8eb-437b-90bf-7de4b1d0c3e8" } 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/smtpproxyaddresses/8375d893-c8eb-437b-90bf-7de4b1d0c3e8 Update SMTP proxy Address PUT https://<connection-server>/vmrest/smtpproxyaddresses/<objectid> <SmtpProxyAddress> <SmtpAddress>Texoma@cisco.com</SmtpAddress> </SmtpProxyAddress> 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 PUT https://<connection-server>vmrest/smtpproxyaddresses/<object_id> Accept: application/json Content-type: application/json Connection: keep-alive { "SmtpAddress":"Texoma@cisco.com" } 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 Delete SMTP Proxy Address DELETE https://<connection-server>/vmrest/smtpproxyaddresses/<objectid> 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 JSON Example Cisco Unity Connection Provisioning Interface (CUPI) API 131 Cisco Unity Connection Provisioning Interface (CUPI) API -- User SMTP Proxy Address Update SMTP proxy Address