GET api/order/tour/detail/{docNo}?lang={lang}

獲取LocalTour訂單信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
docNo

訂單編號

string

Required

lang

語言

string

Default value is zh-hk

Body Parameters

None.

Response Information

Resource Description

獲取LocalTour訂單信息

ReturnResultOfLocalTourInvoiceDetailContract
NameDescriptionTypeAdditional 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,
      "themeCountry": "sample string 3",
      "themeno": "sample string 4",
      "themename": "sample string 5",
      "planid": "sample string 6",
      "planNo": "sample string 7",
      "planname": "sample string 8",
      "adult": 9,
      "adultprice": 10.0,
      "adultpricename": "sample string 11",
      "adulttax": 12.0,
      "child": 13,
      "childprice": 14.0,
      "childpricename": "sample string 15",
      "childtax": 16.0,
      "infant": 17,
      "infactprice": 18.0,
      "infactpricename": "sample string 19",
      "infacttax": 20.0,
      "elderly": 21,
      "elderlyprice": 22.0,
      "elderlypricename": "sample string 23",
      "elderlytax": 24.0,
      "currency": "sample string 25",
      "date": "2024-12-23T17:23:48.8154239+08:00",
      "bookingtime": "2024-12-23T17:23:48.8154239+08:00",
      "canceldeadline": "2024-12-23T17:23:48.8154239+08:00",
      "planDetail": "sample string 28",
      "remark": "sample string 29",
      "notice": "sample string 30",
      "departstartdate": "2024-12-23T17:23:48.8154239+08:00",
      "departenddate": "2024-12-23T17:23:48.8154239+08:00",
      "recommetcount": 33
    },
    "travelerlist": [
      {
        "prefix": "sample string 1",
        "lastname": "sample string 2",
        "middlename": "sample string 3",
        "firstname": "sample string 4",
        "gender": 5,
        "agetype": 6,
        "dateofbirth": "2024-12-23T17:23:48.8154239+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": "2024-12-23T17:23:48.8154239+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"
}