Customers
Add a customer source record to a customer
Add one of the customer sources to a customer account.
post/customers/{customer_id}/customer-source-records
Path parameters
customer_idstring required
The unique ID of the customer.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"customer_source_record": {
"customer_source_record_id": "8fd73167342d06899c4c015320",
"customer_source_id": "86e05affc7a7abefcd513ab400",
"customer_id": "87af991126405bf8e7dfb36045",
"external_id": "A66854921C",
"last_change": "2019-06-23 11:47:22"
}
}Response
Created
Example response
{
"data": {
"customer_source_record_id": "8fd73167342d06899c4c015320"
}
}