go back Home

RowProhibited

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.

<prohibited company_id="..." id="..." bidirectional_lane="..." comments="..." entered_date="..." entered_user_id="..." from_region="..." from_region_uid="..." parent_row_id="..." parent_row_type="..." prohibited_driver_id="..." prohibited_row_id="..." prohibited_row_type="..." to_region="..." to_region_uid="..."/>

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":"prohibited","company_id":"...","id":"...","bidirectional_lane":"...","comments":"...","entered_date":"...","entered_user_id":"...","from_region":"...","from_region_uid":"...","parent_row_id":"...","parent_row_type":"...","prohibited_driver_id":"...","prohibited_row_id":"...","prohibited_row_type":"...","to_region":"...","to_region_uid":"..."}

Fields

key name size type
company_id 4 String
id 32 String
bidirectional_lane 1 String
comments -1 String
entered_date 19 Date
entered_user_id 10 String
from_region 50 String
from_region_uid 10 int
parent_row_id 32 String
parent_row_type 1 String
prohibited_driver_id 32 String
prohibited_row_id 8 String
prohibited_row_type 1 String
to_region 50 String
to_region_uid 10 int