---
title: "POST /api/v1/Viewer/ViewerVariables/Import"
method: POST
path: "/api/v1/Viewer/ViewerVariables/Import"
tags: ["ViewerVariable"]
---

# POST /api/v1/Viewer/ViewerVariables/Import

`POST /api/v1/Viewer/ViewerVariables/Import`

## Response `200`

- ImportViewerVariablesResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `ImportID` string, guid, required
  - `Variables` VariableChange[], required
    - `Id` string, guid
    - `Name` string, nullable
    - `Description` string, nullable
    - `DefaultValue` string, nullable
    - `NewDescription` string, nullable
    - `NewDefaultValue` string, nullable
    - `IsDeleted` boolean
    - `IsNew` boolean
  - `Values` VariableValueChange[], required
    - `Id` string, guid
    - `VariableId` string, guid
    - `DestinationId` string, guid
    - `Value` string, nullable
    - `NewValue` string, nullable

---

[API](https://skmtc.net/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.net/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/versions/e0bfd79e98ee/schema)
