GET api/Order/GetOrderList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

APIResponseOfListOfvmT_Order
NameDescriptionTypeAdditional information
DataTotal

integer

None.

Status

integer

None.

Msg

string

None.

ResultEntity

Collection of vmT_Order

None.

Response Formats

application/json, text/json

Sample:
{
  "DataTotal": 1,
  "Status": 2,
  "Msg": "sample string 3",
  "ResultEntity": [
    {
      "ID": "7beb326e-ea13-4ef0-b6e9-510556efc214",
      "OrderNum": "sample string 2",
      "Buy_MemberID": "b31a8f65-df13-4ed2-b62b-15e07e906af0",
      "BuyMemberInfo": {
        "ID": "fe35f0b6-9da7-4fde-9371-3797ec3b32da",
        "Name": "sample string 2"
      },
      "Store_ID": "8fcb09a2-9cdd-4c1d-a3c0-76dd156a5659",
      "Store_Name": "sample string 5",
      "Pay_OrderID": "sample string 6",
      "Goods_Price": 7.0,
      "Freight_Price": 8.0,
      "Total_Price": 9.0,
      "IsDelete": true,
      "PayTime": "2025-07-21T13:09:23.6772635+08:00",
      "CreateOn": "2025-07-21T13:09:23.6772635+08:00",
      "UpdateOn": "2025-07-21T13:09:23.6772635+08:00",
      "Order_Status": 13,
      "Order_Status_Text": "sample string 14",
      "Logistics_Status": 15,
      "Logistics_Status_Text": "sample string 16",
      "Logistics_Company": "sample string 17",
      "Logistics_Number": "sample string 18",
      "Logistics_Time": "2025-07-21T13:09:23.6772635+08:00",
      "Province_Code": "sample string 19",
      "City_Code": "sample string 20",
      "Area_Code": "sample string 21",
      "Name": "sample string 22",
      "Phone": "sample string 23",
      "Address": "sample string 24",
      "Member_Delete": true
    },
    {
      "ID": "7beb326e-ea13-4ef0-b6e9-510556efc214",
      "OrderNum": "sample string 2",
      "Buy_MemberID": "b31a8f65-df13-4ed2-b62b-15e07e906af0",
      "BuyMemberInfo": {
        "ID": "fe35f0b6-9da7-4fde-9371-3797ec3b32da",
        "Name": "sample string 2"
      },
      "Store_ID": "8fcb09a2-9cdd-4c1d-a3c0-76dd156a5659",
      "Store_Name": "sample string 5",
      "Pay_OrderID": "sample string 6",
      "Goods_Price": 7.0,
      "Freight_Price": 8.0,
      "Total_Price": 9.0,
      "IsDelete": true,
      "PayTime": "2025-07-21T13:09:23.6772635+08:00",
      "CreateOn": "2025-07-21T13:09:23.6772635+08:00",
      "UpdateOn": "2025-07-21T13:09:23.6772635+08:00",
      "Order_Status": 13,
      "Order_Status_Text": "sample string 14",
      "Logistics_Status": 15,
      "Logistics_Status_Text": "sample string 16",
      "Logistics_Company": "sample string 17",
      "Logistics_Number": "sample string 18",
      "Logistics_Time": "2025-07-21T13:09:23.6772635+08:00",
      "Province_Code": "sample string 19",
      "City_Code": "sample string 20",
      "Area_Code": "sample string 21",
      "Name": "sample string 22",
      "Phone": "sample string 23",
      "Address": "sample string 24",
      "Member_Delete": true
    }
  ]
}

application/xml, text/xml

