Skip to end of metadata
Go to start of metadata
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"
}