Rate Dispatch
Dispatch rate requests.
retrieve [get]
Details
- Method: GET
- URL: https://vsa.savtrans.com/api.php/rest/rate_dispatch/HASH
- Response: Returns 200 and the resource or 404 if not found.
Fields
- bol_number: BOL Number
- p_company_name: Origin Company Name
- p_contact_name: Origin Contact Name
- p_address: Origin Address Line 1
- p_address_2: Origin Address Line 2
- p_city: Origin City
- p_state: Origin State/Province (US or Canada)
- p_postal_code: Origin Postal/Zip Code (US or Canada)
- p_phone: Origin Phone Number
- p_extension: Origin Phone Number Extension
- p_fax: Origin Fax Number
- p_email: Origin Email Address
- p_date: Pickup date. Limited to the next 3 business days. Format: MM/DD/YYYY
- p_time_1: Pickup time window start. Example: 8:00AM
- p_time_2: Pickup time window end. Example: 5:00PM
- p_instruction: Pickup Instructions
- p_reference: Pickup Reference Number(s)
- d_company_name: Destination Company Name
- d_contact_name: Destination Contact Name
- d_address: Destination Address Line 1
- d_address_2: Destination Address Line 2
- d_city: Destination City
- d_state: Destination State/Province (US or Canada)
- d_postal_code: Delivery Postal/Zip Code (US or Canada)
- d_phone: Delivery Phone Number
- d_extension: Delivery Phone Number Extension
- d_fax: Delivery Fax Number
- d_email: Delivery Email Address
- d_time_1: Delivery time window start. Example: 8:00AM
- d_time_2: Delivery time window end. Example: 5:00PM
- d_instruction: Delivery Instructions
- d_reference: Delivery Reference Number(s)
- rate_rank: Result Rank (Based on Price)
create [post]
Details
- Method: POST
- URL: https://vsa.savtrans.com/api.php/rest/rate_dispatch?p_company_name=P_COMPANY_NAME&p_contact_name=P_CONTACT_NAME&p_address=P_ADDRESS...
- Response: A successful creation returns 201 and redirects to the retrieve action. An unsuccessful creation returns 400 and displays a list of validation errors.
- Action Notes: All fields are supplied in query string format.
- Resource Notes: Items are specified in the same order as the request as "...&items[0][description]=details&items[0][nmfc]=123456&items[1][description]=details&..." Item description is required.
Fields
- p_company_name: Origin Company Name
- p_contact_name: Origin Contact Name
- p_address: Origin Address Line 1
- p_address_2: Origin Address Line 2
- p_city: Origin City
- p_phone: Origin Phone Number
- p_extension: Origin Phone Number Extension
- p_fax: Origin Fax Number
- p_email: Origin Email Address
- p_date: Pickup date. Limited to the next 3 business days. Format: MM/DD/YYYY
- p_time_1: Pickup time window start. Example: 8:00AM
- p_time_2: Pickup time window end. Example: 5:00PM
- p_instruction: Pickup Instructions
- p_reference: Pickup Reference Number(s)
- d_company_name: Destination Company Name
- d_contact_name: Destination Contact Name
- d_address: Destination Address Line 1
- d_address_2: Destination Address Line 2
- d_city: Destination City
- d_phone: Delivery Phone Number
- d_extension: Delivery Phone Number Extension
- d_fax: Delivery Fax Number
- d_email: Delivery Email Address
- d_time_1: Delivery time window start. Example: 8:00AM
- d_time_2: Delivery time window end. Example: 5:00PM
- d_instruction: Delivery Instructions
- d_reference: Delivery Reference Number(s)
- rate_request_hash
- contract_hash
- items
- index
- description: Item Description
- nmfc: National Motor Freight Classification (NMFC) Number
- index