POST services/api/v1/pos/Get_PriceCheckItems
Request Information
URI Parameters
None.
Body Parameters
PriceCheckItemFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| BarcodeList | Collection of Barcode |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BarcodeList": [
{
"Barcode": "sample string 1"
},
{
"Barcode": "sample string 1"
}
],
"LocationId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PriceCheck_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| ItemId | integer |
None. |
|
| Name | string |
None. |
|
| ShortName | string |
None. |
|
| ArabicName | string |
None. |
|
| UnitId | integer |
None. |
|
| WeighingScale | boolean |
None. |
|
| PriceChange | boolean |
None. |
|
| Quantity | integer |
None. |
|
| Contain | decimal number |
None. |
|
| CostPrice | decimal number |
None. |
|
| SupplierName | string |
None. |
|
| SellingPrice | decimal number |
None. |
|
| ActualPrice | decimal number |
None. |
|
| TaxCode | integer |
None. |
|
| Unit | string |
None. |
|
| TaxRate | decimal number |
None. |
|
| SellingPriceLevel | integer |
None. |
|
| Size | string |
None. |
|
| Color | string |
None. |
|
| brandid | integer |
None. |
|
| Department | string |
None. |
|
| Discount | decimal number |
None. |
|
| LocId | integer |
None. |
|
| SubCatID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Barcode": "sample string 1",
"ItemId": 2,
"Name": "sample string 3",
"ShortName": "sample string 4",
"ArabicName": "sample string 5",
"UnitId": 6,
"WeighingScale": true,
"PriceChange": true,
"Quantity": 9,
"Contain": 10.0,
"CostPrice": 11.0,
"SupplierName": "sample string 12",
"SellingPrice": 13.0,
"ActualPrice": 14.0,
"TaxCode": 15,
"Unit": "sample string 16",
"TaxRate": 17.0,
"SellingPriceLevel": 18,
"Size": "sample string 19",
"Color": "sample string 20",
"brandid": 21,
"Department": "sample string 22",
"Discount": 23.0,
"LocId": 24,
"SubCatID": 25
},
{
"Barcode": "sample string 1",
"ItemId": 2,
"Name": "sample string 3",
"ShortName": "sample string 4",
"ArabicName": "sample string 5",
"UnitId": 6,
"WeighingScale": true,
"PriceChange": true,
"Quantity": 9,
"Contain": 10.0,
"CostPrice": 11.0,
"SupplierName": "sample string 12",
"SellingPrice": 13.0,
"ActualPrice": 14.0,
"TaxCode": 15,
"Unit": "sample string 16",
"TaxRate": 17.0,
"SellingPriceLevel": 18,
"Size": "sample string 19",
"Color": "sample string 20",
"brandid": 21,
"Department": "sample string 22",
"Discount": 23.0,
"LocId": 24,
"SubCatID": 25
}
]