go back Home

RowLocationRating

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.

<location_rating company_id="..." id="..." comments="..." driver_id="..." entered_date="..." entered_user_id="..." location_id="..." overall_rating="..." recommended="..."/>

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":"location_rating","company_id":"...","id":"...","comments":"...","driver_id":"...","entered_date":"...","entered_user_id":"...","location_id":"...","overall_rating":"...","recommended":"..."}

Fields

key name size type
company_id 4 String
id 32 String
comments 500 String
driver_id 8 String
entered_date 19 Date
entered_user_id 10 String
location_id 8 String
overall_rating 10 int
recommended 1 String