POST
/
api
/
v1
/
message
/
requeue
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.FIDS.Connector/api/v1/message/requeue \
  --header 'Content-Type: application/json' \
  --data '{
  "MessageSourceId": "<string>",
  "MessageId": "<string>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.