Sample:
<APIResponseOfArrayOfvmT_OrdersH4qAFId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility.Model">
  <DataTotal>1</DataTotal>
  <Msg>sample string 3</Msg>
  <ResultEntity xmlns:d2p1="http://schemas.datacontract.org/2004/07/ViewModel.OrderMapping">
    <d2p1:vmT_Order>
      <d2p1:Address>sample string 24</d2p1:Address>
      <d2p1:Area_Code>sample string 21</d2p1:Area_Code>
      <d2p1:BuyMemberInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/ViewModel">
        <d4p1:ID>fe35f0b6-9da7-4fde-9371-3797ec3b32da</d4p1:ID>
        <d4p1:Name>sample string 2</d4p1:Name>
      </d2p1:BuyMemberInfo>
      <d2p1:Buy_MemberID>b31a8f65-df13-4ed2-b62b-15e07e906af0</d2p1:Buy_MemberID>
      <d2p1:City_Code>sample string 20</d2p1:City_Code>
      <d2p1:CreateOn>2025-07-21T13:09:23.6772635+08:00</d2p1:CreateOn>
      <d2p1:Freight_Price>8</d2p1:Freight_Price>
      <d2p1:Goods_Price>7</d2p1:Goods_Price>
      <d2p1:ID>7beb326e-ea13-4ef0-b6e9-510556efc214</d2p1:ID>
      <d2p1:IsDelete>true</d2p1:IsDelete>
      <d2p1:Logistics_Company>sample string 17</d2p1:Logistics_Company>
      <d2p1:Logistics_Number>sample string 18</d2p1:Logistics_Number>
      <d2p1:Logistics_Status>15</d2p1:Logistics_Status>
      <d2p1:Logistics_Status_Text>sample string 16</d2p1:Logistics_Status_Text>
      <d2p1:Logistics_Time>2025-07-21T13:09:23.6772635+08:00</d2p1:Logistics_Time>
      <d2p1:Member_Delete>true</d2p1:Member_Delete>
      <d2p1:Name>sample string 22</d2p1:Name>
      <d2p1:OrderNum>sample string 2</d2p1:OrderNum>
      <d2p1:Order_Status>13</d2p1:Order_Status>
      <d2p1:Order_Status_Text>sample string 14</d2p1:Order_Status_Text>
      <d2p1:PayTime>2025-07-21T13:09:23.6772635+08:00</d2p1:PayTime>
      <d2p1:Pay_OrderID>sample string 6</d2p1:Pay_OrderID>
      <d2p1:Phone>sample string 23</d2p1:Phone>
      <d2p1:Province_Code>sample string 19</d2p1:Province_Code>
      <d2p1:Store_ID>8fcb09a2-9cdd-4c1d-a3c0-76dd156a5659</d2p1:Store_ID>
      <d2p1:Store_Name>sample string 5</d2p1:Store_Name>
      <d2p1:Total_Price>9</d2p1:Total_Price>
      <d2p1:UpdateOn>2025-07-21T13:09:23.6772635+08:00</d2p1:UpdateOn>
    </d2p1:vmT_Order>
    <d2p1:vmT_Order>
      <d2p1:Address>sample string 24</d2p1:Address>
      <d2p1:Area_Code>sample string 21</d2p1:Area_Code>
      <d2p1:BuyMemberInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/ViewModel">
        <d4p1:ID>fe35f0b6-9da7-4fde-9371-3797ec3b32da</d4p1:ID>
        <d4p1:Name>sample string 2</d4p1:Name>
      </d2p1:BuyMemberInfo>
      <d2p1:Buy_MemberID>b31a8f65-df13-4ed2-b62b-15e07e906af0</d2p1:Buy_MemberID>
      <d2p1:City_Code>sample string 20</d2p1:City_Code>
      <d2p1:CreateOn>2025-07-21T13:09:23.6772635+08:00</d2p1:CreateOn>
      <d2p1:Freight_Price>8</d2p1:Freight_Price>
      <d2p1:Goods_Price>7</d2p1:Goods_Price>
      <d2p1:ID>7beb326e-ea13-4ef0-b6e9-510556efc214</d2p1:ID>
      <d2p1:IsDelete>true</d2p1:IsDelete>
      <d2p1:Logistics_Company>sample string 17</d2p1:Logistics_Company>
      <d2p1:Logistics_Number>sample string 18</d2p1:Logistics_Number>
      <d2p1:Logistics_Status>15</d2p1:Logistics_Status>
      <d2p1:Logistics_Status_Text>sample string 16</d2p1:Logistics_Status_Text>
      <d2p1:Logistics_Time>2025-07-21T13:09:23.6772635+08:00</d2p1:Logistics_Time>
      <d2p1:Member_Delete>true</d2p1:Member_Delete>
      <d2p1:Name>sample string 22</d2p1:Name>
      <d2p1:OrderNum>sample string 2</d2p1:OrderNum>
      <d2p1:Order_Status>13</d2p1:Order_Status>
      <d2p1:Order_Status_Text>sample string 14</d2p1:Order_Status_Text>
      <d2p1:PayTime>2025-07-21T13:09:23.6772635+08:00</d2p1:PayTime>
      <d2p1:Pay_OrderID>sample string 6</d2p1:Pay_OrderID>
      <d2p1:Phone>sample string 23</d2p1:Phone>
      <d2p1:Province_Code>sample string 19</d2p1:Province_Code>
      <d2p1:Store_ID>8fcb09a2-9cdd-4c1d-a3c0-76dd156a5659</d2p1:Store_ID>
      <d2p1:Store_Name>sample string 5</d2p1:Store_Name>
      <d2p1:Total_Price>9</d2p1:Total_Price>
      <d2p1:UpdateOn>2025-07-21T13:09:23.6772635+08:00</d2p1:UpdateOn>
    </d2p1:vmT_Order>
  </ResultEntity>
  <Status>2</Status>
</APIResponseOfArrayOfvmT_OrdersH4qAFId>