GET api/Admin/GetListings
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"listingtype": [
{
"listingtypeid": "sample string 1",
"listingtypename": "sample string 2",
"typelogo": "sample string 3",
"typecover": "sample string 4",
"ListingInfo": null
},
{
"listingtypeid": "sample string 1",
"listingtypename": "sample string 2",
"typelogo": "sample string 3",
"typecover": "sample string 4",
"ListingInfo": null
},
{
"listingtypeid": "sample string 1",
"listingtypename": "sample string 2",
"typelogo": "sample string 3",
"typecover": "sample string 4",
"ListingInfo": null
}
],
"response": "sample string 1",
"message": "sample string 2",
"addedId": "sample string 3"
}
text/xml
Sample:
<VendorModel.listing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapishopinbelgium.Models">
<addedId>sample string 3</addedId>
<message>sample string 2</message>
<response>sample string 1</response>
<listingtype>
<VendorModel.Listingtype>
<ListingInfo i:nil="true" />
<listingtypeid>sample string 1</listingtypeid>
<listingtypename>sample string 2</listingtypename>
<typecover>sample string 4</typecover>
<typelogo>sample string 3</typelogo>
</VendorModel.Listingtype>
<VendorModel.Listingtype>
<ListingInfo i:nil="true" />
<listingtypeid>sample string 1</listingtypeid>
<listingtypename>sample string 2</listingtypename>
<typecover>sample string 4</typecover>
<typelogo>sample string 3</typelogo>
</VendorModel.Listingtype>
<VendorModel.Listingtype>
<ListingInfo i:nil="true" />
<listingtypeid>sample string 1</listingtypeid>
<listingtypename>sample string 2</listingtypename>
<typecover>sample string 4</typecover>
<typelogo>sample string 3</typelogo>
</VendorModel.Listingtype>
</listingtype>
</VendorModel.listing>