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

Retrieve all legal owners

Request

Return all legal owners that the user has access to

Path
tenantId_pathstringrequired
Body
datatableobject
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/legalOwners/GetAllLegalOwners' \
  -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
listArray of objects
datatableobject
facetsArray of objects
Response
No response example

Retrieve legal owner by client Id

Request

Return all legal owners for a given client id

Path
tenantId_pathstringrequired
Body
clientIdstring(uuid)
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/legalOwners/GetLegalOwnersByClientId' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "clientId": "5e505642-9024-474d-9434-e5a44f505cc5"
  }'

Responses

OK

Body
listArray of objects
Response
No response example

Retrieve legal owner by Id

Request

Return the legal owner for a given legal owner id

Path
tenantId_pathstringrequired
Body
idstring(uuid)
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/legalOwners/GetLegalOwnerById' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
  }'

Responses

OK

Body
legalOwnerobject
Response
No response example

Retrieve legal owner bank accounts by legal owner Id

Request

Return all bank accounts for a given legal owner id

Path
tenantId_pathstringrequired
Body
legalOwnerIdstring(uuid)
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/legalOwners/GetLegalOwnerBankAccountsByLegalOwnerId' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "legalOwnerId": "5699fdee-64f6-463a-a677-765433bedcf2"
  }'

Responses

OK

Body
listArray of objects
Response
No response example

Lot

Operations

RealEstateCompany

Operations

Receipt

Operations

Renter

Operations

Supplier

Operations

User

Operations