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​
| Property | Explanation | 
|---|---|
| type | The type of customer PersonorCompany | 
| 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 | 
| buyer | Buyer information when the customer is a company and if available. See Buyer Info |