Clock In and Out

Clocking is a process of capturing the time stamp of every user entering and exiting the facility. It also captures the user’s entry and exit into Work Areas, VAS activities, Manual activities and Break.

Every user has to clock into (CI) the facility (FAC) when he enters the warehouse/building. As the next logical step, the user needs to clock into the Work Area (WA) where the user will start performing his warehouse activities (WAA – Work Area Activities). If the user needs to step out on a lunch or tea break, he needs to clock in/out to indicate that to WFM. Finally he needs to clock (CO) of the Work Area and from the Facility.

Clock In Clock Out API

This API can be used by external time management systems to post clock data to WFM. The API can be used to post a single clock record or multiple clock records. The records are written to stage_track_record and the scheduled job "Process Stage Track Record" moves the records to track_record table. A parameter on the API request can be turned on, if the scheduled job needs to be triggered as a part of the API request. Data can be posted in an XML or JSON format.

API URL

POST ..lgfapi/v10/stage_track_record/clock_inout/
Note: For more detailed information about the Clock In Cloud Out API, go to the Oracle WMS Cloud Information Center. From the top of the page, click on the Documentation tab at the top, then click the link under Current Documentation and refer to the REST API Guide.