v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
updateEndCustomerInfoOps end_customer
Update end customer info (for Ops)
put/ops/end-customer-info/{id}
Path parameters
idstring regexp required
end-customer ID
Example:739b63c2-9e58-4964-b38d-4ebb424de242
end-customer ID
Request body
Example request
{
"billing_address": {
"city": "abc123",
"country_code": "DE",
"line1": "abc123",
"line2": "aaa",
"postal_code": "abc123",
"region": "abc123"
},
"company_registration_number": "abc123",
"email_domain": "abc123",
"force_update_email": false,
"group": "abc123",
"language": "de",
"name": "aa",
"not_vat_registered": false,
"tax_number": "abc123",
"type": "Partnership",
"vat_number": "abc123"
}Response
OK 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"
}