PBXCallQueue
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the PBXCallQueue. |
extensionCode | string | false | Name of the PBXCallQueue. |
destinationNumber | string | false | Number that the phone was addressing to. |
date | LocalDate | true | Moment when the call was added to the queue. |
duration | time | false | Duration of the call. |
step | int | false | |
amountAfterTax | BigDecimal | false | Price of the call. |
executionDate | LocalDateTime | false | Time when the call was processed and changed its status from pending to success. |
responseStatusCode | ResponseStatusCode | false | Status of the call in the queue. |
JSON representation
{ "id": 5, "extensionCode": "EXT101", "date": "2020-04-12T18:13:50.710Z", "destinationNumber": "93 665 46 47", "duration": "00:01:32", "amountAfterTax": "2.330030", "executionDate": "2020-04-12T18:15:51.664Z", "responseStatusCode": { "id": 1, "code": "1", "name": "Success" } }