GET api/CustomerOrderDeliveryWayList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Customer_Order_DeliveryWay_List| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | byte |
None. |
|
| Name | string |
None. |
|
| Enable | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 64,
"Name": "sample string 2",
"Enable": true
},
{
"Id": 64,
"Name": "sample string 2",
"Enable": true
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomer_Order_DeliveryWay_List xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI">
<Customer_Order_DeliveryWay_List>
<Enable>true</Enable>
<Id>64</Id>
<Name>sample string 2</Name>
</Customer_Order_DeliveryWay_List>
<Customer_Order_DeliveryWay_List>
<Enable>true</Enable>
<Id>64</Id>
<Name>sample string 2</Name>
</Customer_Order_DeliveryWay_List>
</ArrayOfCustomer_Order_DeliveryWay_List>