Payroll
Updatepayschedule
PUT
/
payroll#updatePaySchedule
Authorization
Body
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/payroll#updatePaySchedule' \
--header 'Content-Type: application/json' \
--data '{
"method": "updatePaySchedule",
"paySchedule": {
"payScheduleId": "6BCD7D75-0E02-4C62-B50C-74267FB2E462",
"payDate": "2000-01-30",
"payEndDate": "2000-01-30",
"payBeginDate": "2000-01-01",
"standardWorkingHours": 10,
"workerType": "1099-NEC",
"compensationFrequency": "Monthly"
}
}'
{
"1": {
"summary": "Success",
"value": {
"PaySchedule": {
"PayScheduleID": "6BCD7D75-0E02-4C62-B50C-74267FB2E462",
"Status": "Ready",
"Message": "The Pay Schedule has been updated successfully."
}
}
}
}
Body
application/json
method
string
requiredpaySchedule
object
requiredResponse
200 - application/json
PaySchedule
object
requiredcurl --request PUT \
--url 'https://sandbox.rollfi.xyz/payroll#updatePaySchedule' \
--header 'Content-Type: application/json' \
--data '{
"method": "updatePaySchedule",
"paySchedule": {
"payScheduleId": "6BCD7D75-0E02-4C62-B50C-74267FB2E462",
"payDate": "2000-01-30",
"payEndDate": "2000-01-30",
"payBeginDate": "2000-01-01",
"standardWorkingHours": 10,
"workerType": "1099-NEC",
"compensationFrequency": "Monthly"
}
}'
{
"1": {
"summary": "Success",
"value": {
"PaySchedule": {
"PayScheduleID": "6BCD7D75-0E02-4C62-B50C-74267FB2E462",
"Status": "Ready",
"Message": "The Pay Schedule has been updated successfully."
}
}
}
}