Make a file available to a safe location - HxGN SDx - Update 63 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

You can make a file available to the safe location using the following POST:

. . /api/v2/FileMgmt/MakeUploadAvailable

The following example request makes the file named abc available to the safe location.

{
"Filename" : "abc"
}

The response contains a Boolean value indicating that the file was made available.

{

"value": true
}

You must supply the JSON representation of the file that was previously uploaded. This is the Uploadid obtained from the Upload API.