Example: Individual counterparty creation request
{
"classification": "individual",
"individual_first_name": "John",
"individual_last_name": "Doe",
"individual_address_country": "US",
"individual_date_of_birth": "1980-01-01",
"individual_national_identification_number": "123456789",
"individual_street_address1": "123 Main St",
"individual_street_address2": "Apt 4B",
"individual_city": "New York",
"individual_state": "NY",
"individual_postal_code": "10001"
}
In the successful response you receive a unique id for the counterparty.
{
"data": {
"id": "c7d8e9f0-1a2b-3c4d-5e6f-789012345678",
"workspace_id": "b53f6690-3242-4942-9907-885779632832",
"classification": "individual",
"tenant_id": null,
"individual_first_name": "John",
"individual_last_name": "Doe",
"individual_address_country": "US",
"individual_date_of_birth": "1980-01-01",
"individual_national_identification_number": "123456789",
"individual_street_address1": "123 Main St",
"individual_street_address2": "Apt 4B",
"individual_city": "New York",
"individual_state": "NY",
"individual_postal_code": "10001",
"business_legal_name": null,
"business_dba": null,
"business_address_country": null,
"business_street_address1": null,
"business_street_address2": null,
"business_city": null,
"business_state": null,
"business_legal_entity_identifier": null,
"created_at": "2024-03-01T10:00:00.000Z",
"updated_at": "2024-03-01T10:00:00.000Z"
}
}