get
https://partner.free2move.com/api/rental/partner/v1/rental/customer//status
A customer can have one of the following status: IDLE, IN_RESERVATION and IN_RENTAL, defined by the status property.
Depending on the value of the status, further fields are included in the response with detailed information.
| Status | Description | Additional fields |
|---|---|---|
| IDLE | The customer is neither in a rental nor has a reserved vehicle | none |
| IN_RESERVATION | The customer has a vehicle reserved | reservation |
| IN_RENTAL | The customer is in a rental | rental |
For example, if the status is IN_RENTAL then the field rental is populated with information about the rental (retntal status, vehicle, etc). See the model for the exact payload.
More details: https://docs.partner.free2move.com/docs/rental-start-end-status
