URL: {{base_url}}/modules/payroll/confirm_salaries

Method: POST

Bearer Token: Replace this with an actual token in the request

Headers

Subscription: Replace this with the subscription value

Access_Token: Replace this with the actual access token value

Request Body

KeyValuesRequired
salary_idEnter the salary idYes
actionValue should either be confirmed or declinedYes

Response Codes

CodeDescription
200Successful
500Internal Server Error
401Unauthorized: Check error message

Example of json body

    {
     "salary_id":1,
     "action":"confirmed"
    }