GET api/invoice/getOrderList/{lang}/{memberID}/{pageNumber}/{pageSize}?isshowcstour={isshowcstour}

訂單列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberID

integer

Required

pageNumber

integer

Required

pageSize

integer

Required

lang

string

Required

isshowcstour

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

訂單列表

ReturnResultOfPageListOfOrderListRSContract
NameDescriptionTypeAdditional information
data

PageListOfOrderListRSContract

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "total_count": 1,
    "page": 2,
    "page_size": 3,
    "data_list": [
      {
        "orderID": "sample string 1",
        "docno": "sample string 2",
        "orderGroups": [
          {
            "title": "sample string 1",
            "filePath": "sample string 2",
            "resType": 0,
            "source": 0
          },
          {
            "title": "sample string 1",
            "filePath": "sample string 2",
            "resType": 0,
            "source": 0
          }
        ],
        "status": 0,
        "FollowStatus": "sample string 3",
        "orderType": 0,
        "totalAmt": 4.0,
        "createTime": "2024-12-23T20:13:18.3447202+08:00",
        "dataSource": 0,
        "orderno": "sample string 6",
        "departdate": "2024-12-23T20:13:18.3447202+08:00",
        "retdate": "2024-12-23T20:13:18.3447202+08:00",
        "tourcode": "sample string 7",
        "bookqty": 8,
        "DataStatus": 9,
        "DataLastTime": "2024-12-23T20:13:18.3447202+08:00",
        "channel": 10,
        "pnr": "sample string 11",
        "Travelers": [
          "sample string 1",
          "sample string 2"
        ],
        "refNo": "sample string 12"
      },
      {
        "orderID": "sample string 1",
        "docno": "sample string 2",
        "orderGroups": [
          {
            "title": "sample string 1",
            "filePath": "sample string 2",
            "resType": 0,
            "source": 0
          },
          {
            "title": "sample string 1",
            "filePath": "sample string 2",
            "resType": 0,
            "source": 0
          }
        ],
        "status": 0,
        "FollowStatus": "sample string 3",
        "orderType": 0,
        "totalAmt": 4.0,
        "createTime": "2024-12-23T20:13:18.3447202+08:00",
        "dataSource": 0,
        "orderno": "sample string 6",
        "departdate": "2024-12-23T20:13:18.3447202+08:00",
        "retdate": "2024-12-23T20:13:18.3447202+08:00",
        "tourcode": "sample string 7",
        "bookqty": 8,
        "DataStatus": 9,
        "DataLastTime": "2024-12-23T20:13:18.3447202+08:00",
        "channel": 10,
        "pnr": "sample string 11",
        "Travelers": [
          "sample string 1",
          "sample string 2"
        ],
        "refNo": "sample string 12"
      }
    ],
    "page_count": 1
  },
  "code": 1,
  "message": "sample string 2"
}