Complete
This operation is part of the Customer Chat API portion of the Web Services API.
Overview
Completes the chat.
After sending this request, no further requests should be sent for the chat.
Important
As with all customer chat API requests, no Authorization header should be included. Instead, the ContactCenterId custom HTTP header should be included.Request URL | /api/v2/chats/{id} |
---|---|
HTTP Method | POST |
Required Features | - |
Required HTTP Headers | ContactCenterId |
Parameters
Parameter | Value |
---|---|
operationName | Complete |
Example
Request
POST api/v2/chats/652492d9-c2d9-44c9-b9ad-0ab7984114bb ContactCenterId: cfe5ad67-ba6d-4340-81f9-bb680ef5d498 { "operationName": "Complete" }
Response
{ "statusCode": 0 }
This page was last edited on January 22, 2016, at 19:56.
Comments or questions about this documentation? Contact us for support!