GET api/values/GetShopdetails?id={id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "Shop_id": 1, "ShopName": "sample string 2", "ShopType": "sample string 3", "ShopAddress": "sample string 4", "ShopMobileNo": "sample string 5", "ShopOwnerName": "sample string 6", "ShopIMG": "sample string 7", "IsEnable": true, "IsActive": "sample string 8", "Priority": 1, "Loc": "sample string 9" }, { "Shop_id": 1, "ShopName": "sample string 2", "ShopType": "sample string 3", "ShopAddress": "sample string 4", "ShopMobileNo": "sample string 5", "ShopOwnerName": "sample string 6", "ShopIMG": "sample string 7", "IsEnable": true, "IsActive": "sample string 8", "Priority": 1, "Loc": "sample string 9" }, { "Shop_id": 1, "ShopName": "sample string 2", "ShopType": "sample string 3", "ShopAddress": "sample string 4", "ShopMobileNo": "sample string 5", "ShopOwnerName": "sample string 6", "ShopIMG": "sample string 7", "IsEnable": true, "IsActive": "sample string 8", "Priority": 1, "Loc": "sample string 9" } ]
application/xml, text/xml
Sample:
<ArrayOfShopDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models"> <ShopDetail> <IsActive>sample string 8</IsActive> <IsEnable>true</IsEnable> <Loc>sample string 9</Loc> <Priority>1</Priority> <ShopAddress>sample string 4</ShopAddress> <ShopIMG>sample string 7</ShopIMG> <ShopMobileNo>sample string 5</ShopMobileNo> <ShopName>sample string 2</ShopName> <ShopOwnerName>sample string 6</ShopOwnerName> <ShopType>sample string 3</ShopType> <Shop_id>1</Shop_id> </ShopDetail> <ShopDetail> <IsActive>sample string 8</IsActive> <IsEnable>true</IsEnable> <Loc>sample string 9</Loc> <Priority>1</Priority> <ShopAddress>sample string 4</ShopAddress> <ShopIMG>sample string 7</ShopIMG> <ShopMobileNo>sample string 5</ShopMobileNo> <ShopName>sample string 2</ShopName> <ShopOwnerName>sample string 6</ShopOwnerName> <ShopType>sample string 3</ShopType> <Shop_id>1</Shop_id> </ShopDetail> <ShopDetail> <IsActive>sample string 8</IsActive> <IsEnable>true</IsEnable> <Loc>sample string 9</Loc> <Priority>1</Priority> <ShopAddress>sample string 4</ShopAddress> <ShopIMG>sample string 7</ShopIMG> <ShopMobileNo>sample string 5</ShopMobileNo> <ShopName>sample string 2</ShopName> <ShopOwnerName>sample string 6</ShopOwnerName> <ShopType>sample string 3</ShopType> <Shop_id>1</Shop_id> </ShopDetail> </ArrayOfShopDetail>