Quick Requests | Quick Request Detail

The Quick Request Detail end-point can be used to retrieve all specifics of a Quick request. A Quick Request is a 'draft' version of a Quote request, therefore this end-point is only available to shippers.

Request URI

GET https://pluto.cargobase.com/api/1/quickrequests/`Quick_request_reference`
Authorization: Token your_token_here

Status codes

StatusDescriptionResolution
200OK--
403Forbiddencheck Authentication token, or status of the quick request

Request Response

Request Response categories

The response is divided into 3 possible categories for shippers, these are:

CategoryDefinition
organizationDetails related to the organization, such as WBS Codes or Cost Centers
related_requestInformation about a related shipment, after the quick request is converted into a quote request
scheduleDetails related to pickup & delivery timing and locations

Request Response: Organization

Details related to the organization, such as WBS Codes or Cost Centers.

KeyValueDescription
quick_request_referenceSTRINGThe reference number unique to this quick request
quick_request_titleSTRINGTitle of the Quick Request, as provided by the Shipper
payment_locationSTRINGThe name of the organizational unit in Cargobase responsible for handling this request
invoice_locationSTRINGThe name of the organizational unit in Cargobase to which the provider will submit their invoice(s)
quick_request_creation_dateDATECreation date of the Quick request, YYYY-MM-DD
quick_request_creation_timeTIMETime of day of creation of the Quick request, HH:MM:SS
quick_request_statusSTRINGCurrent status of the quick request, see list for potential status below
quick_request_created_by_nameSTRINGName of the creator of the Quick Request
quick_request_created_by_emailSTRINGEmail of the creator of the Quick Request
Custom_field1...STRINGOne or more strings related to custom 'organizational fields' specific to a shipper, such as 'Reason code' or 'WBS Code'

Request status options

StatusDefinition
PendingA new quick request, that has not been converted into a quote request.
ProcessingA quick request that has been converted into a quote request
ShippingA quick request that has lead to a booked shipment
ArchivedA quick request that has been delivered or is canceled

Request Response: Related Request

Information about a related shipment, after the quick request is converted into a quote request.

KeyValueDescription
related_request_idSTRINGThe reference number of the Quote request / Shipment
related_request_statusSTRINGStatus of the Quote request / Shipment
related_request_creation_dateDATEThe date when the Quick request was created into a Quote request, YYYY-MM-DD
related_request_creation_timeTIMEThe time of day when the Quick request was created into a Quote request, HH:MM:SS
related_request_created_by_nameSTRINGName of the convertor of the Quick Request
related_request_created_by_emailSTRINGEmail of the convertor of the Quick Request
related_request_quotes_receivedINTEGERThe number of quotes received on the resulting Quote Request

Request Response: Schedule

Details related to pickup & delivery timing and locations.

KeyValueDescription
pickup_airport_codeSTRINGIATA Airport code, if identified otherwise null
pickup_airportSTRINGAirport Name, if identified otherwise null
pickup_seaport_codeSTRINGSeaport code, if identified otherwise null
pickup_seaportTYPESeaport name, if identified otherwise null
pickup_streetSTRINGPickup street address
pickup_address_nameSTRINGPickup company name
pickup_stateSTRINGThe pickup State in case of US or Mexico
pickup_zipcodeSTRINGThe pickup postal code
pickup_citySTRINGThe pickup city
pickup_countrySTRINGThe pickup country
pickup_dateTIMESTAMPRequested pickup date, format YYYY-MM-DD
pickup_timeTIMESTAMPRequested pickup time, format HH:MM
pickup_time_typeINTEGERRequested pickup type can be 1=Regularor 2=Between
pickup_end_dateTIMESTAMPRequested pickup end date, in case of pickup_time_type 2
pickup_end_timeTIMESTAMPRequested pickup end time, in case of pickup_time_type 2
pickup_hours_startTIMESTAMPIf Shipper indicated pickup location opening hours format: HH:MM
pickup_hours_endTYPEIf Shipper indicated pickup location closing hours format: HH:MM
pickup_timezoneSTRINGTimezone name
pickup_notesSTRINGAdditional pickup notes
pickup_contact_nameSTRINGName of contact person at pickup location
pickup_contact_phoneSTRINGPhone number of contact person at pickup location
pickup_contact_emailSTRINGEmail of contact person at pickup location
pickup_address_typeSTRINGCan be Address, Seaport or Airport
stop1_airportSTRINGAirport Name, if identified otherwise null
stop1_seaport_codeSTRINGSeaport code, if identified otherwise null
stop1_seaportTYPESeaport name, if identified otherwise null
stop1_streetSTRINGDelivery street address
stop1_address_nameSTRINGDelivery company name
stop1_stateSTRINGThe delivery State in case of US or Mexico
stop1_zipcodeSTRINGThe delivery postal code
stop1_citySTRINGThe delivery city
stop1_countrySTRINGThe delivery country
stop1_dateTIMESTAMPRequested delivery date, format YYYY-MM-DD
stop1_timeTIMESTAMPRequested delivery time, format HH:MM
stop1_time_typeINTEGERRequested delivery type can be 1=Regularor 2=Between
stop1_end_dateTIMESTAMPRequested delivery end date, in case of stop1_time_type 2
stop1_end_timeTIMESTAMPRequested delivery end time, in case of stop1_time_type 2
stop1_hours_startTIMESTAMPIf Shipper indicated delivery location opening hours format: HH:MM
stop1_hours_endTYPEIf Shipper indicated delivery location closing hours format: HH:MM
stop1_timezoneSTRINGTimezone name
stop1_notesSTRINGAdditional delivery notes
stop1_contact_nameSTRINGName of contact person at delivery location
stop1_contact_phoneSTRINGPhone number of contact person at delivery location
stop1_contact_emailSTRINGEmail of contact person at delivery location
stop1_address_typeSTRINGCan be Address, Seaport or Airport
Language
Credentials
http
Response
Click Try It! to start a request and see the response here!