POST MaintenanceWorkOrder/MntWo_SaveUserTimeLog

Request Information

URI Parameters

None.

Body Parameters

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

integer

None.

COMPANY_CODE

string

None.

EMPLOYEE_CODE

string

None.

START_OF_DAY

date

None.

LUNCH_START

date

None.

LUNCH_END

date

None.

END_OF_DAY

date

None.

START_OF_DAY_SERVER

date

None.

LUNCH_START_SERVER

date

None.

LUNCH_END_SERVER

date

None.

END_OF_DAY_SERVER

date

None.

IS_SYNCED_ADP

boolean

None.

EMPLOYEE_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "COMPANY_CODE": "sample string 2",
  "EMPLOYEE_CODE": "sample string 3",
  "START_OF_DAY": "2026-04-03T08:44:21.1115744-04:00",
  "LUNCH_START": "2026-04-03T08:44:21.1115744-04:00",
  "LUNCH_END": "2026-04-03T08:44:21.1125766-04:00",
  "END_OF_DAY": "2026-04-03T08:44:21.1125766-04:00",
  "START_OF_DAY_SERVER": "2026-04-03T08:44:21.1125766-04:00",
  "LUNCH_START_SERVER": "2026-04-03T08:44:21.1125766-04:00",
  "LUNCH_END_SERVER": "2026-04-03T08:44:21.1125766-04:00",
  "END_OF_DAY_SERVER": "2026-04-03T08:44:21.1125766-04:00",
  "IS_SYNCED_ADP": true,
  "EMPLOYEE_NAME": "sample string 5"
}

application/xml, text/xml

Sample:
<WOMNT_UserTimeLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <COMPANY_CODE>sample string 2</COMPANY_CODE>
  <EMPLOYEE_CODE>sample string 3</EMPLOYEE_CODE>
  <EMPLOYEE_NAME>sample string 5</EMPLOYEE_NAME>
  <END_OF_DAY>2026-04-03T08:44:21.1125766-04:00</END_OF_DAY>
  <END_OF_DAY_SERVER>2026-04-03T08:44:21.1125766-04:00</END_OF_DAY_SERVER>
  <ID>1</ID>
  <IS_SYNCED_ADP>true</IS_SYNCED_ADP>
  <LUNCH_END>2026-04-03T08:44:21.1125766-04:00</LUNCH_END>
  <LUNCH_END_SERVER>2026-04-03T08:44:21.1125766-04:00</LUNCH_END_SERVER>
  <LUNCH_START>2026-04-03T08:44:21.1115744-04:00</LUNCH_START>
  <LUNCH_START_SERVER>2026-04-03T08:44:21.1125766-04:00</LUNCH_START_SERVER>
  <START_OF_DAY>2026-04-03T08:44:21.1115744-04:00</START_OF_DAY>
  <START_OF_DAY_SERVER>2026-04-03T08:44:21.1125766-04:00</START_OF_DAY_SERVER>
</WOMNT_UserTimeLog>

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.