Update a project other item
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The project other item uuid
Body
The invoice item ID (uuid) for this other item.
The date of the item. Will be in the form YYYY-MM-DD.
A description of the item being charged.
The quantity used to calculate the fee.
The rate used to calculate the fee.
The total amount of the item.
Response
200
The unique identifier for the object.
The date of the item. Will be in the form YYYY-MM-DD.
The quantity used to calculate the fee.
The rate used to calculate the fee.
The total amount of the item.
A description of the item being charged.
The timestamp when the object was created.
The project this item belongs to.
The invoice item associated with this other item.
Whether the item has been invoiced.