Versions Compared

Key

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

...

Expand
titleI would like to use the REST API for uploading files. What do I need to do?

To use the REST API Service for uploading you can use your regular BMDW upload account. If you need an (extra) account for uploading, please send your request to support@bmdw.org. More information about the REST API Service can be found here. In case you would like to do some more testing we recommend using https://restlet.com/. The BMDW Upload platform uses Pydio, there is more info on the API capabilities on https://pydio.com/en/pydio-api-v2.

Expand
titleShould the HLA typing result follow a sequence?

You do not need to add HLA elements where you do not have values for. However, you should keep the same order of the elements.

Expand
titleWhat does UPDATE_MODE (Full and Diff) means?

UPDATE_MODE is the way we update the data of the donors in the database. Currently, you can only use FULL. This means that when you send a file, we will remove all your inventory from the database and replace this by the content of the new file. The option DIFF is for the future. In that case, you only send records where something was changed; so for example new donors, deleted donors, or any elements/fields from existing donors.



Technical support

Expand
titleWhat is the definition of the 10% rule?

A file will be rejected if your uploaded file contains less that 10% records of the total records you have uploaded previously into the database.

...