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
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | Unique identificator of the chain. | |
propertyId | Integer | true | path parameter | Unique identificator of the property. | |
integrationId | Integer | true | path parameter | Unique identificator of the Integration. | |
pbxRequestQueueId | Integer | true | path parameter | The request to be updated | |
responseStatusCodeId | Integer | true | path 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
Property | Type | Required | Description |
---|---|---|---|
responseApiMessage | ResponseApiMessage | true | Response of the operation. |
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success request updated", "errorCode": "0", "id": 1 }