company-sales invoice line

Number of APIs: 5

  1. salesInvoiceLines GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines?tenant={{tenant}}

  2. salesInvoiceLine GET {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines({{salesInvoiceLineId}})?tenant={{tenant}}

  3. salesInvoiceLine POST {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines?tenant={{tenant}}

  4. salesInvoiceLine PATCH {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines({{salesInvoiceLineId}})?tenant={{tenant}}

  5. salesInvoiceLine DELETE {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})/salesInvoiceLines({{salesInvoiceLineId}})?tenant={{tenant}}