| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

id

integer

required

The id of the dealership

start_on

date

required

Start date in date range

end_on

date

required

End date in date range

api-version

integer

required

Target API version

accept

string

enum

Defaults to application/json

Generated from available response content types

application/jsontext/csv

Allowed:

`application/json``text/csv`

# ``200      Success

object of objects

Collection of unsettled balances

# ``400      Bad Request

# ``401      Unauthorized

# ``403      Forbidden

# ``406      Not Acceptable

Base URL

https://api.dealerware.com/admin/dealerships/{id}/reports/receivables

```

xxxxxxxxxx

curl --request GET \

--url https://api.dealerware.com/admin/dealerships/id/reports/receivables \

--header 'accept: application/json'
```

```

xxxxxxxxxx

[

{

"contract_finished_at": "2022-10-25",

"name": "string",

"phone_number": "string",

"vehicle_group_name": "string",

"outstanding_balance": 0,

"ro_number": "string",

"stock_number": "string",

"transaction_status": "string",

"contract_id": 0,

"location_id": 0,

"statement_id": 0,

"created_at": "2026-07-28T06:37:01.788Z",

"updated_at": "2026-07-28T06:37:01.788Z",

"confirmation_token": "string",

"payer_type": "string"

}

]
