Get required field names for invoice creation

Get field requirements for invoice creation given the entity and counterpart details.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired
x-monite-entity-idstringRequired

The ID of the entity that owns the requested resource.

Query parameters

counterpart_idstringOptionalformat: "uuid"
counterpart_billing_address_idstringOptionalformat: "uuid"
counterpart_countryenumOptional
counterpart_typeenumOptional
Allowed values:
entity_vat_id_idstringOptionalformat: "uuid"
counterpart_vat_id_idstringOptionalformat: "uuid"

Response

Successful Response

counterpartobjectOptional

Object describing the required fields for counterpart

entityobjectOptional

Object describing the required fields for entity

line_itemobjectOptional

Object describing the required fields for line items

Errors