Hi,   
We have a client who needs to make a snapshot request from IDS, with a .NET app.  
Do we have a stub of .NET code which will generate a complete http post request such as below?  The request needs to go to for example http://idsserver:8080/ids-rest/json/quote, and the post body as below.  
  {  
“closure” : “myTextString”,  
“token”: “validDacsID”,  
"item" :  [  "TRI.N", "EUR=",  ],  
“filter” : [“BID”, “ASK”],  
“expandChain”:true,  “emptyLink”: false,  “chainLink”:false  
}    
Thanks for all help,  Bill Cunningham