Update a tax residency
POST {{proxiedPublicURL}}/users/{{latestUserID}}/tax_residencies
Create a new check for a user
Request Body
{"tax_residencies"=>[{"country"=>"FR", "missing_tin_reason"=>"COUNTRY_HAS_NO_TIN"}, {"country"=>"DE", "tax_identifier_number"=>"12345678901"}]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| upvest-client-id | string | (Required) Tenant Client ID | |
| upvest-api-version | number | Upvest API version | |
| Content-Type | string | ||
| idempotency-key | string |