Saves a disposition configuration

Request
path Parameters
id
required
integer <int64>
Request Body schema: application/json
property name*
string
Responses
200

OK

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/disposition-service/v1/disposition/{id}/configuration
Request samples
application/json
{
  • "property1": "string",
  • "property2": "string"
}
Response samples
application/json
{
  • "property1": "string",
  • "property2": "string"
}