Get all recovery cases for a company
GET {{baseUrl}}/v1/companies/:company_uuid/recovery_cases
Fetch all recovery cases for a company.
scope: recovery_cases:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
[{"uuid":"e83d273e-4ae9-4b61-9c71-4030c2f73093","company_uuid":"c5e3e3e9-732f-4762-849e-20b5cec9036f","status":"open","latest_error_code":"R01","original_debit_date":"2023-10-11","check_date":"2023-10-13","payroll_uuid":"210f2034-fb4a-4059-b109-6c3b5efe499d","contractor_payment_uuids":null,"amount_outstanding":10499.43,"event_total_amount":5912.07}]