POST TimeTrack/SaveWorkOrderTargetTime
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.TimeTrack_TargetTime| Name | Description | Type | Additional information |
|---|---|---|---|
| WO_DOC_NO | integer |
None. |
|
| OPR_DOC_NO | integer |
None. |
|
| TIME_MODIFIED | decimal number |
None. |
|
| OLD_OPR_TARGET_TIME | decimal number |
None. |
|
| WO_TARGET_TIME | decimal number |
None. |
|
| MODIFIED_ON | date |
None. |
|
| MODIFIED_BY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WO_DOC_NO": 1,
"OPR_DOC_NO": 1,
"TIME_MODIFIED": 1.0,
"OLD_OPR_TARGET_TIME": 1.0,
"WO_TARGET_TIME": 1.0,
"MODIFIED_ON": "2026-04-03T08:42:30.9098141-04:00",
"MODIFIED_BY": "sample string 1"
}
application/xml, text/xml
Sample:
<TimeTrack_TargetTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <MODIFIED_BY>sample string 1</MODIFIED_BY> <MODIFIED_ON>2026-04-03T08:42:30.9098141-04:00</MODIFIED_ON> <OLD_OPR_TARGET_TIME>1</OLD_OPR_TARGET_TIME> <OPR_DOC_NO>1</OPR_DOC_NO> <TIME_MODIFIED>1</TIME_MODIFIED> <WO_DOC_NO>1</WO_DOC_NO> <WO_TARGET_TIME>1</WO_TARGET_TIME> </TimeTrack_TargetTime>
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. |