Versions Compared

Key

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

...

  • timeZero (dateTime: yyyy-MM-ddTHH:mm:ssZ): time zero of the uploaded product
  • areaId (string): area id of the uploaded product
  • sourceId (string): source id of the uploaded product
  • subFolder(string): the sub folder in which the product will be stored. This can be used as an folder to identify the product easier.


Form data

  • file (file):   a reference to the file which should be stored as a product in the archiveuploaded


Code Block
http://localhost:63525/FewsWebServices/rest/fewspiservice/v1/archive/products/?areaId=areaId&sourceId=source&timeZero=2020-01-01T00:00:00Z&subFolder=aaabbb

...