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

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

# AdditionalInformationResponse

Details of additional 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:
    AdditionalInformationResponse:
      type: object
      properties:
        attributeName:
          type: string
          description: Additional information (name, value pairs).
          nullable: true
          example: contractedCarrier
        value:
          type: string
          description: The name of the additional information.
          nullable: true
          example: "true"
      description: Details of additional information.
```
