Creating a “Cancellation” ticket on the Server (COMDOC_019)

To work with this method, the user must be authorized.

Using the GET method api/v2/eds/comdoc/repeal it is possible to create a “Repeal” COMDOC.

URL

Method

GET

URL query

/api/v2/eds/comdoc/repeal?gln=9864232319979&doc_uuid=c1f6a1d0-5aaf-4a06-b78d-71c238f70986&reason=%D0%BF%D1%80%D0%BE%D1%81%D1%82

URL parameters

gln - string (13); the GLN number of the organization that is associated with the authorized user of the EDIN 2.0 platform at the account level

doc_uuid - string; document UUID COMDOC

reason - text; text of the reason for refusal / repeal

response_type (optional) - the format of the expected response; possible values:

  • json (by default)

  • xml

  • json_base64

  • xml_base64

Headers

Authorization

SID - token obtained during authorization

Content-Type

application/json

RESPONSE

Response transmits the body of the generated COMDOC_019 in json format or format selected in the request with response_type (response examples + COMDOC_019 specification)”.