Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. [HttpPost]
  2. public object Post(string portfolioAPIKey, DateTime? lastCreativeUTC)
  3. {
  4. ......
  5. }
  6.  
  7. config.Routes.MapHttpRoute(
  8. name: "DefaultApi",
  9. routeTemplate: "api/{controller}/{id}",
  10. defaults: new { id = RouteParameter.Optional }
  11. );
  12.  
  13. User-Agent: Fiddler
  14. Host: xx.com
  15. Content-Type: application/json
  16.  
  17. {"portfolioAPIKey":"6B026A0F-F270-4DBF-B84F-CE41F30099A6","lastCreativeUTC":"2014-12-19T12:17:17.8672363Z"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement