Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.16 KB

File metadata and controls

17 lines (14 loc) · 1.16 KB

UpdateCustomerInvoice

Properties

Name Type Description Notes
site_id int Site Id of the Customer Invoice. Site Id can be found in your Maxpanda Site Index or Site API
customer_invoice_id int Id of the Customer Invoice. Invoice Id can be found in your Maxpanda Customer Invoice Index or Customer Invoice API
customer_id int Id of the Customer. Customer Id can be found in your Maxpanda Customer Index or Customer API
invoice_number str Invoice Number of Customer Invoice [optional]
archived bool [optional]
invoice_date datetime Date of Customer Invoice
due_date datetime Due date of Customer Invoice [optional]
invoice_items list[CreateInvoiceItemModel] Details of Items of Customer Invoice
invoice_taxes list[InvoiceTaxModel] Taxes applied on Customer Invoice

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