Return all legal owners that the user has access to
Documentation
/- Retrieve legal owner by client Id
Retrieve all legal owners
Retrieve legal owner by Id
Retrieve legal owner bank accounts by legal owner Id
Retrieve legal owner by c...
Bazimo API (v1)
Languages
Servers
https://doc-api.bazimo.fr
- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/legalOwners/GetAllLegalOwners
- 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}/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"
}
}
}'Response
- text/plain
- application/json
- text/json
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/legalOwners/GetLegalOwnersByClientId
- 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}/legalOwners/GetLegalOwnersByClientId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"clientId": "5e505642-9024-474d-9434-e5a44f505cc5"
}'Response
- text/plain
- application/json
- text/json
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/legalOwners/GetLegalOwnerById
- 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}/legalOwners/GetLegalOwnerById' \
-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}/legalOwners/GetLegalOwnerBankAccountsByLegalOwnerId
- 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}/legalOwners/GetLegalOwnerBankAccountsByLegalOwnerId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"legalOwnerId": "5699fdee-64f6-463a-a677-765433bedcf2"
}'Response
- text/plain
- application/json
- text/json
No response example