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