Skip to main content

Customer​

Examples​

{
"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"
}
{
"type": "Company",
"name": "Norion Bank AB",
"registrationNumber": "5565970513",
"countryCode": "SE",
"addressLine1": "Lilla Bommens Torg 11",
"city": "Göteborg",
"postalCode": "411 04",
"email": "norion@sink.walleydev.com",
"mobilePhoneNumber": "+46731234567",
"homePhoneNumber": "+46731234567",
"buyer": {
/*...*/
}
}

Properties​

PropertyExplanation
typeThe type of customer Person or Company
nameThe full name or company name of the customer
firstNameThe first name
lastNameThe last name
registrationNumberThe customers registration number
countryCodeCountry Code (ISO-3166-1 Alpha-2 Code)
addressLine1First Address line
cityCity
postalCodePostal Code
emailEmail address
mobilePhoneNumberMobile phone number
homePhoneNumberHome phone number
buyerBuyer information when the customer is a company and if available. See Buyer Info