GET api/NON/BI/Config/Shop
获取海洋公园餐饮业务门店清单配置的内容
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取海洋公园餐饮业务门店清单配置的内容
CommonOperationResultWithTagOfIEnumerableOfNON_BI_Config_Cartering_ShopItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of NON_BI_Config_Cartering_ShopItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"CaterShopId": "sample string 1",
"CaterShopName": "sample string 2",
"LastConfirmDate": "sample string 3",
"LastSyncTime": "sample string 4"
},
{
"CaterShopId": "sample string 1",
"CaterShopName": "sample string 2",
"LastConfirmDate": "sample string 3",
"LastSyncTime": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfNON_BI_Config_Cartering_ShopItemdEqWmk6k xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.NonStandard">
<d2p1:NON_BI_Config_Cartering_ShopItem>
<d2p1:CaterShopId>sample string 1</d2p1:CaterShopId>
<d2p1:CaterShopName>sample string 2</d2p1:CaterShopName>
<d2p1:LastConfirmDate>sample string 3</d2p1:LastConfirmDate>
<d2p1:LastSyncTime>sample string 4</d2p1:LastSyncTime>
</d2p1:NON_BI_Config_Cartering_ShopItem>
<d2p1:NON_BI_Config_Cartering_ShopItem>
<d2p1:CaterShopId>sample string 1</d2p1:CaterShopId>
<d2p1:CaterShopName>sample string 2</d2p1:CaterShopName>
<d2p1:LastConfirmDate>sample string 3</d2p1:LastConfirmDate>
<d2p1:LastSyncTime>sample string 4</d2p1:LastSyncTime>
</d2p1:NON_BI_Config_Cartering_ShopItem>
</tag>
</CommonOperationResultWithTagOfArrayOfNON_BI_Config_Cartering_ShopItemdEqWmk6k>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.