The ID of the offer negotiation record.
Example:7e0a1107-bf75-4e09-a8db-9c3b73b4674b
Declines an offer on a listing.
An offer can be declined only by the party who was not the last one to transact on the offer.
The ID of the offer negotiation record.
Example:7e0a1107-bf75-4e09-a8db-9c3b73b4674b
This is a required field to ensure the update is being completed on an item that has not changed since it was last read. The value of this field will be the value of the ETag
header that was received on the preceding get call.
Example:8675309
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Content-Type header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
Accepted. Successful request.
Retrieve negotiations of current user.
To simply query a single listingId or carrierId use standard parameters e.g., listingId=1234 or carrierId=5678.
The eq
parameters can retrieve multiple and may be combined with and
and or
.
Example:
Search for events with listing ID equal to value.
Example:42220470
Search for events with listing ID equal to values.
Example:eq(listingId,42220470,43000470)
Search for events with carrier ID equal to value.
Example:0ca91a43-fbee-4c05-9a6c-aa5c63888f5c
Search for events with carrier ID equal to values.
Example:eq(carrierId,0ca91a43-fbee-4c05-9a6c-aa5c63888f5c,d4efb4d9-2418-4070-b2f9-46317d578a31)
The maximum number of items to be returned in the response.
startingPoint
is 1-based integer, default 1.numberOfResults
is an integer, default 100, maximum 500.Example:limit(1,10)
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
OK. Successful request.
A collection of negotiations.
Details of a negotiation including its transactions.
The total count of resources in the collection.
Example:23
The URL used to query the current collection of the resource.
Example:https://prod-offers-api.awscal2.manheim.com/negotiations/mine
Details of an offer accept request.
The accepted date of the pick up, in UTC/ISO 8601 formatβ¦
Example:2025-09-27T00:00:00.000Z
The accepted date of the delivery, in UTC/ISO 8601 formatβ¦
Example:2025-10-04T00:00:00.000Z
Details of an offer adjustment request.
The updated amount for the offer.
>= 0
Example:300
The offered date of the pick up, in UTC/ISO 8601 formatβ¦
Example:2025-09-27T00:00:00.000Z
The offered date of the delivery, in UTC/ISO 8601 formatβ¦
Example:2025-10-04T00:00:00.000Z
The date the offer will expire, in UTC/ISO 8601 formatβ¦
Example:2025-11-20T00:00:00.000Z
Details of an error or issue.
The code used for the issue.
Example:resource.issue_type
A detailed message.
Example:The issue happened because something is wrong.
The property to which the issue is associated.
Example:person
Additional properties related to the issue.
Example:{"firstName":"D0nn@","lastName":"Sm!th"}