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

Private. Generate URL to media storage

Purpose

API paragraph not found

 

Specification

Link

GENERAL MIS API · Apiary

Resource

/api/admin/contracts/media_storage/generate_url

Scope

private_contracts:write

Components

API paragraph not found

Microservices

API paragraph not found

Protocol type

REST

Request type

POST

Sync/Async

Sync

Public/Private/Internal

Private

 

Logic

API paragraph not found

 

Request structure

See on Apiary

Example:

{ "action": "PUT", "resource_id": "f7f817b2-3134-4625-b87d-e2d7fc8e9b90", "resource_name": "signed_contract" }

 

Authorize

Request to process the request using a token in the headers

 

Headers

Наприклад:

  • Content-Type:application/json

  • api-key:c2778f3064753ea70de870a53795f5c9

 

Request data validation

API paragraph not found

 

Processing

API paragraph not found

 

Response structure

See on Apiary

Example:

{ "meta": { "code": 200, "url": "https://example.com/resource", "type": "object", "request_id": "req-adasdoijasdojsda" }, "data": { "url": "https://example.com/upload_url" } }

 

Post-processing processes

API paragraph not found

 

HTTP status codes

HTTP status code

Message

What caused the error

HTTP status code

Message

What caused the error

 200

 

 

 

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