GET api/Vendor/GetCategorylistbyListingID?listingid={listingid}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| listingid | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"categoriesList": [
{
"id": "sample string 1",
"name": "sample string 2",
"logo": "sample string 3",
"cover": "sample string 4",
"hasQuantity": true,
"hasSize": true
},
{
"id": "sample string 1",
"name": "sample string 2",
"logo": "sample string 3",
"cover": "sample string 4",
"hasQuantity": true,
"hasSize": true
},
{
"id": "sample string 1",
"name": "sample string 2",
"logo": "sample string 3",
"cover": "sample string 4",
"hasQuantity": true,
"hasSize": true
}
],
"response": "sample string 1",
"message": "sample string 2",
"addedId": "sample string 3"
}
text/xml
Sample:
<VendorModel.CategoryList 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>
<categoriesList>
<CategoryModel>
<cover>sample string 4</cover>
<hasQuantity>true</hasQuantity>
<hasSize>true</hasSize>
<id>sample string 1</id>
<logo>sample string 3</logo>
<name>sample string 2</name>
</CategoryModel>
<CategoryModel>
<cover>sample string 4</cover>
<hasQuantity>true</hasQuantity>
<hasSize>true</hasSize>
<id>sample string 1</id>
<logo>sample string 3</logo>
<name>sample string 2</name>
</CategoryModel>
<CategoryModel>
<cover>sample string 4</cover>
<hasQuantity>true</hasQuantity>
<hasSize>true</hasSize>
<id>sample string 1</id>
<logo>sample string 3</logo>
<name>sample string 2</name>
</CategoryModel>
</categoriesList>
</VendorModel.CategoryList>