POST api/NInvoice/cePostInvNoModule
發票字軌末碼查詢
需求參數
| 參數名稱 | 描述 | 內容格式 | 相關資訊 |
|---|---|---|---|
| js_login |
驗證使用 |
js_login |
Required |
| invo_ym |
發票期別,如:202005 |
string |
Required |
| invo_type |
發票類型;請傳"3"表示三聯式收銀機、電子發票, |
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"
},
"invo_ym": "sample string 1",
"invo_type": "sample string 2"
}
回覆參數
| 參數名稱 | 描述 | 內容格式 | 相關資訊 |
|---|---|---|---|
| Message |
訊息回饋 |
Message | |
| trans_data |
發票字軌資訊 |
trans_data |
回覆格式
application/json, text/json
Sample:
{
"Message": {
"msgcode": 1,
"msgdesc": "sample string 2"
},
"trans_data": {
"inv_no": "sample string 1",
"inv_date": 2.1,
"inv_lno": 3.1
}
}