curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/app-registration/store \
--header 'Content-Type: application/json' \
--data '{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"AppRegistration": {
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"ClientId": "<string>",
"ClientSecret": "<string>"
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"AppRegistration": {
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"ClientId": "<string>",
"ClientSecret": "<string>"
}
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/app-registration/store \
--header 'Content-Type: application/json' \
--data '{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"AppRegistration": {
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"ClientId": "<string>",
"ClientSecret": "<string>"
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"AppRegistration": {
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"ClientId": "<string>",
"ClientSecret": "<string>"
}
}
The response is of type object
.