Update PBXRequestQueue Status [PUT]

Operation

Information of the operation


PUT
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/pbx/{integrationId}/requests/{pbxRequestQueueId}/status/{responseStatusCodeId}


Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
propertyIdIntegertruepath parameter
Unique identificator of the property.
integrationIdIntegertruepath parameter
Unique identificator of the Integration.

pbxRequestQueueId

Integertruepath parameter
The request to be updated
responseStatusCodeIdIntegertruepath parameter
The ResponseStatusCode that will change in the request.

Example request

PUT https://prod.ulysescloud.com/public/api/v1/chain/1/property/3/pbx/9/requests/1/status/1


Response

PropertyTypeRequiredDescription
responseApiMessageResponseApiMessagetrueResponse of the operation.



Example response

{
  "httpStatus": "201",
  "userMessage": "Success",
  "technicalMessage": "Success request updated",
  "errorCode": "0",
  "id": 1
}