SWAPI – TCSetEndOfDay

This command is used to set or clear the end of day status from the employee timecard.

Request

<SessionRequest Version="string" SessionID="{0EFBA01D-75BF-45D8-8532-093D5E649815}" RequestID="string">

       <TCSetEndOfDay Version="string" ResultOption="string">

              <EmployeeCode>string</EmployeeCode>

              <CardDate>dateTime</CardDate>

              <DayEnded>boolean</DayEnded>

              <EndTime>dateTime</EndTime>

       </TCSetEndOfDay>

</SessionRequest>

 

·         EmployeeCode – The code identifying the employee.

·         CardDate – The date of the time card to modify.

·         DayEnded – The Boolean value of the day ended status

·         EndTime – The time specified as the end of the day.

Response

<TCSetEndOfDayResponse Successful="true" ResultCode="000" ResultText="Successful" Version="1.9.900.1" RequestID="string"/>

 

·         No Return Fields