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
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
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
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?