Create an entity VAT ID

POST
/entities/:entity_id/vat_ids

Path parameters

entity_idstringRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired

Request

This endpoint expects an object.
countryenumRequired
valuestringRequired<=32 characters
typeenumOptional

Response

Successful Response

idstring
countryenum
entity_idstring
valuestring<=32 characters
typeenumOptional

Errors