go back Home

RowPnnLane

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.

<pnn_lane company_id="..." id="..." builder_profile_date="..." builder_profile_id="..." destination="..." destination_exclude="..." destination_type="..." equipment_type="..." lane_number="..." lane_type="..." master_id="..." master_type="..." origin="..." origin_exclude="..." origin_type="..." reply_to_users="..."/>

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":"pnn_lane","company_id":"...","id":"...","builder_profile_date":"...","builder_profile_id":"...","destination":"...","destination_exclude":"...","destination_type":"...","equipment_type":"...","lane_number":"...","lane_type":"...","master_id":"...","master_type":"...","origin":"...","origin_exclude":"...","origin_type":"...","reply_to_users":"..."}

Fields

key name size type
company_id 4 String
id 32 String
builder_profile_date 19 Date
builder_profile_id 15 String
destination 400 String
destination_exclude 1 String
destination_type 1 String
equipment_type 80 String
lane_number 10 int
lane_type 1 String
master_id 8 String
master_type 1 String
origin 400 String
origin_exclude 1 String
origin_type 1 String
reply_to_users 80 String