Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 618 Bytes

invoice-custom-field.md

File metadata and controls

29 lines (21 loc) · 618 Bytes

Invoice Custom Field

Structure

InvoiceCustomField

Fields

Name Type Tags Description
OwnerId *int Optional -
OwnerType *models.CustomFieldOwner Optional -
Name *string Optional Constraints: Minimum Length: 1
Value *string Optional Constraints: Minimum Length: 1
MetadatumId *int Optional -

Example (as JSON)

{
  "owner_id": 142,
  "owner_type": "Customer",
  "name": "name0",
  "value": "value2",
  "metadatum_id": 142
}