ЕСОЗ - публічна документація
Verify Legal Entity by NHS (Private)
Purpose
This service is designed to verify legal_entity by NHS. The company is created with nhs_verified is false
Specification
Link | Посилання на Apiary або Swagger | |
Resource | /api/legal_entities/{{id}}/actions/nhs_verify | Посилання на ресурс, наприклад: /api/persons/create |
Scope | legal_entity:nhs_verify | Scope для доступу |
Components | Legal Entities | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription |
Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC |
Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST |
Request type | PATCH | Тип запиту API, наприклад: GET, POST, PATCH… |
Sync/Async | Sync | Метод є синхронним чи асинхронним? |
Public/Private/Internal | Private | Потрібно зазначити тип методу за ступенем доступності |
Logic
Verify the validity of access token
Check user scopes in order to perform this action
Check legal_entity.status='active'
Update legal_entity parameter nhs_verified on 'true', clear nhs_unverified_at
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
id |
| String | Required | b075f148-7f93-4fc2-b2ec-2d81b19a9b7b |
Request structure
API paragraph not found
Authorize
Verify the validity of access token
Check user scopes in order to perform this action
Headers
Наприклад:
Content-Type:application/json
Authorization:Bearer c2778f3064753ea70de870a53795f5c9
Request data validation
Check legal_entity.status='active'
Update legal_entity parameter nhs_verified on 'true', clear nhs_unverified_at
Processing
Available transition: false → true
If legal_entity was previously verified, return Error 409
In successful case, return details by legal_entity
Response structure
Example:
Post-processing processes
API paragraph not found
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Response |
|
409 |
| If legal_entity was previously verified |
ЕСОЗ - публічна документація