Skip to main content
POST
/
workers
/
{id}
/
reimbursements
Add Worker Reimbursement
curl --request POST \
  --url https://api.roostedhr.com/api/1_12/workers/{id}/reimbursements \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "amount": "<string>",
  "comment": "<string>",
  "mileage": true,
  "image": "<string>",
  "reimbursements_types_id": 123
}
'
"B9D4t"

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Worker ID

Body

application/json

Worker Reimbursement Body

amount
string
required

Reimbursement amount.

comment
string

Reimbursement comment.

mileage
boolean

Whether this is a mileage reimbursement.

image
file

Receipt image file.

reimbursements_types_id
integer | null

Reimbursement type ID.

Response

Created

The response is of type string.