POST api/OrderStats/GetOrderGPS
取訂單GPS定位
Request Information
URI Parameters
None.
Body Parameters
OrderGpsPara| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| OrderNo |
訂單編號 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"OrderNo": "sample string 2"
}
text/html
Sample:
{"Ticket":"sample string 1","OrderNo":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
取訂單GPS定位
OrderGpsOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| lng |
經度 |
string |
None. |
| lat |
緯度 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"lng": "sample string 2",
"lat": "sample string 3"
}
text/html
Sample:
{"ticketVerified":true,"lng":"sample string 2","lat":"sample string 3"}