Update Reason Code
PUT https://{{axpAPIDomain}}/api/admin/voice/v1/accounts/:accountId/communication-managers/:communicationManagerId/reason-codes/:reasonCodeId
This API requires the Account Administrator role.
Update an existing Reason Code name, description and/or other properties.
Request Body
{"codeName"=>"Lunch", "codeNumber"=>"21", "description"=>"Agent is on Lunch.", "isInterruptible"=>true, "systemDefinedAttributes"=>["WORK_ON_DIGITAL"], "organizationNodeId"=>"EXMPLE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |