Table of Contents |
---|
...
The method is used to register new employee or to update an existing one
Jira Legacy | showSummary | false|||||
---|---|---|---|---|---|---|
|
...
Link | Посилання на Apiary або Swagger | |
Resource | /api/v2/employee_requests | Посилання на ресурс, наприклад: /api/persons/create |
Scope | employee_request:write | Scope для доступу |
Components | Employee Requests | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription |
Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC |
Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST |
Request type | POST | Тип запиту API, наприклад: GET, POST, PATCH… |
Sync/Async | Sync | Метод є синхронним чи асинхронним? |
Public/Private/Internal | Public | Потрібно зазначити тип методу за ступенем доступності |
Logic
...
Dictionaries
Потрібно вказати довідники, які використовує метод API
Request structure
See on Apiary
...
HTTP status code | Message | What caused the error |
---|---|---|
200 | Response |
|
401 |
| User authorization error |
404 |
| |
409 |
| |
422 |
| 8. Validate request using JSON schema failed 8. Check that DRFO in Certificate details is equal to DRFO of the user that creates employee_request in Party failed |
...