{
"employeeIdType": "string",
"payRunId": "int32",
"replaceExisting": "boolean",
"suppressCalculations": "boolean",
"taxAdjustments": {
"<key>": "array"
}
}
Name | Type | Description |
---|---|---|
employeeIdType | string |
IdType
Possible values are:
|
payRunId | int32 | Int32 |
replaceExisting | boolean | Boolean |
suppressCalculations | boolean | Boolean |
taxAdjustments | object |
Dictionary |
taxAdjustments.<key> | map of array |
List |
taxAdjustments.<key>.amount | double | Decimal |
taxAdjustments.<key>.employeeExternalId | string | String |
taxAdjustments.<key>.employeeId | string | String |
taxAdjustments.<key>.employeeName | string | String |
taxAdjustments.<key>.externalId | string | String |
taxAdjustments.<key>.id | int32 | Int32 |
taxAdjustments.<key>.locationId | string | String |
taxAdjustments.<key>.locationName | string | String |
taxAdjustments.<key>.notes | string | String |
taxAdjustments.<key>.taxType | string | String |
Powered by DapperDox