Customer​
Example​
{
"type": "Person",
"name": "Mats Edström",
"firstName": "Mats",
"lastName": "Edström",
"registrationNumber": "980603***5",
"countryCode": "SE",
"addressLine1": "Finksvängen 38",
"city": "Malung",
"postalCode": "885 35",
"email": "mats.edstrom@sink.walleydev.com",
"mobilePhoneNumber": "+46731234567",
"homePhoneNumber": "+46731234567"
}
Properties​
Property | Explanation |
---|---|
type | The type of buyer Person or Company |
name | The full name or company name of the customer |
firstName | The first name |
lastName | The last name |
registrationNumber | The customers registration number |
countryCode | Country Code (ISO-3166-1 Alpha-2 Code) |
addressLine1 | First Address line |
city | City |
postalCode | Postal Code |
Email address | |
mobilePhoneNumber | Mobile phone number |
homePhoneNumber | Home phone number |