Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "operation": "string",
  3. "common": {
  4. "resultTemplateId": 0,
  5. "transformationId": 0,
  6. "searchEntries": [
  7. 0
  8. ],
  9. "spellingsVariant": true,
  10. "searchBy": [{
  11. "name": "string",
  12. "values": "string"
  13. }]
  14. },
  15. "searchContainer": {
  16. "type": "FormSearch",
  17. "data": [{
  18. Name: "random",
  19. Value: ["whatevs23","yolo23"]
  20. },
  21. {
  22. Name: "random2",
  23. Value: ["whatevs","yolo"]
  24. }
  25. ]
  26.  
  27. },
  28. "pagination": {
  29. "currentpage": 0,
  30. "recordPerPage": 0
  31. },
  32. "filters": [{
  33. "term": "string",
  34. "name": "string"
  35. }],
  36. "sort": [{
  37. "id": 0,
  38. "sortBy": "string",
  39. "ascending": true
  40. }]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement