v1

latestOpenAPI 3.0.0Apache License Version 2.02026-07-24163274903.6 KB
Supplemental Wage Service

saveSupplementalWages

Create a new supplemental wage entry for a specific location.

post/supplementalwage/v1/saveSupplementalWages

Headers

authenticationtokenstring required

Secure token for API authentication.

passwordstring required

Password for the Crunchtime Application User.

sitenamestring required

Crunchtime site identifier. (test or production)

useridstring required

User ID for the Crunchtime Application User.

X-B3-TraceIdstring

Optional trace identifier for troubleshooting.

Request body

locationCodestring required

The Code that identifies the Location in Crunchtime.

Example request

{
  "locationCode": "000122",
  "supplementalWageDetails": [
    {
      "supplementalWageDetailDetails": [
        {
          "employeeNumber": "000-R01",
          "hourlyFlag": "Y",
          "hourlyValue": 9.1,
          "laborDate": "MM/dd/yyyy",
          "lumpSumFlag": "Y",
          "lumpSumValue": 10.2,
          "posCode": "000-R01",
          "supplementalWageCode": "PTO1",
          "dailyLumpSumFlag": "Y",
          "dailyLumpSumValue": 1050.25
        }
      ]
    }
  ]
}

Response

Success

object required