v1

latestOpenAPI 3.1.02026-07-243113441.2 MB
Reimbursements

Update a recurring reimbursement

Update a recurring reimbursement.

scope: reimbursements:write

put/v1/recurring_reimbursements/{id}

Path parameters

idstring required

The UUID of the reimbursement

Headers

X-Gusto-API-Version'2026-06-15'

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Request body

versionstring required

The current version of the object. See the versioning guide for information on how to use this field.

descriptionstring

The description of the reimbursement

amountnumber

The dollar amount of the reimbursement

Example request

{
  "version": "56d00c178bc7393b2a206ed6a86afcb4"
}

Response

successful

uuidstring required

The unique identifier of this recurring reimbursement.

employee_uuidstring required

The UUID of the employee.

descriptionstring required

The description of the reimbursement.

amountstring required

The dollar amount of the reimbursement.

versionstring required

The current version of the object. See the versioning guide for information on how to use this field.

created_atstring

The timestamp when this reimbursement was created.

updated_atstring

The timestamp when this reimbursement was last updated.