latestOpenAPI 3.0.12026-08-102923187.3 KB
3c9bae130f0a
Person tax identifications
Update a person's tax identification
Modifies one or more properties of a person's tax identification.
patch/v1/persons/{person_id}/tax_identifications/{id}
Path parameters
person_idstring required
idstring required
Request body
Example request
{
"number": "31659837651",
"country": "DE",
"primary": true
}Response
Successful result of the operation
Example response
{
"id": "cba4289c773b7450482ee88a6e5126e9ctin",
"number": "12345678901",
"primary": true
}