POST TimeTrack/SaveTimeTrackWorkOrderEmailLog

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.TimeTrack_WorkOrderEmailLog
NameDescriptionTypeAdditional information
ID

integer

None.

WO_DOC_NO

integer

None.

PERCENT_REACHED

integer

None.

EMAIL_SENT

boolean

None.

SENT_ON

date

None.

ERROR

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "WO_DOC_NO": 1,
  "PERCENT_REACHED": 1,
  "EMAIL_SENT": true,
  "SENT_ON": "2026-04-03T08:42:50.3890496-04:00",
  "ERROR": "sample string 2"
}

application/xml, text/xml

Sample:
<TimeTrack_WorkOrderEmailLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <EMAIL_SENT>true</EMAIL_SENT>
  <ERROR>sample string 2</ERROR>
  <ID>1</ID>
  <PERCENT_REACHED>1</PERCENT_REACHED>
  <SENT_ON>2026-04-03T08:42:50.3890496-04:00</SENT_ON>
  <WO_DOC_NO>1</WO_DOC_NO>
</TimeTrack_WorkOrderEmailLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.