ProjectExpenses
Retrieves all expenses associated with one project by passing in the project id.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Name | String | ||
| Date | Date | ||
| Description | String | ||
| InvoiceId | String |
Invoices.Id | |
| ProjectId | String |
Projects.Id | |
| ProjectName | String | ||
| CompanyId | String |
Companies.Id | |
| CompanyName | String | ||
| Cost | Double | ||
| CreatedByUserFirstname | String | ||
| CreatedByUserId | String | ||
| CreatedByUserLastname | String | ||
| UpdatedDate | Datetime |