ЕСОЗ - публічна документація
Get Legal Entity by ID V2
Purpose
Use this method to return Legal Entity details by ID
Specification
Link | Посилання на Apiary або Swagger | |
Resource | /api/v2/legal_entities/{{id}} | Посилання на ресурс, наприклад: /api/persons/create |
Scope | legal_entity:read | Scope для доступу |
Components | Legal Entities | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription |
Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC |
Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST |
Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… |
Sync/Async | Sync | Метод є синхронним чи асинхронним? |
Public/Private/Internal | Public | Потрібно зазначити тип методу за ступенем доступності |
Logic
Verify the validity of access token
Check user scopes in order to perform this action
Return in response:
legal entity details from legal_entity table and from edr_data table
licenses from licenses table
services from capitation_contract table
addresses from legal_entity table
phones from legal_entity table
emails from legal_entity table
founders from legal_entity table
If not found, returned 404 error
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
id |
| String | Required | b075f148-7f93-4fc2-b2ec-2d81b19a9b7b |
Request structure
API paragraph not found
Authorize
API paragraph not found
Headers
Наприклад:
Content-Type:application/json
Authorization:Bearer c2778f3064753ea70de870a53795f5c9
Request data validation
API paragraph not found
Processing
See Logic
Response structure
Post-processing processes
API paragraph not found
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Response |
|
404 |
| If not found |
ЕСОЗ - публічна документація