Adds SDL adjustments to the specified pay run.
POST http:///api/v2/business/{businessId}/payrun/{payRunId}/sdladjustments
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| payRunId | int32 | Required | |
| businessId | string | Required |
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"
}
]
}
| 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 |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
Powered by DapperDox