go back Home

RowServiceTransitTime

Sample XML

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.

<service_transit_time company_id="..." stt_uid="..." add_timestamp="..." add_userid="..." calc_type_code="..." carrier_scac="..." destination_loc_id="..." destination_partner_id="..." destination_reg_name="..." destination_reg_type_code="..." destination_reg_uid="..." effective_timestamp="..." expire_timestamp="..." friday="..." include_holidays="..." include_saturday="..." include_sunday="..." mod_timestamp="..." mod_userid="..." monday="..." order_mode="..." origin_loc_id="..." origin_partner_id="..." origin_reg_name="..." origin_reg_type_code="..." origin_reg_uid="..." payee_id="..." priority="..." saturday="..." service_type_code="..." stt_status_code="..." stt_type_code="..." sunday="..." thru_terminal="..." thursday="..." transit_days="..." transit_hours="..." transit_minutes="..." tuesday="..." wednesday="..."/>

Sample JSON

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":"service_transit_time","company_id":"...","stt_uid":"...","add_timestamp":"...","add_userid":"...","calc_type_code":"...","carrier_scac":"...","destination_loc_id":"...","destination_partner_id":"...","destination_reg_name":"...","destination_reg_type_code":"...","destination_reg_uid":"...","effective_timestamp":"...","expire_timestamp":"...","friday":"...","include_holidays":"...","include_saturday":"...","include_sunday":"...","mod_timestamp":"...","mod_userid":"...","monday":"...","order_mode":"...","origin_loc_id":"...","origin_partner_id":"...","origin_reg_name":"...","origin_reg_type_code":"...","origin_reg_uid":"...","payee_id":"...","priority":"...","saturday":"...","service_type_code":"...","stt_status_code":"...","stt_type_code":"...","sunday":"...","thru_terminal":"...","thursday":"...","transit_days":"...","transit_hours":"...","transit_minutes":"...","tuesday":"...","wednesday":"..."}

Fields

key name size type
company_id 4 String
stt_uid 10 int
add_timestamp 19 Date
add_userid 25 String
calc_type_code 4 String
carrier_scac 8 String
destination_loc_id 8 String
destination_partner_id 8 String
destination_reg_name 50 String
destination_reg_type_code 4 String
destination_reg_uid 10 int
effective_timestamp 10 Date
expire_timestamp 19 Date
friday 1 String
include_holidays 1 String
include_saturday 1 String
include_sunday 1 String
mod_timestamp 19 Date
mod_userid 25 String
monday 1 String
order_mode 1 String
origin_loc_id 8 String
origin_partner_id 8 String
origin_reg_name 50 String
origin_reg_type_code 4 String
origin_reg_uid 10 int
payee_id 8 String
priority 10 int
saturday 1 String
service_type_code 8 String
stt_status_code 4 String
stt_type_code 4 String
sunday 1 String
thru_terminal 8 String
thursday 1 String
transit_days 10 int
transit_hours 10 int
transit_minutes 10 int
tuesday 1 String
wednesday 1 String