POST
/
api
/
v1
/
Viewer
/
ViewerVariables
/
Import
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/ViewerVariables/Import \
  --header 'Content-Type: multipart/form-data'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "ImportID": "<string>",
  "Variables": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Description": "<string>",
      "DefaultValue": "<string>",
      "NewDescription": "<string>",
      "NewDefaultValue": "<string>",
      "IsDeleted": true,
      "IsNew": true
    }
  ],
  "Values": [
    {
      "Id": "<string>",
      "VariableId": "<string>",
      "DestinationId": "<string>",
      "Value": "<string>",
      "NewValue": "<string>"
    }
  ]
}

Body

multipart/form-data

Response

200 - application/json

The response is of type object.