body-copy-page copy.json:webcat_cart-sorder 901 B

12345678910111213141516171819202122232425262728
  1. {
  2. "==Intro==": "Api of all slip search page API such as (pquote-pquote, porder-purch, purch-paid ...)",
  3. "//FilterName": "to filter for table field : ex) igroup_code",
  4. "//FilterValue": "to specify value of table field: ex) '123' ",
  5. "//Caution": "Query, Fields, Asc, Desc are not available in PageVar because some of them alreday specified or fixed in API automatically",
  6. "QueryVars": {
  7. "QueryName": "webcat_cart-sorder"
  8. },
  9. "//BodyCopyVars": "variables necessary only for body-copy",
  10. "//OrderBy": "value of which selected in OrderBy in form",
  11. "BodyCopyPageVars": {
  12. "SlipNoField": "",
  13. "SlipNo": "",
  14. "ItemCode": "",
  15. "CompanyName": "",
  16. "ShowOnlyClosed": "",
  17. "Balance": "",
  18. "DaysFromToday": "",
  19. "OrderBy": "dbt_webcat_cart.created_on desc"
  20. },
  21. "PageVars": {
  22. "Limit": 10,
  23. "Offset": 0,
  24. "ReturnJson": "This is for Tmp Value String for Query Condition in Base64Encoded"
  25. }
  26. }