Table of Contents
minLevel1
maxLevel3

Purpose

API paragraph not foundThis method checks the possibility of using the direction according to the program.

Specification

Page Properties

Link

https://medicaleventsmisapi.docs.apiary.io/#reference/service-requests/manage-service-requests/qualify-service-request-by-id

Resource

/api/service_requests/{{service_request_id}}/actions/qualify

Scope

service_request:use

Components

Service request

Microservices

API paragraph not found

Protocol type

REST

Request type

POST

Sync/Async

Async

Public/Private/Internal

Public

...

  • Verify the validity of access token

    • Return (401, 'unauthorized') in case of validation fails

  • Verify that token is not expired

    • in case of error - return (401, 'unauthorized')

  • Check user scopes in order to perform this action (scope = 'service_request:write')

    1. Return (403, 'invalid scopes') in case of invalid scope(s)

Headers

Наприклад:

  • Content-Type:application/json

  • Authorization:Bearer mF_9.B5f-4.1JqM: {{access_token}}

  • api-key: aFBLVTZ6Z2dON1V{{secret}}

Request data validation

Validate request using JSON Schema

...

Page Properties

HTTP status code

Message

What caused the error

 200200

 

 

401

Unauthorized

403

Invalid scopes

409

Validation failed

422

Validation failed