Offer API

NegotiationResponse

object

Details of a negotiation including its transactions.

hrefstring

The URL used to query the current collection of the resource.

Example:https://prod-offers-api.awscal2.manheim.com/negotiations/7e0a1107-bf75-4e09-a8db-9c3b73b4674b

createdOnstring(date-time)

The creation date and time of the item, in UTC/ISO 8601 format.

Example:2024-10-31T00:00:00Z

negotiationIdstring(uuid)

The ID of the offer negotiation record.

Example:7e0a1107-bf75-4e09-a8db-9c3b73b4674b

shipperIdstring(uuid)

The ID of the Central Dispatch customer who is the shipper.

Example:afd2fb59-b89d-4572-8f9a-e57f82a61c68

carrierIdstring(uuid)

The ID of the Central Dispatch customer chosen by the shipper to move cars in the dispatch.

Example:0ca91a43-fbee-4c05-9a6c-aa5c63888f5c

listingIdstring

The ID of the listing.

Example:42220470

expirationUtcstring(date-time)

The expiration date of the listing, in UTC/ISO 8601 format.

Example:2025-09-30T00:00:00.000Z

transactionsarray[object]

Details of a transaction within a negotiation.

Show Child Parameters
Example

NegotiationTransaction

object

Details of a transaction within a negotiation.

offerTransactionIdstring(uuid)

The ID of the offer negotiation record.

Example:3fde6068-5fa2-4ae4-af16-06d65fc87dc9

amountnumber(double)

The balance amount that will be due after the COD/COP payment is applied.

Example:300

deliveryDatestring(date-time)

The desired delivery date of the listing, in UTC/ISO 8601 format.

Example:2025-10-04T00:00:00.000Z

pickupDatestring(date-time)

The date the pick up is scheduled, in UTC/ISO 8601 format…

Example:2025-09-27T00:00:00.000Z

transactionTypestring

Different types of transactions that can occur within a negotiation.

Allowed values:ORIGINAL_ASKINITIAL_OFFERMODIFICATIONREJECTIONACCEPTANCEREACTIVATIONARCHIVALSYSTEM_REJECTIONEXPIRATIONAUTO_ACCEPTANCE

Example:INITIAL_OFFER

userIdstring(uuid)

The Central Dispatch user ID.

Example:d71b5750-e89b-12d3-a456-426614174000

createdOnstring(date-time)

The creation date and time of the item, in UTC/ISO 8601 format.

Example:2024-10-31T00:00:00Z

Example

NegotiationTransactionResponse

object

Details of a transaction within a negotiation.

offerTransactionIdstring(uuid)

The ID of the offer negotiation record.

Example:3fde6068-5fa2-4ae4-af16-06d65fc87dc9

amountnumber(double)

The balance amount that will be due after the COD/COP payment is applied.

Example:300

deliveryDatestring(date-time)

The desired delivery date of the listing, in UTC/ISO 8601 format.

Example:2025-10-04T00:00:00.000Z

pickupDatestring(date-time)

The date the pick up is scheduled, in UTC/ISO 8601 format…

Example:2025-09-27T00:00:00.000Z

transactionTypestring

Different types of transactions that can occur within a negotiation.

Allowed values:ORIGINAL_ASKINITIAL_OFFERMODIFICATIONREJECTIONACCEPTANCEREACTIVATIONARCHIVALSYSTEM_REJECTIONEXPIRATIONAUTO_ACCEPTANCE

Example:INITIAL_OFFER

userIdstring(uuid)

The Central Dispatch user ID.

Example:157a16f0-503d-4256-ba60-a4876e8eb9bb

createdOnstring(date-time)

The creation date and time of the item, in UTC/ISO 8601 format.

Example:2024-10-31T00:00:00Z

customerIdstring(uuid)

The Central Dispatch customer ID of the customer.

Example:d5c62b14-cbd1-11ee-9a0e-0242ac110002

Example

TransactionType

string

Different types of transactions that can occur within a negotiation.

Allowed values:ORIGINAL_ASKINITIAL_OFFERMODIFICATIONREJECTIONACCEPTANCEREACTIVATIONARCHIVALSYSTEM_REJECTIONEXPIRATIONAUTO_ACCEPTANCE

Example