---
title: "TransactionType"
url: "https://api-docs.centraldispatch.com/apis/offer-api-1-0-0/versions/a6eed1ce-f16b-440b-a2ed-bc3e4dcd83c8/schemas/TransactionType"
---

> Full API specification: https://api-docs.centraldispatch.com/apis/offer-api-1-0-0/versions/a6eed1ce-f16b-440b-a2ed-bc3e4dcd83c8.md

# TransactionType

Different types of transactions that can occur within a negotiation. This list is not exhaustive and additional values may be added at any time.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Offer API
  version: 1.0.0
servers:
  - url: https://prod-offers-api.awscal2.manheim.com
    description: Production server
components:
  schemas:
    TransactionType:
      enum:
        - ORIGINAL_ASK
        - INITIAL_OFFER
        - MODIFICATION
        - REJECTION
        - ACCEPTANCE
        - REACTIVATION
        - ARCHIVAL
        - SYSTEM_REJECTION
        - EXPIRATION
        - AUTO_ACCEPTANCE
        - REVOKED
      type: string
      description: Different types of transactions that can occur within a
        negotiation. This list is not exhaustive and additional values may be
        added at any time.
      example: INITIAL_OFFER
```
