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

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

# DateChangeReasonResponse

Details of the date change reason.

## 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:
    DateChangeReasonResponse:
      type: object
      properties:
        id:
          type: string
          description: The ID of the date change reason.
          format: uuid
          example: da1e0000-e89b-12d3-a456-426614174000
        name:
          type: string
          description: The name of the date change reason.
          nullable: true
          example: Mechanical issues with carrier's truck
      description: Details of the date change reason.
```
