Versions Compared

Key

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

...

URL
SERVER URLhttps://staging-dataupload.wmda.info
URI

/api/v2/io/ION1234/

Explanations: 

  • Please refer to the file naming convention.
    This  is stated as : For XML format: The files are marked with ION numbers ( ION-1234-D or ION-1234-C)
  • The ION number is the unique ION number of an organisation sending the file.
  • The D give the information that it is a donor file and the C give the information that it is a cord blood file
METHODPUT
Full URL path example

For donor for organization with ION-1234, the full path is as below:

https://staging-dataupload.wmda.info/api/v2/io/ION1234/ION-1234-D.gpg

HEADERonly

Authorization

is

and Content-Type are required, the other ones are optional

Authorization

basic

Content-Type

application/x-www-form-urlencoded

Currently, suggest to use -F (--form) which will by default have a Content-Type multipart/form-data, and can provide the file path.

X-Rename-If-Existstrue

...