Get required field names for invoice creation

GET
/receivables/required_fields

Headers

Auth
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_idstringRequired
counterpart_billing_address_idstringRequired
entity_vat_id_idstringOptional
counterpart_vat_id_idstringOptional

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