Project type object

Every project in Ruddr can be assigned a project type. Reports can then be filtered by project type to analyze performance by type.

Example

{
  "id": "0ecf3497-9231-40b8-91a7-52d3ce0515e2",
  "name": "Professional Services",
  "isActive": true,
  "createdAt": "2024-02-09T13:56:51.649Z",
  "invoiceItem": {
    "id": "72761804-b01e-4c8f-8352-2fcde43261a8",
    "name": "Service"
  }
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the project type.
isActivebooleanA flag to indicate if the location is active in the system.
createdAttimestampThe timestamp when the object was created.
invoiceItemobjectA simple object to the related invoice item. See attributes .

Invoice Item attributes

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