PBXRequestType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Identification of the PBXRequestType |
code | string | true | Code of the PBXRequestType |
name | string | true | Name of the PBXRequestType |
JSON representation
{ "id": 1, "code": "CI", "name": "CheckIn" }