POST api/OnTheGo/Jobs/UpdateJobTimesheet?jobID={jobID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobID

integer

Required

Body Parameters

TimeSheetInfo
NameDescriptionTypeAdditional information
UtcLeftYardAt

date

None.

UtcArrivedAt

date

None.

UtcReadyAt

date

None.

UtcStartedAt

date

None.

UtcFinishedAt

date

None.

UtcLeftJobAt

date

None.

UtcReturnedAt

date

None.

UTCUpdatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UtcLeftYardAt": "2025-05-02T12:00:34.814Z",
  "UtcArrivedAt": "2025-05-02T12:00:34.814Z",
  "UtcReadyAt": "2025-05-02T12:00:34.814Z",
  "UtcStartedAt": "2025-05-02T12:00:34.814Z",
  "UtcFinishedAt": "2025-05-02T12:00:34.814Z",
  "UtcLeftJobAt": "2025-05-02T12:00:34.814Z",
  "UtcReturnedAt": "2025-05-02T12:00:34.814Z",
  "UTCUpdatedOn": "2025-05-02T12:00:34.814Z"
}

application/xml, text/xml

Sample:
<JobsModel.TimeSheetInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appsvc.rapidappsinc.com.Areas.OnTheGo.Models">
  <UTCUpdatedOn>2025-05-02T12:00:34.8149478+00:00</UTCUpdatedOn>
  <UtcArrivedAt>2025-05-02T12:00:34.8149478+00:00</UtcArrivedAt>
  <UtcFinishedAt>2025-05-02T12:00:34.8149478+00:00</UtcFinishedAt>
  <UtcLeftJobAt>2025-05-02T12:00:34.8149478+00:00</UtcLeftJobAt>
  <UtcLeftYardAt>2025-05-02T12:00:34.8149478+00:00</UtcLeftYardAt>
  <UtcReadyAt>2025-05-02T12:00:34.8149478+00:00</UtcReadyAt>
  <UtcReturnedAt>2025-05-02T12:00:34.8149478+00:00</UtcReturnedAt>
  <UtcStartedAt>2025-05-02T12:00:34.8149478+00:00</UtcStartedAt>
</JobsModel.TimeSheetInfo>

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.