---
title: "VehicleStatusChangeResponse"
url: "https://stage-api-docs.centraldispatch.com/apis/stage-fulfillment-api-1-0-0/versions/8637c155-7ff6-49fa-ac0a-3b4df78c9665/schemas/VehicleStatusChangeResponse"
---

> Full API specification: https://stage-api-docs.centraldispatch.com/apis/stage-fulfillment-api-1-0-0/versions/8637c155-7ff6-49fa-ac0a-3b4df78c9665.md

# VehicleStatusChangeResponse

Details of a vehicle status change.

## 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:
    VehicleStatusChangeResponse:
      type: object
      properties:
        dateUtc:
          type: string
          description: The date and time of the status change, in UTC/ISO 8601 format.
          format: date-time
          example: 2024-10-31T00:00:00Z
        status:
          type: string
          description: The status of the vehicle.
          nullable: true
          example: PENDING_PICKUP
      description: Details of a vehicle status change.
```
