Skip to main content

Customer Object

NoNameTypeMandatoryMin LengthMax LengthDescription
1 idStringC1320Customer ID
2 emailEmailC1320Customer email
3 firstNameStringC150Customer firstName
4 lastNameStringC150Customer lastName
5 mobilePhoneTeleponC120Customer Contact mobilePhone
6 phoneTeleponO115Customer phone
7 taxRegistrationIdStringO130Customer taxRegistrationId
8 accountObjectO11Customer account
"customer": {
"id": "hajar@yahoo.com",
"email": "hajar.finnet@gmail.com",
"firstName": "Hajar",
"lastName": "Ismail",
"mobilePhone": "+6281286288844",
"phone": "+6281286288844",
"taxRegistrationId": "123456",
"account": {
"id": "1234"
}
}