latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Customers
Attaches a tax identifier to a customer
Attaches a tax identifier to a customer
post/customers/{id}/tax-identifiers/{taxId}
Path parameters
idstring required
Customer ID
taxIdstring uuid required
Tax ID
Response
200 OK
Example response
{
"id": "5774321009",
"createdTime": "2018-04-25T20:36:00Z",
"customerId": "5774321009",
"type": "de",
"value": "DE123456789",
"state": "pending",
"stateTransitions": {
"pending": "2018-04-25T20:36:00Z",
"verified": "2018-04-25T20:36:00Z",
"not_valid": "2018-04-25T20:36:00Z"
},
"verifiedName": ".",
"verifiedAddress": ".",
"updatedTime": "2018-04-25T20:36:00Z"
}