Optimizely Vmi Locations API

The VmiLocations API from Optimizely — 13 operation(s) for vmilocations.

Operations 23

GET /api/v1/vmiLocations/{vmiLocationId}/bins #
POST /api/v1/vmiLocations/{vmiLocationId}/bins #
DELETE /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId} #
PATCH /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId} #
POST /api/v1/vmiLocations/{vmiLocationId}/bins/batch #
DELETE /api/v1/vmiLocations/{vmiLocationId}/bins/batch #
POST /api/v1/vmiLocations/{vmiLocationId}/bins/send-pdf #
GET /api/v1/vmiLocations #
POST /api/v1/vmiLocations #
GET /api/v1/vmiLocations/{VmiLocationId}/notes #
POST /api/v1/vmiLocations/batch #
DELETE /api/v1/vmiLocations/batch #
GET /api/v1/vmiLocations/{vmiLocationId} #
DELETE /api/v1/vmiLocations/{vmiLocationId} #
PATCH /api/v1/vmiLocations/{vmiLocationId} #
POST /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/notes #
DELETE /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/notes/{vmiNoteId} #
PATCH /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/notes/{vmiNoteId} #
POST /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/binCounts #
GET /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/binCounts/{vmiCountId} #
DELETE /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/binCounts/{vmiCountId} #
PATCH /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/binCounts/{vmiCountId} #
POST /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/binCounts/batch #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/optimizely-vmilocations-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

optimizely-vmilocations-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: storefront-v1
  title: Storefront API V1 Vmi Locations API
