Skip to main content
PUT
/
payroll#editUsersOfSupplementalPayPeriod
editUsersOfSupplementalPayPeriod
curl --request PUT \
  --url 'https://sandbox.rollfi.xyz/payroll#editUsersOfSupplementalPayPeriod' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "editUsersOfSupplementalPayPeriod",
  "companyId": "C8D57032-BF6F-4510-AA41-08A358365531",
  "payPeriodId": "4083B766-8F3A-4A23-ABB7-FB67FA1F97D3",
  "payrollLineItems": [
    {
      "userId": "123DA511-5970-4C2F-AF7E-5C0FB11D23A3",
      "amount": 2000,
      "paymentMethod": "Check"
    }
  ]
}'
{
  "payrollLineItems": [
    {
      "userId": "123DA511-5970-4C2F-AF7E-5C0FB11D23A3",
      "status": "Updated",
      "message": "The PayrollLineItem for Celina Gos has been updated successfully."
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
method
string
required
companyId
string
required
payPeriodId
string
required
payrollLineItems
object[]
required

Response

payrollLineItems
object[]
required
I