Skip to main content
POST
/
api
/
v1
/
DomainConfig
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Configuration/api/v1/DomainConfig \
  --header 'Content-Type: application/json' \
  --data '
{
  "Config": "<unknown>",
  "Path": "<string>"
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json
Config
unknown
Path
string | null

Response

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