POST TimeTrack/SaveTimeTrackOperation

Request Information

URI Parameters

None.

Body Parameters

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

globally unique identifier

None.

CCODE

string

None.

START_TIME

date

None.

END_TIME

date

None.

TIME_DURATION

decimal number

None.

IS_OVER_TIME

boolean

None.

IS_OVER_TIME_ALLOWED

boolean

None.

OPR_DOC_NO

integer

None.

OPR_DOC_CATEGORY

string

None.

OPR_DESCRIPTION

string

None.

OPR_SEQ

decimal number

None.

OPR_QTY_FINISH

decimal number

None.

OPR_TARGET_TIME

decimal number

None.

OPR_TOTAL_TIME

decimal number

None.

COST_CODE

string

None.

OPR_TASK_CODE

string

None.

OPR_FUNCTION_CODE

string

None.

OPR_LOCATION_ID

integer

None.

IS_OPR_COMPLETED

boolean

None.

WO_DOC_NO

integer

None.

WO_USER_DOC

string

None.

WO_DOC_CATEGORY

string

None.

WO_DOC_STATUS

integer

None.

WO_PARTNUMBER

string

None.

WO_SERIAL_NO

string

None.

WO_DESCRIPTION

string

None.

WO_TARGET_TIME

decimal number

None.

WO_TOTAL_TIME

decimal number

None.

WO_REMAINING_TIME

decimal number

None.

STANDARD_COST_PER_HOUR

decimal number

None.

OVER_CHARGE

decimal number

None.

ADDED_DTE

date

None.

UPDATED_DTE

date

None.

DOMAIN_USR

string

None.

DOMAIN_USR_NAME

string

None.

OVER_TIME_STARTED

date

None.

ACT_TIME_END

date

None.

OVER_TIME_END

date

None.

XS_OPR_STATUS

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "f0fe77e8-f155-446e-9fc8-0df90a396b90",
  "CCODE": "sample string 1",
  "START_TIME": "2026-04-03T08:43:44.4840687-04:00",
  "END_TIME": "2026-04-03T08:43:44.4840687-04:00",
  "TIME_DURATION": 1.0,
  "IS_OVER_TIME": true,
  "IS_OVER_TIME_ALLOWED": true,
  "OPR_DOC_NO": 1,
  "OPR_DOC_CATEGORY": "sample string 2",
  "OPR_DESCRIPTION": "sample string 3",
  "OPR_SEQ": 1.0,
  "OPR_QTY_FINISH": 1.0,
  "OPR_TARGET_TIME": 1.0,
  "OPR_TOTAL_TIME": 1.0,
  "COST_CODE": "sample string 4",
  "OPR_TASK_CODE": "sample string 5",
  "OPR_FUNCTION_CODE": "sample string 6",
  "OPR_LOCATION_ID": 1,
  "IS_OPR_COMPLETED": true,
  "WO_DOC_NO": 1,
  "WO_USER_DOC": "sample string 7",
  "WO_DOC_CATEGORY": "sample string 8",
  "WO_DOC_STATUS": 1,
  "WO_PARTNUMBER": "sample string 9",
  "WO_SERIAL_NO": "sample string 10",
  "WO_DESCRIPTION": "sample string 11",
  "WO_TARGET_TIME": 1.0,
  "WO_TOTAL_TIME": 1.0,
  "WO_REMAINING_TIME": 1.0,
  "STANDARD_COST_PER_HOUR": 1.0,
  "OVER_CHARGE": 1.0,
  "ADDED_DTE": "2026-04-03T08:43:44.4840687-04:00",
  "UPDATED_DTE": "2026-04-03T08:43:44.4840687-04:00",
  "DOMAIN_USR": "sample string 12",
  "DOMAIN_USR_NAME": "sample string 13",
  "OVER_TIME_STARTED": "2026-04-03T08:43:44.4840687-04:00",
  "ACT_TIME_END": "2026-04-03T08:43:44.4840687-04:00",
  "OVER_TIME_END": "2026-04-03T08:43:44.4840687-04:00",
  "XS_OPR_STATUS": 1
}

application/xml, text/xml

Sample:
<TimeTrack_Operation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ACT_TIME_END>2026-04-03T08:43:44.4840687-04:00</ACT_TIME_END>
  <ADDED_DTE>2026-04-03T08:43:44.4840687-04:00</ADDED_DTE>
  <CCODE>sample string 1</CCODE>
  <COST_CODE>sample string 4</COST_CODE>
  <DOMAIN_USR>sample string 12</DOMAIN_USR>
  <DOMAIN_USR_NAME>sample string 13</DOMAIN_USR_NAME>
  <END_TIME>2026-04-03T08:43:44.4840687-04:00</END_TIME>
  <ID>f0fe77e8-f155-446e-9fc8-0df90a396b90</ID>
  <IS_OPR_COMPLETED>true</IS_OPR_COMPLETED>
  <IS_OVER_TIME>true</IS_OVER_TIME>
  <IS_OVER_TIME_ALLOWED>true</IS_OVER_TIME_ALLOWED>
  <OPR_DESCRIPTION>sample string 3</OPR_DESCRIPTION>
  <OPR_DOC_CATEGORY>sample string 2</OPR_DOC_CATEGORY>
  <OPR_DOC_NO>1</OPR_DOC_NO>
  <OPR_FUNCTION_CODE>sample string 6</OPR_FUNCTION_CODE>
  <OPR_LOCATION_ID>1</OPR_LOCATION_ID>
  <OPR_QTY_FINISH>1</OPR_QTY_FINISH>
  <OPR_SEQ>1</OPR_SEQ>
  <OPR_TARGET_TIME>1</OPR_TARGET_TIME>
  <OPR_TASK_CODE>sample string 5</OPR_TASK_CODE>
  <OPR_TOTAL_TIME>1</OPR_TOTAL_TIME>
  <OVER_CHARGE>1</OVER_CHARGE>
  <OVER_TIME_END>2026-04-03T08:43:44.4840687-04:00</OVER_TIME_END>
  <OVER_TIME_STARTED>2026-04-03T08:43:44.4840687-04:00</OVER_TIME_STARTED>
  <STANDARD_COST_PER_HOUR>1</STANDARD_COST_PER_HOUR>
  <START_TIME>2026-04-03T08:43:44.4840687-04:00</START_TIME>
  <TIME_DURATION>1</TIME_DURATION>
  <UPDATED_DTE>2026-04-03T08:43:44.4840687-04:00</UPDATED_DTE>
  <WO_DESCRIPTION>sample string 11</WO_DESCRIPTION>
  <WO_DOC_CATEGORY>sample string 8</WO_DOC_CATEGORY>
  <WO_DOC_NO>1</WO_DOC_NO>
  <WO_DOC_STATUS>1</WO_DOC_STATUS>
  <WO_PARTNUMBER>sample string 9</WO_PARTNUMBER>
  <WO_REMAINING_TIME>1</WO_REMAINING_TIME>
  <WO_SERIAL_NO>sample string 10</WO_SERIAL_NO>
  <WO_TARGET_TIME>1</WO_TARGET_TIME>
  <WO_TOTAL_TIME>1</WO_TOTAL_TIME>
  <WO_USER_DOC>sample string 7</WO_USER_DOC>
  <XS_OPR_STATUS>1</XS_OPR_STATUS>
</TimeTrack_Operation>

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.