Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
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": "E1002",
"date": "2018-04-12T18:13:50.710Z",
"name": "Extension 1002",
"module": {
"id": 2,
"code": "102",
"name": "M102",
"roomModuleStatusTypeModel": {
"id": 1,
"code": "CL",
"name": "Clean"
}
}
}