POST
/
api
/
v1
/
Domain
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Nginx.Domains/api/v1/Domain \
  --header 'Content-Type: application/json' \
  --data '{
  "DomainName": "<string>",
  "Uri": "<string>",
  "DnsHostName": "<string>",
  "PublicKey": "<string>",
  "PrivateKey": "<string>",
  "HostRelativePath": "<string>",
  "Ssl": true,
  "Port": 123
}'

Body

application/json