Skip to main content
POST
/
api
/
v1
/
Viewer
/
ViewerVariables
/
CompleteImport
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/ViewerVariables/CompleteImport \
  --header 'Content-Type: application/json' \
  --data '{
  "ImportID": "<string>",
  "Mode": 0
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json
ImportID
string<guid>
Mode
enum<integer>
Available options:
0,
1,
2

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null