Versions Compared

Key

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

Overview

This is an upgraded version of SendDocumentsToPlant method which support multi-part file upload as well as large file upload.

...

Rest Endpoint

Staging environment - testwebservice2.boligmappa.no/FileUpload

Production environment - webservice2.boligmappa.no/FileUpload

Request Parameters

Request Header

...

ParameterTypeMandatory / OptionalMaximum character length/limitDescription
applicationNameStringMandatoryShould be less than or equal to 10 charactersThe name of the integration partner
documentDataStringMandatoryN/AJson body as outline below (refer the sample)
filesFileMandatory - if URL is not available
Files to be uploaded

...

Uploading a file through SendDocumentsToPlant.

Response error HTTP status code 401 Unauthorized Access (In the above table, 401 is defined for "tenant does not exist", which is not related to the file upload scenario here.)

...