v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
createEndCustomerOps end_customer
Create a new end customer (for Ops)
post/ops/end-customers
Request body
Example request
{
"billing_address": {
"city": "abc123",
"country_code": "DE",
"line1": "abc123",
"line2": "aaa",
"postal_code": "abc123",
"region": "abc123"
},
"company_registration_number": "abc123",
"currency": "abc123",
"email_domain": "abc123",
"group": "abc123",
"name": "abc123",
"tax_number": "abc123",
"vat_number": "abc123"
}Response
Created response.
Example response
{
"billing_address": {
"city": "abc123",
"country_code": "DE",
"line1": "abc123",
"line2": "aaa",
"postal_code": "abc123",
"region": "abc123"
},
"company_registration_number": "abc123",
"email_domain": "abc123",
"group": "abc123",
"id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"in_migration": false,
"is_new": false,
"language": "abc123",
"name": "abc123",
"not_vat_registered": false,
"risk_status": "abc123",
"tax_number": "abc123",
"type": "Partnership",
"vat_number": "abc123"
}