Add custom fields to an invoice
masterCustom fields allow you to add extra information to the top-right section of the invoice. These are passed as an array of objects containing name and value keys.
{
"custom_fields": [
{
"name": "Gizmo",
"value": "PO-1234"
},
{
"name": "Account Number",
"value": "CUST-456"
}
]
}