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.
<carrier_offer company_id="..." id="..." allow_cntr_offer="..." amount="..." amount_c="..." amount_d="..." amount_n="..." amount_r="..." carrier_name="..." carrier_ranking="..." comments="..." contact_name="..." contact_phone="..." counter_offer="..." counter_offer_c="..." counter_offer_d="..." counter_offer_n="..." counter_offer_r="..." dot_number="..." email="..." entered_user_id="..." equipment_type_id="..." fax="..." icc_number="..." max_pay="..." max_pay_c="..." max_pay_d="..." max_pay_n="..." max_pay_r="..." miles_to_origin="..." mobile_phone="..." modified_date="..." movement_id="..." my_avail_offers="..." offer_date="..." order_id="..." order_total_chg="..." order_total_chg_c="..." order_total_chg_d="..." order_total_chg_n="..." order_total_chg_r="..." payee_id="..." salesperson_id="..." source="..." status="..." target_pay="..." target_pay_c="..." target_pay_d="..." target_pay_n="..." target_pay_r="..." tractor_city="..." tractor_city_id="..." tractor_state="..." tractor_zip="..."/>
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":"carrier_offer","company_id":"...","id":"...","allow_cntr_offer":"...","amount":"...","amount_c":"...","amount_d":"...","amount_n":"...","amount_r":"...","carrier_name":"...","carrier_ranking":"...","comments":"...","contact_name":"...","contact_phone":"...","counter_offer":"...","counter_offer_c":"...","counter_offer_d":"...","counter_offer_n":"...","counter_offer_r":"...","dot_number":"...","email":"...","entered_user_id":"...","equipment_type_id":"...","fax":"...","icc_number":"...","max_pay":"...","max_pay_c":"...","max_pay_d":"...","max_pay_n":"...","max_pay_r":"...","miles_to_origin":"...","mobile_phone":"...","modified_date":"...","movement_id":"...","my_avail_offers":"...","offer_date":"...","order_id":"...","order_total_chg":"...","order_total_chg_c":"...","order_total_chg_d":"...","order_total_chg_n":"...","order_total_chg_r":"...","payee_id":"...","salesperson_id":"...","source":"...","status":"...","target_pay":"...","target_pay_c":"...","target_pay_d":"...","target_pay_n":"...","target_pay_r":"...","tractor_city":"...","tractor_city_id":"...","tractor_state":"...","tractor_zip":"..."}
key | name | size | type |
---|---|---|---|
company_id | 4 | String | |
id | 32 | String | |
allow_cntr_offer | 1 | String | |
amount | 16.2 | BigDecimal | |
amount_c | 3 | String | |
amount_d | 19 | Date | |
amount_n | 16.2 | BigDecimal | |
amount_r | 8.4 | BigDecimal | |
carrier_name | 28 | String | |
carrier_ranking | 4.1 | BigDecimal | |
comments | -1 | String | |
contact_name | 40 | String | |
contact_phone | 20 | String | |
counter_offer | 16.2 | BigDecimal | |
counter_offer_c | 3 | String | |
counter_offer_d | 19 | Date | |
counter_offer_n | 16.2 | BigDecimal | |
counter_offer_r | 8.4 | BigDecimal | |
dot_number | 10 | String | |
60 | String | ||
entered_user_id | 10 | String | |
equipment_type_id | 4 | String | |
fax | 20 | String | |
icc_number | 12 | String | |
max_pay | 16.2 | BigDecimal | |
max_pay_c | 3 | String | |
max_pay_d | 19 | Date | |
max_pay_n | 16.2 | BigDecimal | |
max_pay_r | 8.4 | BigDecimal | |
miles_to_origin | 10 | int | |
mobile_phone | 20 | String | |
modified_date | 19 | Date | |
movement_id | 32 | String | |
my_avail_offers | 1 | String | |
offer_date | 19 | Date | |
order_id | 8 | String | |
order_total_chg | 16.2 | BigDecimal | |
order_total_chg_c | 3 | String | |
order_total_chg_d | 19 | Date | |
order_total_chg_n | 16.2 | BigDecimal | |
order_total_chg_r | 8.4 | BigDecimal | |
payee_id | 8 | String | |
salesperson_id | 8 | String | |
source | 10 | String | |
status | 1 | String | |
target_pay | 16.2 | BigDecimal | |
target_pay_c | 3 | String | |
target_pay_d | 19 | Date | |
target_pay_n | 16.2 | BigDecimal | |
target_pay_r | 8.4 | BigDecimal | |
tractor_city | 50 | String | |
tractor_city_id | 10 | int | |
tractor_state | 2 | String | |
tractor_zip | 10 | String |