Bulk Customers by source id
POST/customers/bulk/sourceId
The bulk endpoints offer an efficient way of importing/updating large amounts of customers with just a single API call. When using the bulk sourceId
endpoint, the customers are identified by sourceId
, source
and language
. If a customer doesn't already exist, it will be created. If it does exist, the customer found will be updated.
Fields
Name | Required |
---|---|
customers (array of customer objects) | yes |
source | yes |
sourceId | yes |
debtorId | no |
firstName | no |
middleName | no |
lastName | no |
abbreviation | no |
title | no |
dateOfBirth | no |
gender | no |
ssn | no |
phone | no |
email | no |
parent | no |
primaryLanguage | no |
addresses Read more about addresses | no |
Request
Responses
- 200
- 400
Bulk Customers by source id - 200
Response Headers
Alt-Svc
Via
alt-svc
content-length
date
return-format
x-request-id
Bulk Customers by source id - 400 (invalid schema)
Response Headers
Alt-Svc
Via
alt-svc
content-length
date
return-format
x-request-id