go back Home

RowLocationRatingAnswer

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_answer company_id="..." id="..." answer="..." location_rating_id="..." question_id="..."/>

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_answer","company_id":"...","id":"...","answer":"...","location_rating_id":"...","question_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
answer 10 int
location_rating_id 32 String
question_id 32 String