Customer has Special Identifiers

Special Identifiers, International Customers

Why Special Identifiers

How to Include the special Identifier in the API

This is in the identifier section int he Customer segment.

Below examples:

"Customer": {
"Name": "Långtest AB",
"PartyType": "Customer",
 "Identifiers": [
        {
        "IdentifierType": "ORGNR",
        "Identifier": "5564326808"
        }
],
"Street": "Test 9116",
"City": "Stockholm",
"Zipcode": "10999",
"CountryCode": "",
"ContactFirstName": "",
"ContactLastName": "",
"VATNumber": "SE5564326999"
}
"Customer": 
{
  "Name": "TESTCUSTOMER",
  "VATNumber": "FR25842499999", // Use only If Government Organisation has a VAT
  "PartyType": "Customer",
   "Identifiers": [
        {
        "IdentifierType": "SIRET", //Mandatory Identifier for Chorus
        "Identifier": "84249114400015"
        },

    ]
 }