latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Tax identifiers
Creates a new tax identifier
Creates a new tax identifier object.
post/tax-identifiers
Request body
Example request
{
"type": "de",
"value": "DE123456789"
}Response
201 Created
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",
"applicability": [
{
"country": "FR",
"entity": "DR_Ireland-Entity",
"customerType": "business"
}
]
}