POST services/api/v1/Get_ItemByFilter
Request Information
URI Parameters
None.
Body Parameters
ItemCategoryEdit_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemName | string |
None. |
|
| Barcode | string |
None. |
|
| Unit | string |
None. |
|
| CostPrice | string |
None. |
|
| SellingPrice | string |
None. |
|
| Department | string |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| SellingPriceLevel | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemName": "sample string 1",
"Barcode": "sample string 2",
"Unit": "sample string 3",
"CostPrice": "sample string 4",
"SellingPrice": "sample string 5",
"Department": "sample string 6",
"Category": "sample string 7",
"SubCategory": "sample string 8",
"SellingPriceLevel": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Item_Category_Edit_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| SelectItem | boolean |
None. |
|
| Name | string |
None. |
|
| Barcode | string |
None. |
|
| Unit | string |
None. |
|
| CostPrice | decimal number |
None. |
|
| SellingPrice | decimal number |
None. |
|
| Department | string |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| ItemCode | string |
None. |
|
| DepId | integer |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SelectItem": true,
"Name": "sample string 2",
"Barcode": "sample string 3",
"Unit": "sample string 4",
"CostPrice": 5.0,
"SellingPrice": 6.0,
"Department": "sample string 7",
"Category": "sample string 8",
"SubCategory": "sample string 9",
"ItemCode": "sample string 10",
"DepId": 11,
"Id": 12
},
{
"SelectItem": true,
"Name": "sample string 2",
"Barcode": "sample string 3",
"Unit": "sample string 4",
"CostPrice": 5.0,
"SellingPrice": 6.0,
"Department": "sample string 7",
"Category": "sample string 8",
"SubCategory": "sample string 9",
"ItemCode": "sample string 10",
"DepId": 11,
"Id": 12
}
]