v1

latestOpenAPI 3.1.02026-07-244511495.5 KB
Customers

Add individual

Add individual

post/v1/customers/individuals

Headers

Idempotency-Keystring uuid nullable

Idempotency key to allow safe retrying of the operation. The value should be a unique UUID for each distinct operation. See our understanding idempotency guide for full details.

Request body

date_of_birthstring date required
display_namestring string required
first_namestring string required
gender'male' | 'female' | 'undefined' required
last_namestring string required
middle_namestring string nullable
nationalitystring string required
referencestring string required

Reference set by the customer. Max 36 characters.

Response

Individual has been created successfully

idstring Uuid required