POST api/WorkOrderTaskEfforts

Request Information

URI Parameters

None.

Body Parameters

WorkOrderTaskEffort
NameDescriptionTypeAdditional information
Id

string

None.

DateCreatedUtc

date

None.

StartUtc

date

None.

EndUtc

date

None.

Hours

decimal number

None.

Name

string

None.

ProfileUrl

string

None.

WorkOrderTaskId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "dateCreatedUtc": "2026-01-15T00:58:08.5990432+00:00",
  "startUtc": "2026-01-15T00:58:08.5990432+00:00",
  "endUtc": "2026-01-15T00:58:08.5990432+00:00",
  "hours": 3.0,
  "name": "sample string 4",
  "profileUrl": "sample string 5",
  "workOrderTaskId": "sample string 6"
}

application/xml, text/xml

Sample:
<WorkOrderTaskEffort xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Klutchn.Poco.Models">
  <DateCreatedUtc>2026-01-15T00:58:08.5990432+00:00</DateCreatedUtc>
  <EndUtc>2026-01-15T00:58:08.5990432+00:00</EndUtc>
  <Hours>3</Hours>
  <Id>sample string 1</Id>
  <Name>sample string 4</Name>
  <ProfileUrl>sample string 5</ProfileUrl>
  <StartUtc>2026-01-15T00:58:08.5990432+00:00</StartUtc>
  <WorkOrderTaskId>sample string 6</WorkOrderTaskId>
</WorkOrderTaskEffort>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.