See below for suggested workflows for common operators
Workflow 1: Data Import (into Gimmal Physical)
-
Get profiles:
GET /api/getInterchangeProfiles -
Get field mappings:
GET /api/getfields?intID={profileId} -
Prepare the file matching field mappings
-
Upload:
POST /api/sendChunkswithFileLocationType = 2 -
Import:
POST /api/import -
Monitor: Wait for email →
POST /api/GetLogErrorFile(.log / .errors)
Workflow 2: Search, Update, and Verify
-
Search:
POST /api/itemsearch/paged -
Update:
POST /api/itemwithI_IDin columns -
Verify:
GET /api/item/{id} -
Audit:
GET /api/itemhistory/item/{id}
Workflow 3: Item Checkout Request
-
Get tabs:
GET /api/Tab -
Search item:
POST /api/itemsearchby barcode -
Create request:
POST /api/Request -
Approve:
PUT /api/Request/{id}with Status = 1 -
Fulfill:
PUT /api/Request/{id}with Status = 2 -
Transfer:
POST /api/transferto move the item
Workflow 4: Inventory Transfer with Audit
-
Transfer:
POST /api/transfer -
Check results: Review each
ItemResult -
Audit:
POST /api/itemhistory/searchwithActionType = "TRANSFER"