12345678910111213141516171819202122232425262728 |
- {
- "==Intro==": "Api of all slip search page API such as (pquote-pquote, porder-purch, purch-paid ...)",
- "//FilterName": "to filter for table field : ex) igroup_code",
- "//FilterValue": "to specify value of table field: ex) '123' ",
- "//Caution": "Query, Fields, Asc, Desc are not available in PageVar because some of them alreday specified or fixed in API automatically",
- "QueryVars": {
- "QueryName": "webcat_cart-sorder"
- },
- "//BodyCopyVars": "variables necessary only for body-copy",
- "//OrderBy": "value of which selected in OrderBy in form",
- "BodyCopyPageVars": {
- "SlipNoField": "",
- "SlipNo": "",
- "ItemCode": "",
- "CompanyName": "",
- "ShowOnlyClosed": "",
- "Balance": "",
- "DaysFromToday": "",
- "OrderBy": "dbt_webcat_cart.created_on desc"
- },
- "PageVars": {
- "Limit": 10,
- "Offset": 0,
- "ReturnJson": "This is for Tmp Value String for Query Condition in Base64Encoded"
- }
- }
|