Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1008 Bytes

File metadata and controls

17 lines (14 loc) · 1008 Bytes

CreateInvoiceModel

Properties

Name Type Description Notes
vendor_id int Vendor ID can be found in your Maxpanda Vendor index or Vendor API
sites list[int] Site ID can be found in your Maxpanda Site index or Vendor API
invoice_number str Invoice Number of Invoice
invoice_date datetime Date on which Invoice was Raised
due_date datetime Due date of Invoice [optional]
description str Description of Invoice [optional]
invoice_items list[CreateInvoiceItemModel] Details of Items of Invoice
invoice_taxes list[InvoiceTaxModel] Taxes applied on Invoice
current_site int Users current site

[Back to Model list] [Back to API list] [Back to README]