GET api/Inventory/getRecord/ShoppingCart/Fees/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InventoryCategorySubCategoryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FeesId | decimal number |
None. |
|
| FeesName | string |
None. |
|
| SaleRate | decimal number |
None. |
|
| Size | string |
None. |
|
| ImagePath | string |
None. |
|
| InventorySubCategoryId | decimal number |
None. |
|
| InventorySubCategoryName | string |
None. |
|
| InventorySubCategoryImage | string |
None. |
|
| MeasurementUnit | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FeesId": 1.0,
"FeesName": "sample string 2",
"SaleRate": 1.1,
"Size": "sample string 3",
"ImagePath": "sample string 4",
"InventorySubCategoryId": 1.0,
"InventorySubCategoryName": "sample string 5",
"InventorySubCategoryImage": "sample string 6",
"MeasurementUnit": "sample string 7"
},
{
"FeesId": 1.0,
"FeesName": "sample string 2",
"SaleRate": 1.1,
"Size": "sample string 3",
"ImagePath": "sample string 4",
"InventorySubCategoryId": 1.0,
"InventorySubCategoryName": "sample string 5",
"InventorySubCategoryImage": "sample string 6",
"MeasurementUnit": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfInventoryCategorySubCategoryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxGenius.API.Models.Extensions">
<InventoryCategorySubCategoryDto>
<FeesId>1</FeesId>
<FeesName>sample string 2</FeesName>
<ImagePath>sample string 4</ImagePath>
<InventorySubCategoryId>1</InventorySubCategoryId>
<InventorySubCategoryImage>sample string 6</InventorySubCategoryImage>
<InventorySubCategoryName>sample string 5</InventorySubCategoryName>
<MeasurementUnit>sample string 7</MeasurementUnit>
<SaleRate>1.1</SaleRate>
<Size>sample string 3</Size>
</InventoryCategorySubCategoryDto>
<InventoryCategorySubCategoryDto>
<FeesId>1</FeesId>
<FeesName>sample string 2</FeesName>
<ImagePath>sample string 4</ImagePath>
<InventorySubCategoryId>1</InventorySubCategoryId>
<InventorySubCategoryImage>sample string 6</InventorySubCategoryImage>
<InventorySubCategoryName>sample string 5</InventorySubCategoryName>
<MeasurementUnit>sample string 7</MeasurementUnit>
<SaleRate>1.1</SaleRate>
<Size>sample string 3</Size>
</InventoryCategorySubCategoryDto>
</ArrayOfInventoryCategorySubCategoryDto>