CustomerReference
Reference to customer object. Optionally can hold external id for easier cross reference of the customer representation in external system.
idstringrequired
Customer id.
Example:
12345
externalIdstring
External id of the customer.
Example:
55551111
CustomerReference
{
"id": "12345",
"externalId": "55551111"
}