Project monthly budget other item object

The monthly budget for a miscellaneous invoice item on a project. Only available for billable projects using a monthly budget and the monthly budget mode is "detailed".

Example

{
  "id": "02069063-e9b9-4ad0-a134-ab75651a92a9",
  "fee": 1000,
  "description": "Extra staffing",
  "createdAt": "2022-03-18T17:29:39.912Z",
  "project": {
    "id": "095e0780-48bf-472c-8deb-2fc3ebc7d90c",
    "name": "Vendor Portal",
    "client": {
      "id": "4cacdf11-71d1-4fbb-90ee-b091803581b0",
      "name": "Joe's Shop"
    }
  },
  "invoiceItem": {
    "id": "2960f9f0-fcb2-457f-a4e8-6049618db498",
    "name": "Staffing"
  }
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
feenumberThe total amount of the item.
descriptionstringA description of the item being charged.
createdAttimestampThe timestamp when the object was created.
projectobjectA simple object to the related project. See attributes.
invoiceItemobjectA simple object to the related invoice item. See attributes.

Project attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the project.
clientobjectA simple object to the related client. See attributes.

Client attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the client.

Invoice item attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the invoice item.