I am trying to hit this service "http://api.trkd.thomsonreuters.com/api/Quotes/Quotes.svc " by postman and passing token created by hitting this service "https://api.trkd.thomsonreuters.com/api/TokenManagement/TokenManagement.svc/Anonymous ". But getting error bad request. Please find message body as an attachment. Please suggest something
Request Body.txt
Hello @lalit8 You are trying to send a SOAP request using Postman. Please use REST API - the correct REST URL for quotes will be: https://api.trkd.thomsonreuters.com/api/Quotes/Quotes.svc/REST/Quotes_1/RetrieveItem_3
There is little information on how to use REST API in the developers portal tutorials. All the API help for TRKD is available through its own support portal at https://www.trkd.thomsonreuters.com/SupportSite/ .
Yes i am send a soap request. can you help me to find , how i can send request using CPPRestapi and json. Actually i am not able to find how i can pass required parameters when i am sending Post message to this service "http://api.trkd.thomsonreuters.com/api/TokenManagement/TokenManagement.svc/REST/TokenManagement_1"