servers:
- url: https://dogfood.commerce.insitesandbox.com
security: []
tags:
- name: VmiLocations
paths:
  /api/v1/vmiLocations/{vmiLocationId}/bins:
    get:
      tags:
      - VmiLocations
      operationId: VmiBinsV1_GetCollectionAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: parameter.vmiLocationId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      - name: parameter.filter
        in: query
        required: false
        schema:
          type: string
      - name: parameter.sort
        in: query
        required: false
        schema:
          type: string
      - name: parameter.page
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: parameter.pageSize
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: parameter.searchCriteria
        in: query
        required: false
        schema:
          type: string
      - name: parameter.binNumberFrom
        in: query
        required: false
        schema:
          type: string
      - name: parameter.binNumberTo
        in: query
        required: false
        schema:
          type: string
      - name: parameter.previousCountFromDate
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: parameter.previousCountToDate
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: parameter.isBelowMinimum
        in: query
        required: false
        schema:
          type: boolean
      - name: parameter.isBelowMaximum
        in: query
        required: false
        schema:
          type: boolean
      - name: parameter.numberOfTimesMinQtyReached
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: parameter.numberOfPreviousOrders
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: parameter.numberOfVisits
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
      security:
      - access_token: []
    post:
      tags:
      - VmiLocations
      operationId: VmiBinsV1_PostAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        $ref: '#/components/requestBodies/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}:
    delete:
      tags:
      - VmiLocations
      operationId: VmiBinsV1_DeleteAsync
      parameters:
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
      security:
      - access_token: []
    patch:
      tags:
      - VmiLocations
      operationId: VmiBinsV1_PatchAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        $ref: '#/components/requestBodies/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{vmiLocationId}/bins/batch:
    post:
      tags:
      - VmiLocations
      operationId: VmiBinsV1_PostCollectionAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
          text/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
          application/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
          text/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
          application/x-www-form-urlencoded:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
          text/html:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinModel'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
      security:
      - access_token: []
    delete:
      tags:
      - VmiLocations
      operationId: VmiBinsV1_DeleteCollectionAsync
      parameters:
      - name: ids
        in: query
        required: true
        explode: true
        schema:
          type: array
          items:
            type: string
            format: uuid
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{vmiLocationId}/bins/send-pdf:
    post:
      tags:
      - VmiLocations
      operationId: VmiBinsV1_SendPdfAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinPdfParameter'
          text/json:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinPdfParameter'
          application/xml:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinPdfParameter'
          text/xml:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinPdfParameter'
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinPdfParameter'
          text/html:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinPdfParameter'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiBinCollectionModel'
      security:
      - access_token: []
  /api/v1/vmiLocations:
    get:
      tags:
      - VmiLocations
      operationId: VmiLocationsV1_GetCollectionAsync
      parameters:
      - name: parameter.userId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      - name: parameter.filter
        in: query
        required: false
        schema:
          type: string
      - name: parameter.sort
        in: query
        required: false
        schema:
          type: string
      - name: parameter.page
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: parameter.pageSize
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
      security:
      - access_token: []
    post:
      tags:
      - VmiLocations
      operationId: VmiLocationsV1_PostAsync
      requestBody:
        $ref: '#/components/requestBodies/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{VmiLocationId}/notes:
    get:
      tags:
      - VmiLocations
      operationId: VmiLocationsV1_GetNotesAsync
      parameters:
      - name: VmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: parameter.vmiLocationId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      - name: parameter.vmiBinId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      - name: parameter.vmiNoteId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      - name: parameter.page
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: parameter.pageSize
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteCollectionModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteCollectionModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteCollectionModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteCollectionModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteCollectionModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/batch:
    post:
      tags:
      - VmiLocations
      operationId: VmiLocationsV1_PostCollectionAsync
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationBatchCollectionParameter'
          text/json:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationBatchCollectionParameter'
          application/xml:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationBatchCollectionParameter'
          text/xml:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationBatchCollectionParameter'
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationBatchCollectionParameter'
          text/html:
            schema:
              $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationBatchCollectionParameter'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
      security:
      - access_token: []
    delete:
      tags:
      - VmiLocations
      operationId: VmiLocationsV1_DeleteCollectionAsync
      parameters:
      - name: ids
        in: query
        required: true
        explode: true
        schema:
          type: array
          items:
            type: string
            format: uuid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationCollectionModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{vmiLocationId}:
    get:
      tags:
      - VmiLocations
      operationId: VmiLocationsV1_GetAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: parameter.vmiLocationId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
      security:
      - access_token: []
    delete:
      tags:
      - VmiLocations
      operationId: VmiLocationsV1_DeleteAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
      security:
      - access_token: []
    patch:
      tags:
      - VmiLocations
      operationId: VmiLocationsV1_PatchAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        $ref: '#/components/requestBodies/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiLocationModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/notes:
    post:
      tags:
      - VmiLocations
      operationId: VmiNotesV1_PostAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        $ref: '#/components/requestBodies/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/notes/{vmiNoteId}:
    delete:
      tags:
      - VmiLocations
      operationId: VmiNotesV1_DeleteAsync
      parameters:
      - name: vmiNoteId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
      security:
      - access_token: []
    patch:
      tags:
      - VmiLocations
      operationId: VmiNotesV1_PatchAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
      - name: vmiNoteId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        $ref: '#/components/requestBodies/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiNoteModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/binCounts:
    post:
      tags:
      - VmiLocations
      operationId: VmiCountsV1_PostAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        $ref: '#/components/requestBodies/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
      security:
      - access_token: []
  /api/v1/vmiLocations/{vmiLocationId}/bins/{vmiBinId}/binCounts/{vmiCountId}:
    get:
      tags:
      - VmiLocations
      operationId: VmiCountsV1_GetAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
      - name: vmiCountId
        in: path
        required: true
        schema:
          type: string
      - name: parameter.vmiLocationId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      - name: parameter.vmiBinId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      - name: parameter.vmiCountId
        in: query
        required: false
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
      security:
      - access_token: []
    delete:
      tags:
      - VmiLocations
      operationId: VmiCountsV1_DeleteAsync
      parameters:
      - name: vmiCountId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/json:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
            text/html:
              schema:
                $ref: '#/components/schemas/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
      security:
      - access_token: []
    patch:
      tags:
      - VmiLocations
      operationId: VmiCountsV1_PatchAsync
      parameters:
      - name: vmiLocationId
        in: path
        required: true
        schema:
          type: string
      - name: vmiBinId
        in: path
        required: true
        schema:
          type: string
      - name: vmiCountId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        $ref: '#/components/requestBodies/Insite.Catalog.WebApi.V1.ApiModels.VmiCountModel'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
      

# --- truncated at 32 KB (75 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/optimizely/refs/heads/main/openapi/optimizely-vmilocations-api-openapi.yml