{
"payRunId": "int32",
"superAdjustments": {
"<key>": "array"
}
}
{
"payRunId": 999,
"superAdjustments": {
"12345": [
{
"amount": 12.34,
"contributionType": "Employer Contribution",
"employeeExternalId": "EMP01",
"employeeId": "12345",
"employeeName": "Bob Bobberson",
"externalId": "Axb34",
"id": 0,
"locationId": "34456",
"locationName": "My Location",
"notes": "Some notes"
}
]
}
}
Name | Type | Description |
---|---|---|
payRunId | int32 | Int32 |
superAdjustments | object |
Dictionary |
superAdjustments.<key> | map of array |
List |
superAdjustments.<key>.amount | double | Decimal |
superAdjustments.<key>.contributionType | string | String |
superAdjustments.<key>.employeeExternalId | string | String |
superAdjustments.<key>.employeeId | string | String |
superAdjustments.<key>.employeeName | string | String |
superAdjustments.<key>.externalId | string | String |
superAdjustments.<key>.id | int32 | Int32 |
superAdjustments.<key>.locationId | string | String |
superAdjustments.<key>.locationName | string | String |
superAdjustments.<key>.notes | string | String |
Powered by DapperDox