SegmentCustomer
| Field | Type | Required | Description |
|---|---|---|---|
id |
CustomerId | ||
externalCustomerNumber |
string |
||
internalCustomerNumber |
string |
||
firstName |
string |
||
middleName |
string |
||
lastName |
string |
||
emailAddress |
string |
||
contacts |
array[ContactFull] |
Example
Section titled “Example”{ "id": "9df58ed4-a160-4cf6-a558-480965ba176e", "externalCustomerNumber": "10001", "internalCustomerNumber": "123", "firstName": "John", "middleName": "Doug", "lastName": "Doe", "emailAddress": "john.doe@shopgate.com", "contacts": [ { "id": "55a94ee0-6671-11e9-bb49-13684cb7b248", "externalContactCode": "357709b0-9378-470b-976e-1b040e29b97b", "firstName": "John", "middleName": "Doug", "lastName": "Doe", "companyName": "Shopgate Inc", "address1": "12 Somestreet", "address2": "", "address3": "", "address4": "", "city": "Austin" } ]}
