Create Contract Actions

Create a contract action for an express account. This operation facilitates the subscription, amendment or cancellation of an express contract.

👍

Access and Registration

Authentication

Scope

express-accounts-contracts-actions:write

Body Response - Schema

200 OK

ParameterTypeDescription
idstringContract action id. Required.
Example: 123245132132
action_typestringThe action type. Required.

NEWTDE: New subscription.
AMENDTDE: Amendment of the current subscription.
CANCELTDE: Cancellation of the subscription.
Allowed values:
NEWTDE
AMENDTDE
CANCELTDE
Example:
NEWTDE
quantityinteger <32>The number of licenses.
Example: 10
statusstringThe contract action's status. Required.
Allowed values:
CREATED
IN_PROGRESS
COMPLETED
FAILED
Example:
CREATED
status_messagestringThe contract action's status message.
Example: Contract action created successfully
created_at(string)Creation timestamp. Required.
Example: 2022-03-10T16:15:50Z
updated_at(string)The update timestamp. Required.
Example: 2022-03-10T16:15:50Z

400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found), 409 (conflict)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fields array[object]"fields" subdivides into:

"name" (string)

"description" (string)
yes (name and description)

👍

API Availability

The Talkdesk Express API is in GA since the 5th of July, 2024.

🚧

Troubleshooting

If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.

Language
Authorization
Header
Click Try It! to start a request and see the response here!