company-sales invoice line
Number of APIs: 5
-
salesInvoiceLines GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines?tenant={{tenant}}
-
salesInvoiceLine GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines({{salesInvoiceLineId}})?tenant={{tenant}}
-
salesInvoiceLine POST {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines?tenant={{tenant}}
-
salesInvoiceLine PATCH {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines({{salesInvoiceLineId}})?tenant={{tenant}}
-
salesInvoiceLine DELETE {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines({{salesInvoiceLineId}})?tenant={{tenant}}