Sujeet Sen

Sujeet Sen

  • NA
  • 124
  • 167.4k

Snapdeal affiliate API integration in MVC 4 application

Feb 7 2017 2:12 PM
Hi Team,
              Need you peoples help, want to integrate snapdeal affiliate API in MVC4 application. I have token id and affiliate id, In json format i have the code.
 
 
Format for JSON results
curl -H "Snapdeal-Affiliate-Id:" -H "Snapdeal-Token-Id:" "" -H "Accept:application/json"

Example: For affiliate ID 'aaaaa' and affiliate token 'bbbbb', a sample request may look like this:
curl -H "Snapdeal-Affiliate-Id:aaaaa" -H "Snapdeal-Token-Id:bbbbb" "affiliate-feeds.snapdeal.com/feed/api/selling/top" -H "Accept:application/json"
 
 
need you pople's idea to execute

Answers (1)