GET api/MainAddonCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MainAddonCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| DateCreated | date |
None. |
|
| LastModified | date |
None. |
|
| CategoryName | string |
None. |
|
| Image | string |
None. |
|
| TempImage | Collection of byte |
None. |
|
| VendorId | integer |
None. |
|
| ProductCategoryId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"DateCreated": "2025-12-11T12:07:47.5483843+02:00",
"LastModified": "2025-12-11T12:07:47.5483843+02:00",
"CategoryName": "sample string 4",
"Image": "sample string 5",
"TempImage": "QEA=",
"VendorId": 1,
"ProductCategoryId": 1
},
{
"id": 1,
"DateCreated": "2025-12-11T12:07:47.5483843+02:00",
"LastModified": "2025-12-11T12:07:47.5483843+02:00",
"CategoryName": "sample string 4",
"Image": "sample string 5",
"TempImage": "QEA=",
"VendorId": 1,
"ProductCategoryId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfMainAddonCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BonaMarketAPI.Database">
<MainAddonCategory>
<CategoryName>sample string 4</CategoryName>
<DateCreated>2025-12-11T12:07:47.5483843+02:00</DateCreated>
<Image>sample string 5</Image>
<LastModified>2025-12-11T12:07:47.5483843+02:00</LastModified>
<ProductCategoryId>1</ProductCategoryId>
<TempImage>QEA=</TempImage>
<VendorId>1</VendorId>
<id>1</id>
</MainAddonCategory>
<MainAddonCategory>
<CategoryName>sample string 4</CategoryName>
<DateCreated>2025-12-11T12:07:47.5483843+02:00</DateCreated>
<Image>sample string 5</Image>
<LastModified>2025-12-11T12:07:47.5483843+02:00</LastModified>
<ProductCategoryId>1</ProductCategoryId>
<TempImage>QEA=</TempImage>
<VendorId>1</VendorId>
<id>1</id>
</MainAddonCategory>
</ArrayOfMainAddonCategory>