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

FieldTypeRequiredDescription
idinttrueUnique identifier for the PBXCallQueue.
extensionCodestringfalseName of the PBXCallQueue.
destinationNumberstringfalseNumber that the phone was addressing to.
dateLocalDatetrueMoment when the call was added to the queue.
durationtimefalseDuration of the call.
stepintfalse
amountAfterTaxBigDecimalfalsePrice of the call.
executionDateLocalDateTimefalseTime when the call was processed and changed its status from pending to success.
responseStatusCodeResponseStatusCodefalseStatus 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"
        }
      }
    }
  • No labels