Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


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

Code Block
languagepowershell
themeDJango
{
   	"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"
	}
}