Skip to content

Bazimo API (v1)

Languages
Servers
https://doc-api.bazimo.fr/

Authentications

Operations

Building

Operations

Expense

Operations

Invoice

Operations

Lease

Operations

LegalOwner

Operations

Lot

Operations

Retrieve lot by Id

Request

Return the lot for a given lot id

Path
tenantId_pathstringrequired
Body
idstring(uuid)
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"
  }'

Responses

OK

Body
lotobject
Response
No response example

Retrieve all lot of user

Request

Return all lot of user

Path
tenantId_pathstringrequired
Body
datatableobject
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"
      }
    }
  }'

Responses

OK

Body
datatableobject
listArray of objects
facetsArray of objects
Response
No response example

Retrieve lot by building Id

Request

Return all lot for a given building id

Path
tenantId_pathstringrequired
Body
buildingIdstring(uuid)
datatableobject
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"
      }
    }
  }'

Responses

OK

Body
datatableobject
listArray of objects
facetsArray of objects
Response
No response example

Retrieve lot by lease Id

Request

Return all lot for a given lease id

Path
tenantId_pathstringrequired
Body
leaseIdstring(uuid)
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"
  }'

Responses

OK

Body
listArray of objects
Response
No response example

Retrieve lot by Renter Id

Request

Return all lot for a given renter id

Path
tenantId_pathstringrequired
Body
renterIdstring(uuid)
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"
  }'

Responses

OK

Body
listArray of objects
Response
No response example

RealEstateCompany

Operations

Receipt

Operations

Renter

Operations

Supplier

Operations

User

Operations