AccountReceivablePhone
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | false | Unique identifier for the AccountReceivablePhone. |
PhoneLocationType | PhoneLocationType | false | |
PhoneTechType | PhoneTechType | false | |
countryAccessCode | String | false | |
areaCityCode | String | false | |
phoneNumber | String | false | |
extension | String | false | |
remark | String | remark of Phone |
JSON representation
{ "id": 1, "PhoneLocationType": {"id":1}, "PhoneTechType": "email@septeo.com", "countryAccessCode": "GB", "areaCityCode": "LDN", "phoneNumber": "+34111222333", "extension": "25", "remark":"this is a remark test" }