SWAPI – TCGetEndOfDay

This command is used to get the end of day status from the employee timecard.

Request

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

       <TCGetEndOfDay Version="string" ResultOption="string">

              <EmployeeCode>string</EmployeeCode>

              <CardDate>dateTime</CardDate>

       </TCGetEndOfDay>

</SessionRequest>

 

·         EmployeeCode – The code identifying the employee.

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

Response

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

       <DayEnded>boolean</DayEnded>

       <EndTime>dateTime</EndTime>

</TCGetEndOfDayResponse>

 

·         DayEneded – The Boolean value of the end of day status.

·         EndTime – The time of the end of day status.