GET api/CrmInfo/GetJiShiListByShopId?shopid={shopid}
“GetJiShiListByShopId”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| shopid | “shopid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": "sample string 1",
"Name": "sample string 2",
"Head": "sample string 3",
"Lables": "sample string 4"
},
{
"Id": "sample string 1",
"Name": "sample string 2",
"Head": "sample string 3",
"Lables": "sample string 4"
},
{
"Id": "sample string 1",
"Name": "sample string 2",
"Head": "sample string 3",
"Lables": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<JiShiListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models">
<Items>
<JiShiModel>
<Head>sample string 3</Head>
<Id>sample string 1</Id>
<Lables>sample string 4</Lables>
<Name>sample string 2</Name>
</JiShiModel>
<JiShiModel>
<Head>sample string 3</Head>
<Id>sample string 1</Id>
<Lables>sample string 4</Lables>
<Name>sample string 2</Name>
</JiShiModel>
<JiShiModel>
<Head>sample string 3</Head>
<Id>sample string 1</Id>
<Lables>sample string 4</Lables>
<Name>sample string 2</Name>
</JiShiModel>
</Items>
</JiShiListModel>