POST services/api/v1/pos/Get_SerialItemSearch
Request Information
URI Parameters
None.
Body Parameters
SerialItemSearch_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| LocationId | integer |
None. |
|
| SellingPricelevel | integer |
None. |
|
| FilterText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"LocationId": 2,
"SellingPricelevel": 3,
"FilterText": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Product_List| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Barcode | string |
None. |
|
| RefNo | string |
None. |
|
| CostPrice | decimal number |
None. |
|
| SellingPrice | decimal number |
None. |
|
| SupplierName | string |
None. |
|
| Dept | string |
None. |
|
| Cat | string |
None. |
|
| SubCat | string |
None. |
|
| Unit | string |
None. |
|
| Brand | string |
None. |
|
| StkQty | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Barcode": "sample string 2",
"RefNo": "sample string 3",
"CostPrice": 4.0,
"SellingPrice": 5.0,
"SupplierName": "sample string 6",
"Dept": "sample string 7",
"Cat": "sample string 8",
"SubCat": "sample string 9",
"Unit": "sample string 10",
"Brand": "sample string 11",
"StkQty": 12.0
},
{
"Name": "sample string 1",
"Barcode": "sample string 2",
"RefNo": "sample string 3",
"CostPrice": 4.0,
"SellingPrice": 5.0,
"SupplierName": "sample string 6",
"Dept": "sample string 7",
"Cat": "sample string 8",
"SubCat": "sample string 9",
"Unit": "sample string 10",
"Brand": "sample string 11",
"StkQty": 12.0
}
]