POST projectcosting/timesheet

Create project costing time sheet expense

Request Information

URI Parameters

None.

Body Parameters

Interprise.Web.Services.Models.ProjectCostingTimeSheetExpenseInput
NameDescriptionTypeAdditional information
CostHeadingsCode

string

None.

ProjectName

string

None.

ProjectNumber

string

None.

Quantity

decimal number

None.

Rate

decimal number

None.

Date

date

None.

EmployeeName

string

None.

EmployeeCode

string

None.

Detail

string

None.

IsBilled

boolean

None.

CostType

string

None.

IsAuthorised

boolean

None.

DateCompleted

date

None.

WorkType

string

None.

ChargeRate

decimal number

None.

ChargeLineTotal

decimal number

None.

IsIgnore

boolean

None.

Request Formats

{
  "costHeadingsCode": "sample string 1",
  "projectName": "sample string 2",
  "projectNumber": "sample string 3",
  "quantity": 1.0,
  "rate": 1.0,
  "date": "2024-04-24T10:20:13.9922358+01:00",
  "employeeName": "sample string 4",
  "employeeCode": "sample string 5",
  "detail": "sample string 6",
  "isBilled": true,
  "costType": "sample string 7",
  "isAuthorised": true,
  "dateCompleted": "2024-04-24T10:20:13.9922358+01:00",
  "workType": "sample string 8",
  "chargeRate": 1.0,
  "chargeLineTotal": 1.0,
  "isIgnore": true
}
<ProjectCostingTimeSheetExpenseInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CostHeadingsCode>sample string 1</CostHeadingsCode>
  <ProjectName>sample string 2</ProjectName>
  <ProjectNumber>sample string 3</ProjectNumber>
  <Quantity>1</Quantity>
  <Rate>1</Rate>
  <Date>2024-04-24T10:20:13.9922358+01:00</Date>
  <EmployeeName>sample string 4</EmployeeName>
  <EmployeeCode>sample string 5</EmployeeCode>
  <Detail>sample string 6</Detail>
  <IsBilled>true</IsBilled>
  <CostType>sample string 7</CostType>
  <IsAuthorised>true</IsAuthorised>
  <DateCompleted>2024-04-24T10:20:13.9922358+01:00</DateCompleted>
  <WorkType>sample string 8</WorkType>
  <ChargeRate>1</ChargeRate>
  <ChargeLineTotal>1</ChargeLineTotal>
  <IsIgnore>true</IsIgnore>
</ProjectCostingTimeSheetExpenseInput>

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'ProjectCostingTimeSheetExpenseInput'.

Response Information

Resource Description

Interprise.Web.Services.Http.MetadataOfInterprise.Web.Services.Models.ProjectCostingTimeSheetExpenseInput
NameDescriptionTypeAdditional information
data

Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.ProjectCostingTimeSheetExpenseInput

None.

links

Interprise.Web.Services.Http.LinksNode

None.

Response Formats

Sample not available.