Create a PY Employee Clock In and Out
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Create a PY Employee Clock In and Out

  • Dark
    Light

Article summary

Post
/hcm-rest-api/rest/1/pyempclockinout

Create Employee Deductions

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "EcioEmpNo": "GERALD", "EcioType": "IN", "EcioDatetime": "2023-11-04T06:30:00", "EcioDatetimeDb": "2023-11-04T06:30:00", "EcioVUuid": "" }
EcioVUuid
string

💻 UI Fieldname: EcioVUuid

EcioEmpNo
string Required

💻 UI Fieldname: EcioEmpNo

EcioType
string Required

Type of Clocking: IN=Time In, OUT=Time Out, BRKS=Break Start, BRKE=Break End

💻 UI Fieldname: EcioType

EcioDatetime
string

When Crewtime: Payroll date of the Clocking. Date with time)

💻 UI Fieldname: EcioDatetime

EcioDatetimeDb
string Required

User date and time adjusted to DB time zone

💻 UI Fieldname: EcioDatetimeDb

EcioGpsLatitude
number

Location Latitude at the time of Clock In/out/Break Start/Break End

💻 UI Fieldname: EcioGpsLatitude

EcioGpsLongitude
number

Location Longtitude at the time of Clock In/out/Break Start/Break End

💻 UI Fieldname: EcioGpsLongitude

EcioAutoCreatedFlag
string

Type of Record: N=Created from Clock InOut App, Y=Created automatically by the scheduled job

💻 UI Fieldname: EcioAutoCreatedFlag

EcioIuCreateDate
string

💻 UI Fieldname: EcioIuCreateDate

EcioIuUpdateDate
string

💻 UI Fieldname: EcioIuUpdateDate

Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "EmdCompCode": "001",
  "EmdPrnCode": "WK",
  "EmdEmpNo": "006",
  "EmdDedCode": "401K",
  "EmdDedName": null,
  "EmdStartDate": "2015-01-01",
  "EmdEffStartDate": "2022-01-01",
  "EmdEndDate": null,
  "EmdDedAmount": null,
  "EmdDedType": "L",
  "EmdBaseCode": null,
  "EmdContrAmt": null,
  "EmdContrMaxAmt": null,
  "EmdBaseAmt": null,
  "EmdPlanCode": "401K",
  "EmdPlanName": "401K",
  "EmdPloCode": "401K 1%",
  "EmdPloName": "401K 1%",
  "EmdVendor": null,
  "EmdVenName": null,
  "EmdOutOfAreaFlag": "N",
  "EmdOthInsurFlag": "N",
  "EmdOthInsurVendor": null,
  "EmdOthPolicyNo": null,
  "EmdOthPolicyName": null,
  "EmdOthInsurEffDate": null,
  "EmdComment": null,
  "EmdDeductionSeq": null,
  "EmdVendorAddCode": null,
  "EmdDefaultAmount": null,
  "EmdMinMax": null,
  "EmdMinMaxAmt": null,
  "EmdTotalAmt": null,
  "EmdEmplrContrEffectiveDate": null,
  "EmdLtdTotalAmt": null,
  "EmdUser": "ARCORO",
  "EmdStartDateDisplay": null,
  "EmdLastUpdDate": "2022-12-15T17:03:12Z",
  "EmdVUuid": "F29E92DB91174021E05316821FAC099D",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempded/F29E92DB91174021E05316821FAC099D",
      "name": "pyempded",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempded/F29E92DB91174021E05316821FAC099D",
      "name": "pyempded",
      "kind": "item"
    }
  ]
}
object