Web Services APIs for Operations
OPERATIONS APIs
The OPERATIONS APIs provide access to Expandable’s inventory, production, materials, jobs and lot control business logic and transactions so that Expandable users can create transactions from warehouse management, kanban or other external supply chain management applications.
INVENTORY APIs
ISSUES ENTRY API | |
---|---|
api/IssuesEntry/Create (POST): | Creates a new Issues Entry Transaction using the supplied creation data. | ADJUSTMENTS ENTRY API |
api/AdjustmentsEntry/Create (POST): | Creates a new Adjustments Entry Transaction using the supplied creation data. |
PHYSICAL COUNT ENTRY API | |
api/PhysicalCountEntry/Create (POST): | Creates Physical Count Entry Transaction using the supplied creation data. |
STORES TRANSFER API | |
api/StoresTransfer/Create (POST): | Creates a new Stores Transfer Transaction using the supplied creation data. |
STOCK STATUS API | |
api/StockStatus/Create (POST): | Creates a new Stock Status using the supplied creation data. |
PART API | |
api/Part/Create (POST): | Creates a new Stores Transfer Transaction using the supplied creation data. |
api/Part/Update (POST): | Updates an existing Part using the supplied update data. |
api/Part/Query (POST): | Queries existing Parts using the provided query data. |
JOB CONTROL APIs
WIP COMPLETIONS ENTRY API | |
---|---|
api/WIPCompletionsEntry/Create (POST): | Creates a new WIP Completions Entry Transaction using the supplied creation data. |
SERIAL NUMBER CROSS REFERENCE API | |
api/SerialNumberCrossReference/Create (POST): | Creates a new Serial Number Cross Reference using the supplied creation data. |
api/SerialNumberCrossReference/Update (POST): | Updates an existing Serial Number Cross Reference using the supplied update data. |
api/SerialNumberCrossReference/Query (POST): | Queries existing Serial Number Cross Reference using the provided query data. |
LOT CONTROL APIs
LOT CONTROL API | |
---|---|
api/Lot/Create (POST): | Creates a new Lot using the supplied creation data. |
api/Lot/Update (POST): | Updates an existing Lot using the supplied update data. |
api/Lot/Query (POST): | Queries existing Lots using the provided query data. |
MULTIPLE LOCATIONS APIs
MULTIPLE LOCATION ENTRY API | |
---|---|
api/MultipleLocation/Create (POST): | Creates a new Multiple Location using the supplied creation data. |
api/MultipleLocation/Update (POST): | Updates an existing Multiple Location using the supplied update data. |
api/MultipleLocation/Query (POST): | Queries existing Multiple Locations using the provided query data. |
PRODUCTION DATA APIs
BILL OF MATERIAL API | |
---|---|
api/BillOfMaterial/Create (POST): | Creates a new Bill of Material Component using the supplied creation data. |
api/BillOfMaterial/Update (POST): | Updates an existing Bill of Material Component using the supplied update data. |
api/BillOfMaterial/Query (POST): | Queries existing Bill of Material Components using the provided query data defining the filtering of returned BOM records. |
PURCHASE ORDER APIs
VENDOR API | |
---|---|
api/Vendor/Create (POST): | Creates a new Vendor using the supplied creation data. |
api/Vendor/Update (POST): | Updates an existing Vendor using the supplied update. |
api/Vendor/Query (POST): | Queries existing Vendor using the provided query data defining the filtering of returned vendor records. |
VENDOR CONTACT API | |
api/VendorContact/Create (POST): | Creates a new Vendor Contact using the supplied creation data. |
api/VendorContact/Update (POST): | Updates an existing Vendor Contact using the supplied update data. |
api/VendorContact/Query (POST): | Queries existing Vendor Contacts using the provided query data defining the filtering of returned vendor contact records. |
VENDOR PART API | |
api/VendorPart/Create (POST): | Creates a new Vendor Part using the supplied creation data. |
api/VendorPart/Update (POST): | Updates an existing Vendor Part using the supplied update data. |
api/VendorPart/Query (POST): | Queries existing Vendor Parts using the provided query data defining the filtering of returned part records. |
PURCHASE ORDER API | |
api/PurchaseOrder/Create (POST): | Creates a new Purchase Order using the supplied creation data. |
api/PurchaseOrder/Update (POST): | Updates an existing Purchase Order using the supplied update data. |
api/PurchaseOrder/Query (POST): | Queries existing Purchase Orders using the provided query data defining the filtering of returned purchase order records. |
PO RECEIPTS ENTRY API | |
api/POReceiptsEntry/Create (POST): | Creates a new PO Receipts Entry Transaction using the supplied creation data. |