ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 34 Next »

Specification

Apiary
JSON Schema request
JSON Schema response

Purpose

This WS is designed to create new Innm (post).

Input parameters

  • name
  • name_original
  • sctid

Authorize

  1. Verify the validity of access token
  2. Check user scope (scope = 'innm:write') in order to perform this action
    1. In case error - generate 401 response

Validate request (JSON schema)

Validate request using JSON schema.

Create new Innm

  1. Create new record in `innms`
  2. Fill data
Destination
Source
id
name$.name
name_original$.name_original
sctid$.sctid
is_active TRUE
inserted_at:timestamp
inserted_byuser_id
updated_at:timestamp
updated_byuser_id


  • No labels