body-copy-page.json 1.0 KB

1234567891011121314151617181920212223242526272829303132
  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. "//QueryName": "pquote-pquote",
  7. "///QueryName": "pquote-porder",
  8. "////QueryName": "porder-purch",
  9. "QueryVars": {
  10. "QueryName": "pquote-pquote"
  11. },
  12. "//BodyCopyVars": "variables necessary only for body-copy",
  13. "//OrderBy": "value of which selected in OrderBy in form",
  14. "BodyCopyPageVars": {
  15. "SlipNoField": "pquote_no",
  16. "SlipNo": "",
  17. "ItemCode": "",
  18. "CompanyName": "",
  19. "ShowOnlyClosed": "0",
  20. "Balance": "bal_qty > 0",
  21. "DaysFromToday": "30",
  22. "OrderBy": "pquote_no desc, dbr_pquote_bd.seq_no asc"
  23. },
  24. "PageVars": {
  25. "Limit": 10,
  26. "Offset": 0,
  27. "ReturnJson": "This is for Tmp Value String for Query Condition in Base64Encoded"
  28. }
  29. }