TravelAgentPhone
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CompanyPhone. |
primary | Boolean | false | Sets if it is primary or not. |
phoneLocationType | PhoneLocationType | true | Gives more information about that phone |
phoneTechType | PhoneTechType | true | Gives more information about that phone |
countryAccessCode | String | false | The code used in a country to access a phone number. |
areaCityCode | String | false | The code used in a city to access a phone number. |
phoneNumber | String | true | The phone number itself. |
extension | String | false | Extension of the number. |
remark | String | false | Possible remarks about this phone. |
JSON representation
{ "id": 1, "primary": true, "phoneLocationType": { "id": 1, "code": "1", "name": "Brand reservations office" }, "phoneTechType": { "id": 1, "code": "1", "name": "Voice" }, "countryAccessCode": "+34", "areaCityCode": null, "phoneNumber": "93345768", "extension": null, "remark": null }