Physical Inventory
Get Physical Inventory
GET
https://api.rnetpos.com/v1/physical_inventory
Path Parameters
Name
Type
Description
from_date
string
to_date
string
status
string
type
string
store_num
string
[
{
"Number": "07-27",
"ID": "7aad5e77-1ae8-4cfe-9cb9-0008e01158f5",
"Description": "",
"Type": 1,
"Status": 1,
"OpenTime": "2019-12-06T00:00:00",
"CloseTime": "2019-12-09T14:47:36.637",
"UserCreated": {
"UserID": "b00544db-9fd3-4c8b-a6e6-c54ce3a2fe17",
"UserNo": "2",
"UserName": "שירן"
},
"UserModified": {
"UserID": "974f5596-17a3-497b-9ca9-be1ea72ac922",
"UserNo": "3",
"UserName": "טל"
},
"Store": {
"StoreID": "dea6fe69-50e3-4811-819e-6a615a2652a7",
"StoreName": "דני ספרים קניון רמות",
"Code": "6",
"ERPCode": null,
"PriceLeveExID": null
}
},
{
"Number": "15-57",
"ID": "f322961e-8490-4eb6-9854-002652ba34e3",
"Description": "",
"Type": 1,
"Status": 1,
"OpenTime": "2020-12-24T00:00:00",
"CloseTime": "2020-12-27T19:45:43.597",
"UserCreated": {
"UserID": "974f5596-17a3-497b-9ca9-be1ea72ac922",
"UserNo": "3",
"UserName": "טל"
},
"UserModified": {
"UserID": "974f5596-17a3-497b-9ca9-be1ea72ac922",
"UserNo": "3",
"UserName": "טל"
},
"Store": {
"StoreID": "5f20e99a-99a8-4f84-91dd-ba2b4e973c8d",
"StoreName": "דני ספרים כנפי נשרים",
"Code": "1",
"ERPCode": null,
"PriceLeveExID": null
}
}
]
Get Items To Physical Inventory By Number
GET
https://api.rnetpos.com/v1/physical_inventory/items
Path Parameters
Name
Type
Description
no
string
item_id
string
barcode
string
model
string
supplier_no
string
department_no
string
rows
number
[
{
"Item": {
"ItemID": "908d25ec-212c-44f8-88c1-0e4682cecfda",
"Name": "מגיק מן 4 והיהלומים",
"Barcode": "043400021213",
"Model": "",
"DepartmentNo": "1",
"DepartmentName": "פרוזה",
"SupplierNo": "246",
"SupplierName": "246"
},
"MatrixValue": null,
"QuantityCounted": 0.0,
"QuantityExpected": 0.0,
"Difference": 0.0,
"RowID": 3345
},
{
"Item": {
"ItemID": "dc72f422-8d4d-4737-a438-dc0e391cd475",
"Name": "מעיל צמר שורט",
"Barcode": "T9102G0452",
"Model": "T9102",
"DepartmentNo": "500",
"DepartmentName": "מעיל צמר",
"SupplierNo": "",
"SupplierName": ""
},
"MatrixValue": [
{
"Id": "G04",
"Val": "G04"
}
],
"QuantityCounted": 7.0,
"QuantityExpected": 0.0,
"Difference": 7.0,
"RowID": 21
},
{
"Item": {
"ItemID": "61d47d6d-1a0b-49cd-9d4a-0b18698ea3c2",
"Name": "מעיל צמר שורט",
"Barcode": "T9102G0646",
"Model": "T9102",
"DepartmentNo": "500",
"DepartmentName": "מעיל צמר",
"SupplierNo": "",
"SupplierName": ""
},
"MatrixValue": [
{
"Id": "G06",
"Val": "G06"
},
{
"Id": "G07",
"Val": "G07"
}
],
"QuantityCounted": 8.0,
"QuantityExpected": 0.0,
"Difference": 8.0,
"RowID": 81
}
]
Get Items To Physical Inventory By ID
GET
https://api.rnetpos.com/v1/physical_inventory/items
Path Parameters
Name
Type
Description
id
string
item_id
string
barcode
string
model
string
supplier_no
string
department_no
string
rows
number
[
{
"Item": {
"ItemID": "908d25ec-212c-44f8-88c1-0e4682cecfda",
"Name": "מגיק מן 4 והיהלומים",
"Barcode": "043400021213",
"Model": "",
"DepartmentNo": "1",
"DepartmentName": "פרוזה",
"SupplierNo": "246",
"SupplierName": "246"
},
"MatrixValue": null,
"QuantityCounted": 0.0,
"QuantityExpected": 0.0,
"Difference": 0.0,
"RowID": 3345
},
{
"Item": {
"ItemID": "dc72f422-8d4d-4737-a438-dc0e391cd475",
"Name": "מעיל צמר שורט",
"Barcode": "T9102G0452",
"Model": "T9102",
"DepartmentNo": "500",
"DepartmentName": "מעיל צמר",
"SupplierNo": "",
"SupplierName": ""
},
"MatrixValue": [
{
"Id": "G04",
"Val": "G04"
}
],
"QuantityCounted": 7.0,
"QuantityExpected": 0.0,
"Difference": 7.0,
"RowID": 21
},
{
"Item": {
"ItemID": "61d47d6d-1a0b-49cd-9d4a-0b18698ea3c2",
"Name": "מעיל צמר שורט",
"Barcode": "T9102G0646",
"Model": "T9102",
"DepartmentNo": "500",
"DepartmentName": "מעיל צמר",
"SupplierNo": "",
"SupplierName": ""
},
"MatrixValue": [
{
"Id": "G06",
"Val": "G06"
},
{
"Id": "G07",
"Val": "G07"
}
],
"QuantityCounted": 8.0,
"QuantityExpected": 0.0,
"Difference": 8.0,
"RowID": 81
}
]
Post Physical Inventory Item
POST
https://api.rnetpos.com/v1/physical_inventory
Request Body
Name
Type
Description
PhysicalInventoryId
string
ItemID
string
Qty
number
AddQty
boolean
Add Or Override Quantity default: AddQty = True = Add
[
{
"ItemID": "745578a0-a662-4107-889e-000848833064",
"RowID": 1,
"QuantityCounted": 18.0
},
{
"ItemID": "e62cd6ae-195c-40bd-a49e-000bfdb04a38",
"RowID": 2,
"QuantityCounted": 3.0
}
]
Delete Item From Physical Inventory
DELETE
https://api.rnetpos.com/v1/physical_inventory
Path Parameters
Name
Type
Description
physical_inventory_id
string
row_id
integer
Last updated
Was this helpful?