Get required field names for invoice creation

GET
/receivables/required_fields

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

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_idstringRequiredformat: "uuid"
counterpart_billing_address_idstringRequiredformat: "uuid"
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