# Retrieve lot by Renter Id Return all lot for a given renter id Endpoint: POST /api/tenant/{tenantId_path}/lot/getLotsByRenterId Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `renterId` (string) ## Response 200 fields (text/plain): - `list` (array) - `list.id` (string) - `list.lotNumber` (string) - `list.leaseNumber` (string) - `list.lotState` (integer) Enum: 1, 5, 8, 9, 10, 15 - `list.lotType` (integer) Enum: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 - `list.parkingPlaceQuantity` (integer,null) - `list.surface` (number,null) - `list.floor` (string,null) ## Response 400 fields (text/plain): - `error` (string)