---
title: "DispatchIdsSearchRequest"
url: "https://api-docs.centraldispatch.com/apis/fulfillment-api-1-0-0/versions/ed4f06d9-fab0-4a1d-a6a8-ce631f6542d0/schemas/DispatchIdsSearchRequest"
---

> Full API specification: https://api-docs.centraldispatch.com/apis/fulfillment-api-1-0-0/versions/ed4f06d9-fab0-4a1d-a6a8-ce631f6542d0.md

# DispatchIdsSearchRequest

Search dispatch IDs information.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Fulfillment API
  version: 1.0.0
servers:
  - url: https://fulfillment-api.centraldispatch.com
    description: Production server
components:
  schemas:
    DispatchIdsSearchRequest:
      type: object
      properties:
        op:
          type: string
          description: "The operator to use. Values: `EQ`, `NEQ`."
          example: EQ
        values:
          type: array
          items:
            type: string
          description: A collection of dispatch IDs.
          example:
            - d159acc0-e89b-12d3-a456-426614174000
            - 157a16f0-503d-4256-ba60-a4876e8eb9bb
      description: Search dispatch IDs information.
      nullable: true
```
