Return the lot for a given lot id
Documentation
/- Retrieve lot by lease Id
Retrieve lot by Id
Retrieve all lot of user
Retrieve lot by building Id
Retrieve lot by Renter Id
Retrieve lot by lease Id
Bazimo API (v1)
Languages
Servers
https://doc-api.bazimo.fr
- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getLotById
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json-patch+json
- application/json
- text/json
- application/*+json
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getLotById' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'Response
- text/plain
- application/json
- text/json
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getRealEstateLots
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json-patch+json
- application/json
- text/json
- application/*+json
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getRealEstateLots' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"datatable": {
"sort": {
"sortBy": 1,
"sortMode": 1
},
"pagination": {
"page": 0,
"rowsPerPage": 0
},
"filters": {},
"search": {
"value": "string"
}
}
}'Response
- text/plain
- application/json
- text/json
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getLotsByBuildingId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json-patch+json
- application/json
- text/json
- application/*+json
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getLotsByBuildingId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"buildingId": "fee3295a-6e55-45b0-a091-7b4de7e39de7",
"datatable": {
"sort": {
"sortBy": 1,
"sortMode": 1
},
"pagination": {
"page": 0,
"rowsPerPage": 0
},
"filters": {},
"search": {
"value": "string"
}
}
}'Response
- text/plain
- application/json
- text/json
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getLotsByLeaseId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json-patch+json
- application/json
- text/json
- application/*+json
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getLotsByLeaseId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"leaseId": "a3abd432-1f03-4b93-888c-0da4d3703e99"
}'Response
- text/plain
- application/json
- text/json
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getLotsByRenterId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json-patch+json
- application/json
- text/json
- application/*+json
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/lot/getLotsByRenterId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"renterId": "5e8fd3a6-1229-4fc6-80e4-337191896d0b"
}'Response
- text/plain
- application/json
- text/json
No response example