Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create/Sign composition (general process)

RC_4. Re-sending MVTN to ERLN

RC_5. Extension / reduction MVTN

...

Input parameter

Values

Type

Description

Example

asyncJobId

 

String

Async Job Object ID

 

Request structure

See on SwaggerHub

Authorize

API paragraph not found

...

API paragraph not found

Response structure

See on SwaggerHub

Example:

Expand
titleResponse example
Code Block
{
  "data": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "status": "PENDING",
    "eta": "string",
    "doneAt": "string",
    "links": [
      {
        "entity": "eHealth/composition",
        "href": "composition/0daaad78-6cfb-11ea-9cd6-afab698838bc",
        "error": "string"
      }
    ]
  }
}

...