Purchase Order(s)
Method 1: External Programs Send PO Data to Senitron to be Received using the Power of RFID
Method 1:
External Programs may send the PO data to Senitron, so that the receiving & RFID tagging may take place using Senitrin RFID resources,
As well as allowing Vendors to pre-tag / pre-RFID label goods, and scan the items into a PO{transfer-slip}
POST: /{tenant}/{location_number}/api/v1/manufacturing/integration/external_receive.json?api_key={api_key}
Actions: post, patch, and delete
JSON data format:
{
"type_id": "PO",
"receiving_id": "106710",
"vendor_id": "PRUNESCO",
"vendor_name": "PRUNESCO SA",
"receive_price": 0.0,
"expected_receipt_date": "2019-06-20",
"expected_qty": 20,
"send_api_time": "2019-06-20 14:00",
"items": [
{
"receiving_id": "106710",
"item_number": "PR-30010",
"item_description": "Pitted Prunes 30/40",
"storage_unit": "case",
"unit_weight": 25,
"measure_unit": "lbs",
"measure_unit_cost": 0.0,
"receive_price": 0.0,
"expected_qty": 20,
"expected_receipt_date": "2019-06-20"
},
{
"receiving_id": "106710",
"item_number": "PR-30010",
"item_description": "Pitted Prunes 30/40",
"storage_unit": "case",
"unit_weight": 25,
"measure_unit": "lbs",
"measure_unit_cost": 0.0,
"receive_price": 0.0,
"expected_qty": 20,
"expected_receipt_date": "2019-06-20"
}
]
}