InvoiceCustomFields
List all invoice custom fields
List all invoice custom fields
get/invoice-custom-fields
Query parameters
typestring
Search by custom field type
filtersobject
Filter by the above query parameters. <br /> <b>Example:</b> { "type[value]" : "short_text", "type[operator]" : "contains" } which will search for all records that have a type containse "short_text".
sort[asc]'id' | 'field_order'
Sort records in ascending order
sort[desc]'id' | 'field_order'
Sort records in descending order
pageinteger
The particular page to return
per_pageinteger
The number of items to return per page Default: 50 Limit: 200
Response
Successful operation