Skip to main content
PATCH
Batch update InvoiceLineItems for an Invoice for a Company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

invoice-id
string<uuid>
required

Invoice ID

company-id
string<uuid>
required

Company ID

Body

application/json
rate_type
enum<string>
Available options:
RatePerHour,
RatePerDay,
RatePerLoad,
RatePerTon,
RatePerTonne,
RatePerYard,
RatePerBushel,
RateCommission,
RateFlatCommission,
RateFlatRate
Example:

"RatePerHour"

invoice_line_items
InvoiceLineItem-Update · object[]

Response

OK

data
InvoiceLineItem-Read · object[]
required