VendorUnitSchema
codestring
createdbynullable
createdby_idintegernullable
createddatedate-timenullable
idinteger
modifiedbynullable
modifiedby_idintegernullable
modifieddatedate-timenullable
namestring
subgroup_breakoutbooleannullable
If True, the vendor unit will be have a summary breakout based in subgroups at the top of an invoice line.
type
vendor_tenant_idintegerrequired
vendor_unit_detail_data_recordsundefined[]
vendor_unit_summary_data_recordsundefined[]
VendorUnitSchema
{
"code": "string",
"createdby_id": 0,
"createddate": "2024-07-29T15:51:28.071Z",
"id": 0,
"modifiedby_id": 0,
"modifieddate": "2024-07-29T15:51:28.071Z",
"name": "string",
"subgroup_breakout": true,
"type": {},
"vendor_tenant_id": 0,
"vendor_unit_detail_data_records": [
null
],
"vendor_unit_summary_data_records": [
null
]
}