Create a project monthly budget product item
Project Monthly Budget Product Items
Create a project monthly budget product item
POST
Create a project monthly budget product item
The monthly budget for a product invoice item on a project. Only available for billable projects using a monthly budget and the monthly budget mode is “detailed”.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The total amount of the item.
The ID (uuid) of the project this item belongs to.
The ID (uuid) of the invoice item to associate with this budget line.
A description of the item being charged. Maximum 255 characters.
Response
200
The unique identifier for the object.
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 budget line.