End-to-End Workflow Examples
See below for suggested workflows for common operators
Workflow 1: Data Import (into Gimmal Physical)
Get profiles:
GET /api/getInterchangeProfilesGet field mappings:
GET /api/getfields?intID={profileId}Prepare the file matching field mappings
Upload:
POST /api/sendChunkswithFileLocationType = 2Import:
POST /api/importMonitor: Wait for email →
POST /api/GetLogErrorFile(.log / .errors)
Workflow 2: Search, Update, and Verify
Search:
POST /api/itemsearch/pagedUpdate:
POST /api/itemwithI_IDin columnsVerify:
GET /api/item/{id}Audit:
GET /api/itemhistory/item/{id}
Workflow 3: Item Checkout Request
Get tabs:
GET /api/TabSearch item:
POST /api/itemsearchby barcodeCreate request:
POST /api/RequestApprove:
PUT /api/Request/{id}with Status = 1Fulfill:
PUT /api/Request/{id}with Status = 2Transfer:
POST /api/transferto move the item
Workflow 4: Inventory Transfer with Audit
Transfer:
POST /api/transferCheck results: Review each
ItemResultAudit:
POST /api/itemhistory/searchwithActionType = "TRANSFER"