AccountReceivablePhone

Structure

FieldTypeRequiredDescription
idIntegerfalseUnique identifier for the

AccountReceivablePhone.

PhoneLocationType
PhoneLocationTypefalse
PhoneTechType
PhoneTechTypefalse
countryAccessCode
Stringfalse
areaCityCode
Stringfalse
phoneNumber
Stringfalse
extension
Stringfalse
remarkStringremark 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"
}