Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idint trueIdentification of the PBXRequestQueuethe PBXRequestType
codestringtrueCode of the PBXRequestQueuethe PBXRequestType
namestringtrueName of the PBXRequestQueuethe PBXRequestType



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"code": "CI",
	"name": "CheckIn"
}