Create a customer
Customers
Create a customer
Register a new customer record.
POST
Create a customer
Submit a new customer. IfDocumentation Index
Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
active=true, the customer is activated
immediately; otherwise they remain in pending state until you call
Activate.
Request body
ID of the office the customer belongs to.
Either
firstname + lastname or fullname is required.Alternative to first/middle/last for non-Western naming.
Optional client-assigned correlation ID.
Reference to an LMS code value. Look up valid values with your
integration representative.
1 = Person, 2 = Entity. Required by some LMS deployments
(including production) — set to 1 for individual borrowers.When
true, the customer is created in active state.
activationDate is then required.ISO-8601
YYYY-MM-DD. Required when active=true.ISO-8601
YYYY-MM-DD. Defaults to today.Example
Response
200 OK returns the full customer object.
Errors
| Code | When |
|---|---|
invalid_argument | Missing officeId, missing name, or active=true without activationDate |
aborted | A customer with the same externalId already exists |

