Skip to main content
Skip table of contents

End-to-End Workflow Examples

See below for suggested workflows for common operators

Workflow 1: Data Import (into Gimmal Physical)

  1. Get profiles: GET /api/getInterchangeProfiles

  2. Get field mappings: GET /api/getfields?intID={profileId}

  3. Prepare the file matching field mappings

  4. Upload: POST /api/sendChunks with FileLocationType = 2

  5. Import: POST /api/import

  6. Monitor: Wait for email → POST /api/GetLogErrorFile (.log / .errors)

Workflow 2: Search, Update, and Verify

  1. Search: POST /api/itemsearch/paged

  2. Update: POST /api/item with I_ID in columns

  3. Verify: GET /api/item/{id}

  4. Audit: GET /api/itemhistory/item/{id}

Workflow 3: Item Checkout Request

  1. Get tabs: GET /api/Tab

  2. Search item: POST /api/itemsearch by barcode

  3. Create request: POST /api/Request

  4. Approve: PUT /api/Request/{id} with Status = 1

  5. Fulfill: PUT /api/Request/{id} with Status = 2

  6. Transfer: POST /api/transfer to move the item

Workflow 4: Inventory Transfer with Audit

  1. Transfer: POST /api/transfer

  2. Check results: Review each ItemResult

  3. Audit: POST /api/itemhistory/search with ActionType = "TRANSFER"

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.