Advertisement
AbdSuwwan

ESPsAcounts Request

Oct 23rd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. this is for Java
  2.  
  3. POST /nadafareductionl_services/MobileService.svc/GetEspAccounts HTTP/1.1
  4. Content-Type: application/json; charset=utf-8
  5. CurrentLanguage: 3
  6. Accept-Encoding: gzip
  7. Content-Length: 142
  8. Host: stg.cap-cwm.com
  9. Connection: Keep-Alive
  10.  
  11. {"filter":{"WasteTypeId":"22","PagingInfo":{"PageIndex":1,"PageSize":20,"IsSortingAscending":false},"EspActivityCategory":"1","RegionId":"1"}}
  12.  
  13.  
  14.  
  15. this is for xamarin
  16.  
  17. POST /nadafareductionl_services/MobileService.svc/GetEspAccounts HTTP/1.1
  18. Accept: application/json
  19. CurrentLanguage: 3
  20. User-Agent: RestSharp/104.4.0.0
  21. Content-Type: application/json; charset=utf-8
  22. Content-Length: 180
  23. Host: stg.cap-cwm.com
  24. Accept-Encoding: gzip, deflate
  25.  
  26. {"filter" :{"wasteTypeId":"22","pagingInfo":{"pageIndex":1,"pageSize":20,"IsSortingAscending":false,"OrderByExpression":null},"espActivityCategory":"1","regionId":"1","name":null}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement