Skip to main content
POST
/
payroll#removeReimbursements
removeReimbursements
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/payroll#removeReimbursements' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "removeReimbursements",
  "companyId": "3A08507F-E78B-4ABF-98D8-87D382E7CE14",
  "payPeriodId": "505529F2-9AAF-43EB-8D2A-04852B1E4687",
  "userId": "5F45CFBA-4AED-41AF-B334-E02D23BA17AE",
  "reimbursementType": "Gym"
}'
{
  "removeReimbursementOnly": {
    "status": "Success",
    "message": "GYM reimbursement has been removed 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
userId
string
required
reimbursementType
string
required

Response

removeReimbursementOnly
object
required
I