curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Account/Logon \
--header 'Content-Type: application/json' \
--data '{
"Username": "<string>",
"Password": {
"Length": 123
},
"Domain": "<string>"
}'
This response does not have an example.
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Account/Logon \
--header 'Content-Type: application/json' \
--data '{
"Username": "<string>",
"Password": {
"Length": 123
},
"Domain": "<string>"
}'
This response does not have an example.
The response is of type file
.