POST TimeTrackV2/XS_GetOprTimeLogV2
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.XS_RepairWOFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| DOC_NO | integer |
None. |
|
| OPR_DOC_NO | integer |
None. |
|
| WO_DOC_NO | integer |
None. |
|
| USER_DOC | string |
None. |
|
| QA_STATUS | string |
None. |
|
| START_DATE | date |
None. |
|
| END_DATE | date |
None. |
|
| RESPONSE_TYPE | XS.CoreApi.Pentagon.Model.HeaderListType |
None. |
|
| EMPLOYEE_CODE | string |
None. |
|
| IS_RUNNING | boolean |
None. |
|
| IS_APPROVED | boolean |
None. |
|
| IS_ALL | boolean |
None. |
|
| DOC_STATUS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DOC_NO": 1,
"OPR_DOC_NO": 2,
"WO_DOC_NO": 3,
"USER_DOC": "sample string 4",
"QA_STATUS": "sample string 5",
"START_DATE": "2026-04-03T08:45:40.5647329-04:00",
"END_DATE": "2026-04-03T08:45:40.5647329-04:00",
"RESPONSE_TYPE": 0,
"EMPLOYEE_CODE": "sample string 6",
"IS_RUNNING": true,
"IS_APPROVED": true,
"IS_ALL": true,
"DOC_STATUS": 1
}
application/xml, text/xml
Sample:
<XS_RepairWOFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <DOC_NO>1</DOC_NO> <DOC_STATUS>1</DOC_STATUS> <EMPLOYEE_CODE>sample string 6</EMPLOYEE_CODE> <END_DATE>2026-04-03T08:45:40.5647329-04:00</END_DATE> <IS_ALL>true</IS_ALL> <IS_APPROVED>true</IS_APPROVED> <IS_RUNNING>true</IS_RUNNING> <OPR_DOC_NO>2</OPR_DOC_NO> <QA_STATUS>sample string 5</QA_STATUS> <RESPONSE_TYPE>Full</RESPONSE_TYPE> <START_DATE>2026-04-03T08:45:40.5647329-04:00</START_DATE> <USER_DOC>sample string 4</USER_DOC> <WO_DOC_NO>3</WO_DOC_NO> </XS_RepairWOFilter>
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. |