GET api/ItemClassification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Item| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | integer |
None. |
|
| ItemCode | string |
None. |
|
| ItemName | string |
None. |
|
| ItemDescription | string |
None. |
|
| UomId | integer |
None. |
|
| ItemClassificationId | integer |
None. |
|
| ItemGroupId | integer |
None. |
|
| ItemNote | string |
None. |
|
| DisplayName | string |
None. |
|
| DrawingNo | string |
None. |
|
| RevisionNo | string |
None. |
|
| BarCode | string |
None. |
|
| StandardCost | decimal number |
None. |
|
| AverageSalesCost | decimal number |
None. |
|
| LastSoldCost | decimal number |
None. |
|
| SalesUomId | integer |
None. |
|
| PurchaseCost | decimal number |
None. |
|
| AveragePurchaseCost | decimal number |
None. |
|
| LastPurchaseCost | decimal number |
None. |
|
| LandingCost | decimal number |
None. |
|
| AverageLandingCost | decimal number |
None. |
|
| LastLandingCost | decimal number |
None. |
|
| MinimumOrderQuantity | decimal number |
None. |
|
| MaximumOrderQuantity | decimal number |
None. |
|
| PurchaseUomId | integer |
None. |
|
| LeadTime | integer |
None. |
|
| MinStockQuantity | integer |
None. |
|
| ROLQuanity | integer |
None. |
|
| CasNo | string |
None. |
|
| HsnCode | string |
None. |
|
| ItemStatusId | integer |
None. |
|
| ManufacturerId | integer |
None. |
|
| ItemBinId | integer |
None. |
|
| StandaradPackingQuantity | integer |
None. |
|
| ItemTradingTypeId | integer |
None. |
|
| MaxStockQuantity | integer |
None. |
|
| TaxRate | decimal number |
None. |
|
| CounterPartyItemId | string |
None. |
|
| AvailableQty | decimal number |
None. |
|
| Uom | Uom |
None. |
|
| SalesUom | Uom |
None. |
|
| PurchaseUom | Uom |
None. |
|
| ItemGroup | ItemGroup |
None. |
|
| ItemClassification | ItemClassification |
None. |
|
| Manufacturer | Manufacturer |
None. |
|
| ItemBin | ItemBin |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ItemId": 1,
"ItemCode": "sample string 2",
"ItemName": "sample string 3",
"ItemDescription": "sample string 4",
"UomId": 5,
"ItemClassificationId": 6,
"ItemGroupId": 7,
"ItemNote": "sample string 8",
"DisplayName": "sample string 9",
"DrawingNo": "sample string 10",
"RevisionNo": "sample string 11",
"BarCode": "sample string 12",
"StandardCost": 13.1,
"AverageSalesCost": 14.1,
"LastSoldCost": 15.1,
"SalesUomId": 1,
"PurchaseCost": 16.1,
"AveragePurchaseCost": 17.1,
"LastPurchaseCost": 18.1,
"LandingCost": 19.1,
"AverageLandingCost": 20.1,
"LastLandingCost": 21.1,
"MinimumOrderQuantity": 22.1,
"MaximumOrderQuantity": 23.1,
"PurchaseUomId": 1,
"LeadTime": 24,
"MinStockQuantity": 25,
"ROLQuanity": 26,
"CasNo": "sample string 27",
"HsnCode": "sample string 28",
"ItemStatusId": 29,
"ManufacturerId": 1,
"ItemBinId": 1,
"StandaradPackingQuantity": 30,
"ItemTradingTypeId": 1,
"MaxStockQuantity": 31,
"TaxRate": 32.1,
"CounterPartyItemId": "sample string 33",
"AvailableQty": 34.1,
"Uom": {
"UomId": 1,
"UomName": "sample string 2",
"UomAbbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 5"
},
"SalesUom": {
"UomId": 1,
"UomName": "sample string 2",
"UomAbbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 5"
},
"PurchaseUom": {
"UomId": 1,
"UomName": "sample string 2",
"UomAbbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 5"
},
"ItemGroup": {
"ItemGroupId": 1,
"ItemGroupCode": "sample string 2",
"ItemGroupName": "sample string 3",
"ItemGroupDescription": "sample string 4",
"ParentItemGroupId": 1,
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"ItemClassification": {
"ItemClassificationId": 1,
"ClassficationCode": "sample string 2",
"ClassificationName": "sample string 3",
"ClassficationDescription": "sample string 4",
"ParentItemClassificationId": 1,
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"Manufacturer": {
"ManufacturerId": 1,
"ManufacturerName": "sample string 2",
"Abbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 5"
},
"ItemBin": {
"ItemBinId": 1,
"StockTypeId": 1,
"BinName": "sample string 2",
"Rack": "sample string 3",
"Row": "sample string 4",
"Column": "sample string 5",
"StoreTypeId": 1,
"Location": "sample string 6",
"WareHouse": "sample string 7",
"StoreType": {
"EntityTypeAttributeId": 1,
"EntityTypeId": 2,
"EntityTypeAttributeName": "sample string 3",
"ActiveFlag": true,
"EntityType": {
"EntityTypeId": 1,
"EntityTypeName": "sample string 2",
"isInsertable": true,
"ActiveFlag": true,
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"StockType": {
"EntityTypeAttributeId": 1,
"EntityTypeId": 2,
"EntityTypeAttributeName": "sample string 3",
"ActiveFlag": true,
"EntityType": {
"EntityTypeId": 1,
"EntityTypeName": "sample string 2",
"isInsertable": true,
"ActiveFlag": true,
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 9"
},
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 36"
},
{
"ItemId": 1,
"ItemCode": "sample string 2",
"ItemName": "sample string 3",
"ItemDescription": "sample string 4",
"UomId": 5,
"ItemClassificationId": 6,
"ItemGroupId": 7,
"ItemNote": "sample string 8",
"DisplayName": "sample string 9",
"DrawingNo": "sample string 10",
"RevisionNo": "sample string 11",
"BarCode": "sample string 12",
"StandardCost": 13.1,
"AverageSalesCost": 14.1,
"LastSoldCost": 15.1,
"SalesUomId": 1,
"PurchaseCost": 16.1,
"AveragePurchaseCost": 17.1,
"LastPurchaseCost": 18.1,
"LandingCost": 19.1,
"AverageLandingCost": 20.1,
"LastLandingCost": 21.1,
"MinimumOrderQuantity": 22.1,
"MaximumOrderQuantity": 23.1,
"PurchaseUomId": 1,
"LeadTime": 24,
"MinStockQuantity": 25,
"ROLQuanity": 26,
"CasNo": "sample string 27",
"HsnCode": "sample string 28",
"ItemStatusId": 29,
"ManufacturerId": 1,
"ItemBinId": 1,
"StandaradPackingQuantity": 30,
"ItemTradingTypeId": 1,
"MaxStockQuantity": 31,
"TaxRate": 32.1,
"CounterPartyItemId": "sample string 33",
"AvailableQty": 34.1,
"Uom": {
"UomId": 1,
"UomName": "sample string 2",
"UomAbbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 5"
},
"SalesUom": {
"UomId": 1,
"UomName": "sample string 2",
"UomAbbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 5"
},
"PurchaseUom": {
"UomId": 1,
"UomName": "sample string 2",
"UomAbbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 5"
},
"ItemGroup": {
"ItemGroupId": 1,
"ItemGroupCode": "sample string 2",
"ItemGroupName": "sample string 3",
"ItemGroupDescription": "sample string 4",
"ParentItemGroupId": 1,
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"ItemClassification": {
"ItemClassificationId": 1,
"ClassficationCode": "sample string 2",
"ClassificationName": "sample string 3",
"ClassficationDescription": "sample string 4",
"ParentItemClassificationId": 1,
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"Manufacturer": {
"ManufacturerId": 1,
"ManufacturerName": "sample string 2",
"Abbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 5"
},
"ItemBin": {
"ItemBinId": 1,
"StockTypeId": 1,
"BinName": "sample string 2",
"Rack": "sample string 3",
"Row": "sample string 4",
"Column": "sample string 5",
"StoreTypeId": 1,
"Location": "sample string 6",
"WareHouse": "sample string 7",
"StoreType": {
"EntityTypeAttributeId": 1,
"EntityTypeId": 2,
"EntityTypeAttributeName": "sample string 3",
"ActiveFlag": true,
"EntityType": {
"EntityTypeId": 1,
"EntityTypeName": "sample string 2",
"isInsertable": true,
"ActiveFlag": true,
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"StockType": {
"EntityTypeAttributeId": 1,
"EntityTypeId": 2,
"EntityTypeAttributeName": "sample string 3",
"ActiveFlag": true,
"EntityType": {
"EntityTypeId": 1,
"EntityTypeName": "sample string 2",
"isInsertable": true,
"ActiveFlag": true,
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 6"
},
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 9"
},
"CreatedDate": "2025-12-08T01:53:18.6894683+05:30",
"CreatedBy": "sample string 36"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.