POST api/NHistory/PostProdhistory
產品交易歷史查詢
需求參數
| 參數名稱 | 描述 | 內容格式 | 相關資訊 |
|---|---|---|---|
| js_login |
驗證使用 |
js_login |
Required |
| tbr06c |
產品編號 |
string |
Required |
| tbr04c_b |
交易日期(起) |
string |
Required |
| tbr04c_e |
交易日期(迄) |
string |
Required |
| trans_type |
需要查詢的交易單別 |
Collection of string |
Required |
需求格式
application/json, text/json
Sample:
{
"js_login": {
"cust_no": "sample string 1",
"user_no": "sample string 2",
"user_pass": "sample string 3",
"sys_id": "sample string 4",
"lang": "sample string 5",
"app_token": "sample string 6"
},
"tbr06c": "sample string 1",
"tbr04c_b": "sample string 2",
"tbr04c_e": "sample string 3",
"trans_type": [
"sample string 1",
"sample string 2"
]
}
回覆參數
| 參數名稱 | 描述 | 內容格式 | 相關資訊 |
|---|---|---|---|
| Message |
訊息回饋 |
Message | |
| tbm18 |
產品交易歷史 |
Collection of tbm18_9114 |
回覆格式
application/json, text/json
Sample:
{
"Message": {
"msgcode": 1,
"msgdesc": "sample string 2"
},
"tbm18": [
{
"tbr00c": "sample string 1",
"tbr010c": "sample string 2",
"tbr011": "sample string 3",
"tbr02c": "sample string 4",
"tbr03c": "sample string 5",
"tbr04c": "sample string 6",
"tbr05f": 7.1,
"tbr06c": "sample string 8",
"tbr061c": "sample string 9",
"tbr071f": 1.1,
"tbr072c": "sample string 10",
"tbr081f": 1.1,
"tbr082c": "sample string 11",
"tbr091f": 1.1,
"tbr11f": 1.1,
"tbr12f": 1.1,
"tbr13f": 1.1,
"tbr142f": 1.1,
"tbr15f": 1.1,
"tbr19c": "sample string 12",
"tbr20c": "sample string 13",
"tbr21c": "sample string 14",
"tbr22c": "sample string 15"
},
{
"tbr00c": "sample string 1",
"tbr010c": "sample string 2",
"tbr011": "sample string 3",
"tbr02c": "sample string 4",
"tbr03c": "sample string 5",
"tbr04c": "sample string 6",
"tbr05f": 7.1,
"tbr06c": "sample string 8",
"tbr061c": "sample string 9",
"tbr071f": 1.1,
"tbr072c": "sample string 10",
"tbr081f": 1.1,
"tbr082c": "sample string 11",
"tbr091f": 1.1,
"tbr11f": 1.1,
"tbr12f": 1.1,
"tbr13f": 1.1,
"tbr142f": 1.1,
"tbr15f": 1.1,
"tbr19c": "sample string 12",
"tbr20c": "sample string 13",
"tbr21c": "sample string 14",
"tbr22c": "sample string 15"
}
]
}