What's New
Cloud Contact Center Terminology Update
https://xxxxxx/v4/openim_console_http_svc/add_chitchat_category?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameter | Description |
v4/openim_console_http_svc/add_chitchat_category | Request API. |
sdkappid | Assigned SDKAppID in the IM console when creating an application. |
identifier | |
usersig | Generated signature of the App administrator account. For specific operations, see Generate UserSig. |
random | Enter a random 32-bit unsigned integer in the range of 0 to 4294967295. |
contenttype | The request format has a fixed value of json. |
{"ParentId": 10479,"Title": "This is a secondary category"}
Field | Type | Required | Description |
Title | String | Required | Category title. |
ParentId | Integer | Optional. | If you need to add a multi-level category, set the parent category ID here (the management console currently only supports two levels). |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"CategoryId": 10515}
Field | Type | Description |
ActionStatus | String | Request processing result. OK: processing successful; FAIL: processing failed. |
ErrorCode | Integer | Error code: 0 indicates success, non-zero indicates failure. |
ErrorInfo | String | Error message. |
CategoryId | Integer | Added category ID. |
Error Code | Description |
-7 | Parameter parsing failed. Check whether the request package meets the JSON Specification or the request parameters meet requirements. |
-14 | Exceeds the maximum frequency limit allowed by this API. |
-20 | Request requires App administrator permissions. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários