curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.FIDS.Connector/api/v1/messagesource \
--header 'Content-Type: application/json' \
--data '{
"MessageSource": {
"Id": "<string>",
"Name": "<string>",
"Description": "<string>",
"Type": "<string>",
"HostName": "<string>",
"Port": 123,
"Channel": "<string>",
"QueueManager": "<string>",
"QueueName": "<string>",
"AuthenticationType": "<string>",
"UserName": "<string>",
"UpdatePassword": true,
"Password": "<string>"
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"MessageSourceId": "<string>"
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.FIDS.Connector/api/v1/messagesource \
--header 'Content-Type: application/json' \
--data '{
"MessageSource": {
"Id": "<string>",
"Name": "<string>",
"Description": "<string>",
"Type": "<string>",
"HostName": "<string>",
"Port": 123,
"Channel": "<string>",
"QueueManager": "<string>",
"QueueName": "<string>",
"AuthenticationType": "<string>",
"UserName": "<string>",
"UpdatePassword": true,
"Password": "<string>"
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"MessageSourceId": "<string>"
}
The response is of type object
.