POST TimeTrack/SaveTimeTrackOprEmailLog
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.TimeTrack_OprEmailLog| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| WO_DOC_NO | integer |
None. |
|
| OPR_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,
"OPR_DOC_NO": 1,
"PERCENT_REACHED": 1,
"EMAIL_SENT": true,
"SENT_ON": "2026-04-03T08:43:41.9384879-04:00",
"ERROR": "sample string 2"
}
application/xml, text/xml
Sample:
<TimeTrack_OprEmailLog 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> <OPR_DOC_NO>1</OPR_DOC_NO> <PERCENT_REACHED>1</PERCENT_REACHED> <SENT_ON>2026-04-03T08:43:41.9384879-04:00</SENT_ON> <WO_DOC_NO>1</WO_DOC_NO> </TimeTrack_OprEmailLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional 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. |