Skip to main content
PUT
/
adminPortal
/
updateRecurringPayItem
updateRecurringPayItem
curl --request PUT \
  --url https://sandbox.rollfi.xyz/adminPortal/updateRecurringPayItem \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "updateRecurringPayItem",
  "companyId": "336CB829-543B-451D-AAA2-18A1B03454F2",
  "userId": "C8E5F6AB-4CB5-406C-B756-208B742F4281",
  "type": "CN RPP",
  "allocatedPercentage": 5
}
'
{
  "Status": "Success",
  "Message": "Recurring pay item 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
userId
string
required
type
string
required
allocatedPercentage
number
amountPerPayperiod
number

Response

status
string
required
message
string
required