POST api/Tally/CellPhoneBarcode
查詢手機條碼載具
Request Information
URI Parameters
None.
Body Parameters
CellPhoneBarcode_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| barcode |
手機號碼 |
string |
Required |
| Ticket |
身份票據 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"barcode": "sample string 1",
"Ticket": "sample string 2"
}
text/html
Sample:
{"barcode":"sample string 1","Ticket":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
查詢手機條碼載具
CellPhoneBarcode_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| status |
狀態 0:系統錯誤1:手機載具存在 2:手機載具不存在 3手機條碼有誤請確認 |
integer |
None. |
| message |
錯誤信息 |
string |
None. |
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2",
"ticketVerified": true
}
text/html
Sample:
{"status":1,"message":"sample string 2","ticketVerified":true}