Adds SDL adjustments to the specified pay run.

Request

POST https://apisg.yourpayroll.io/api/v2/business/{businessId}/payrun/{payRunId}/sdladjustments

Path parameters

Parameter name Value Description Additional
payRunId int32 Required
businessId string Required

Request body

The request body takes a complete SubmitPayRunSdlAdjustmentRequest resource, containing the following writable properties:

{
    "payRunId": "int32",
    "sdlAdjustments": [
        {
            "adjustmentAmount": "double",
            "employeeId": "int32",
            "employeeName": "string",
            "id": "int32",
            "notes": "string"
        }
    ]
}

Properties

Name Type Description
payRunId int32 Int32
sdlAdjustments[] array
sdlAdjustments[].adjustmentAmount double Nullable
sdlAdjustments[].employeeId int32 Int32
sdlAdjustments[].employeeName string String
sdlAdjustments[].id int32 Int32
sdlAdjustments[].notes string String

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK