GET api/order/tour/detail/{docNo}?lang={lang}
獲取LocalTour訂單信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
docNo |
訂單編號 |
string |
Required |
lang |
語言 |
string |
Default value is zh-hk |
Body Parameters
None.
Response Information
Resource Description
獲取LocalTour訂單信息
ReturnResultOfLocalTourInvoiceDetailContractName | Description | Type | Additional information |
---|---|---|---|
data | LocalTourInvoiceDetailContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "reserveinfo": { "docno": "sample string 1", "themeid": 2, "DocNoSeqNo": 3, "themeCountry": "sample string 4", "themeno": "sample string 5", "themename": "sample string 6", "planid": "sample string 7", "planNo": "sample string 8", "planname": "sample string 9", "adult": 10, "adultprice": 11.0, "adultpricename": "sample string 12", "adulttax": 13.0, "child": 14, "childprice": 15.0, "childpricename": "sample string 16", "childtax": 17.0, "infant": 18, "infactprice": 19.0, "infactpricename": "sample string 20", "infacttax": 21.0, "elderly": 22, "elderlyprice": 23.0, "elderlypricename": "sample string 24", "elderlytax": 25.0, "currency": "sample string 26", "date": "2025-04-24T17:28:57.1937987+08:00", "bookingtime": "2025-04-24T17:28:57.1937987+08:00", "canceldeadline": "2025-04-24T17:28:57.1937987+08:00", "planDetail": "sample string 29", "remark": "sample string 30", "notice": "sample string 31", "PlanRemark": "sample string 32", "departstartdate": "2025-04-24T17:28:57.1948017+08:00", "departenddate": "2025-04-24T17:28:57.1948017+08:00", "recommetcount": 35 }, "travelerlist": [ { "prefix": "sample string 1", "lastname": "sample string 2", "middlename": "sample string 3", "firstname": "sample string 4", "gender": 5, "agetype": 6, "dateofbirth": "2025-04-24T17:28:57.1958043+08:00", "email": "sample string 7", "nationality": "sample string 8", "telcountry": "sample string 9", "tel": "sample string 10", "plancustome": "sample string 11", "seqno": 12 }, { "prefix": "sample string 1", "lastname": "sample string 2", "middlename": "sample string 3", "firstname": "sample string 4", "gender": 5, "agetype": 6, "dateofbirth": "2025-04-24T17:28:57.1958043+08:00", "email": "sample string 7", "nationality": "sample string 8", "telcountry": "sample string 9", "tel": "sample string 10", "plancustome": "sample string 11", "seqno": 12 } ] }, "code": 1, "message": "sample string 2" }