The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.
<quote company_id="..." id="..." bill_distance="..." bill_distance_um="..." company_name="..." consignee_city_id="..." consignee_cityname="..." consignee_id="..." consignee_name="..." consignee_state="..." consignee_zip_code="..." contact_name="..." created_rate_id="..." customer_id="..." customer_name="..." delivery_date="..." effective_date="..." email="..." entered_by="..." entered_date="..." equipment_type_id="..." expiration_date="..." fax="..." flat_charge="..." flat_charge_c="..." flat_charge_d="..." flat_charge_n="..." flat_charge_r="..." freight_charge="..." freight_charge_c="..." freight_charge_d="..." freight_charge_n="..." freight_charge_r="..." fuel_distance="..." fuel_distance_um="..." fuel_surcharge="..." fuel_surcharge_c="..." fuel_surcharge_d="..." fuel_surcharge_n="..." fuel_surcharge_r="..." group_id="..." notes="..." phone="..." rate="..." rate_id="..." rate_type="..." rate_unit_desc="..." rate_units="..." salesperson_id="..." ship_date="..." shipper_city_id="..." shipper_city_name="..." shipper_id="..." shipper_name="..." shipper_state="..." shipper_zip_code="..." status="..."/>
The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.
{"__type":"quote","company_id":"...","id":"...","bill_distance":"...","bill_distance_um":"...","company_name":"...","consignee_city_id":"...","consignee_cityname":"...","consignee_id":"...","consignee_name":"...","consignee_state":"...","consignee_zip_code":"...","contact_name":"...","created_rate_id":"...","customer_id":"...","customer_name":"...","delivery_date":"...","effective_date":"...","email":"...","entered_by":"...","entered_date":"...","equipment_type_id":"...","expiration_date":"...","fax":"...","flat_charge":"...","flat_charge_c":"...","flat_charge_d":"...","flat_charge_n":"...","flat_charge_r":"...","freight_charge":"...","freight_charge_c":"...","freight_charge_d":"...","freight_charge_n":"...","freight_charge_r":"...","fuel_distance":"...","fuel_distance_um":"...","fuel_surcharge":"...","fuel_surcharge_c":"...","fuel_surcharge_d":"...","fuel_surcharge_n":"...","fuel_surcharge_r":"...","group_id":"...","notes":"...","phone":"...","rate":"...","rate_id":"...","rate_type":"...","rate_unit_desc":"...","rate_units":"...","salesperson_id":"...","ship_date":"...","shipper_city_id":"...","shipper_city_name":"...","shipper_id":"...","shipper_name":"...","shipper_state":"...","shipper_zip_code":"...","status":"..."}
key | name | size | type |
---|---|---|---|
company_id | 4 | String | |
id | 10 | String | |
bill_distance | 10.1 | BigDecimal | |
bill_distance_um | 2 | String | |
company_name | 40 | String | |
consignee_city_id | 10 | int | |
consignee_cityname | 50 | String | |
consignee_id | 8 | String | |
consignee_name | 40 | String | |
consignee_state | 2 | String | |
consignee_zip_code | 10 | String | |
contact_name | 40 | String | |
created_rate_id | 10 | int | |
customer_id | 8 | String | |
customer_name | 40 | String | |
delivery_date | 10 | Date | |
effective_date | 10 | Date | |
80 | String | ||
entered_by | 10 | String | |
entered_date | 19 | Date | |
equipment_type_id | 4 | String | |
expiration_date | 10 | Date | |
fax | 20 | String | |
flat_charge | 16.2 | BigDecimal | |
flat_charge_c | 3 | String | |
flat_charge_d | 19 | Date | |
flat_charge_n | 16.2 | BigDecimal | |
flat_charge_r | 8.4 | BigDecimal | |
freight_charge | 16.2 | BigDecimal | |
freight_charge_c | 3 | String | |
freight_charge_d | 19 | Date | |
freight_charge_n | 16.2 | BigDecimal | |
freight_charge_r | 8.4 | BigDecimal | |
fuel_distance | 10.1 | BigDecimal | |
fuel_distance_um | 2 | String | |
fuel_surcharge | 16.2 | BigDecimal | |
fuel_surcharge_c | 3 | String | |
fuel_surcharge_d | 19 | Date | |
fuel_surcharge_n | 16.2 | BigDecimal | |
fuel_surcharge_r | 8.4 | BigDecimal | |
group_id | 8 | String | |
notes | -1 | String | |
phone | 20 | String | |
rate | 16.4 | BigDecimal | |
rate_id | 10 | int | |
rate_type | 1 | String | |
rate_unit_desc | 10 | String | |
rate_units | 16.4 | BigDecimal | |
salesperson_id | 8 | String | |
ship_date | 10 | Date | |
shipper_city_id | 10 | int | |
shipper_city_name | 50 | String | |
shipper_id | 8 | String | |
shipper_name | 40 | String | |
shipper_state | 2 | String | |
shipper_zip_code | 10 | String | |
status | 1 | String |