GET TimeTrackingExpense/GetByDocumentHeader/{id}

Gets the specified Time Tracking Expense based on the DocumentHeader linked to it.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The DocumentHeaderId.

Body Parameters

None.

Response Information

Resource Description

Time Tracking Expense
NameTypeAdditional informationDescription
ID integer

None.

TimeTrackingProjectId integer

None.

DocumentHeaderId integer

None.

BillingMethod Time Tracking Expense Billing Method

None.

Date date

None.

Payee string

None.

Description string

None.

Expense decimal

None.

Recharge decimal

None.

MarkupPercentage decimal

None.

IsBilled bool

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "TimeTrackingProjectId": 2,
  "DocumentHeaderId": 3,
  "BillingMethod": 0,
  "Date": "2024-04-25",
  "Payee": "sample string 5",
  "Description": "sample string 6",
  "Expense": 7.0,
  "Recharge": 8.0,
  "MarkupPercentage": 9.1,
  "IsBilled": true
}