Custom fields can be used to add extra information to sales invoices, contacts and identities.
List all custom fields
GET
https://moneybird.com/api/v2
/{administration_id}/custom_fields{format}
Custom fields are used to add extra information to entities in the administration. The source
field can be sales_invoices
, contact
or identity
and defines for which entities the custom
field can be used. The id of a custom field is required to add a value for a custom field to an
entity.
path Parameters
administration_id
string | integer · pattern:^\d+$
· requiredThe unique identifier of the administration
A unique record identifier of an administration
format
string · pattern:^(.(json|xml))?$
· requiredThe format in which the response is given, can be empty to use the default format
Default: .json
Responses
A list of custom fields
id
string | integer | null · pattern:^\d+$
A unique record identifier
administration_id
name
stringsource
string | null · enumEnum values:sales_invoiceestimatecontactidentity