Search
K
Stage - Listings API V2

DraftCodResponse

object

Details of the cash on delivery portion of a draft listing price.

amountnumber(double)

The cash on delivery (COD) or cash on pick up (COP) amount due.

Example:200

amountCurrencystring

The currency of the monetary field. This list is not exhaustive and additional values may be added at any time.

Allowed values:USD

Default:USD

Example:USD

paymentMethodstring

The method for the COD/COP payment. This list is not exhaustive and additional values may be added at any time.

Allowed values:CASH_CERTIFIED_FUNDSCHECK

Example:CASH_CERTIFIED_FUNDS

paymentLocationstring

The location that COD/COP payment is due. This list is not exhaustive and additional values may be added at any time.

Allowed values:DELIVERYPICKUP

Example:PICKUP

Example

DraftGeoCodeRequest

object

Details of the geographic coordinates of a stop on a draft listing.

longitudenumber(double)

The longitude of the location.

Example:-117.91836265987132

latitudenumber(double)

The latitude of the location.

Example:33.81228788622535

Example

DraftGeoCodeResponse

object

Details of the geographic coordinates of a stop on a draft listing.

longitudenumber(double)

The longitude of the location.

Example:-117.91836265987132

latitudenumber(double)

The latitude of the location.

Example:33.81228788622535

Example

DraftListingCollection

object

A collection of draft listings.

hrefstring

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

Example:https://marketplace-api.centraldispatch.com/draft-listings/batch

countinteger(int32)

The total count of resources in the collection.

Example:23

itemsarray[object]

Details of a draft listing.

Show Child Parameters
Example

DraftListingPaginatedCollection

object

A paginated collection of draft listings.

hrefstring

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

Example:https://marketplace-api.centraldispatch.com/draft-listings/mine?limit(5,1)

firststring

The URL to the first page of the collection.

Example:https://marketplace-api.centraldispatch.com/draft-listings/mine?limit(1,1)

previousstring

The URL to the previous page of the collection, if available.

Example:https://marketplace-api.centraldispatch.com/draft-listings/mine?limit(4,1)

nextstring

The URL to the next page of the collection, if available.

Example:https://marketplace-api.centraldispatch.com/draft-listings/mine?limit(6,1)

limitinteger(int32)

The maximum number of items to be returned in the response.

Example:1

countinteger(int32)

The total count of resources in the collection.

Example:23

itemsarray[object]

Details of a draft listing.

Show Child Parameters
Example