POST api/Accident/SearchBasic
Request Information
URI Parameters
None.
Body Parameters
BasicSearchParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| CityCode | Collection of string |
None. |
|
| CountyCode | Collection of string |
None. |
|
| Route | Collection of string |
None. |
|
| RouteCode | Collection of string |
None. |
|
| CrashType | Collection of decimal number |
None. |
|
| CrashTypeCode | Collection of decimal number |
None. |
|
| ReportingAgency | Collection of string |
None. |
|
| ReportingAgencyCode | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"CityCode": [
"sample string 1",
"sample string 2"
],
"CountyCode": [
"sample string 1",
"sample string 2"
],
"Route": [
"sample string 1",
"sample string 2"
],
"RouteCode": [
"sample string 1",
"sample string 2"
],
"CrashType": [
1.0,
2.0
],
"CrashTypeCode": [
1.0,
2.0
],
"ReportingAgency": [
"sample string 1",
"sample string 2"
],
"ReportingAgencyCode": [
"sample string 1",
"sample string 2"
]
}
text/xml
Sample:
<BasicSearchParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRASHAPI.Controllers">
<CityCode xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CityCode>
<CountyCode xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CountyCode>
<CrashType xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:decimal>1</d2p1:decimal>
<d2p1:decimal>2</d2p1:decimal>
</CrashType>
<CrashTypeCode xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:decimal>1</d2p1:decimal>
<d2p1:decimal>2</d2p1:decimal>
</CrashTypeCode>
<EndDate>sample string 2</EndDate>
<ReportingAgency xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ReportingAgency>
<ReportingAgencyCode xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ReportingAgencyCode>
<Route xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Route>
<RouteCode xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</RouteCode>
<StartDate>sample string 1</StartDate>
</BasicSearchParameters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of vw_PQT_AccidentHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| REPORTINGAGENCYid | string |
None. |
|
| ReportingAgency | string |
None. |
|
| REPORTNUMBER | string |
None. |
|
| LOCALID | decimal number |
None. |
|
| ACCIDENTTIME | date |
None. |
|
| ACCIDENTDATE | date |
None. |
|
| STREETADDRESS | string |
None. |
|
| TH_NUMBER | string |
None. |
|
| VT_NUMBER | string |
None. |
|
| US_NUMBER | string |
None. |
|
| I_NUMBER | string |
None. |
|
| INTERSECTIONWITH | string |
None. |
|
| DISTANCEFROMNEARESTSTR | string |
None. |
|
| DISTANCEFROMUNITS | decimal number |
None. |
|
| POSTEDSPEED | decimal number |
None. |
|
| DIRFROMNEARESTINTST | string |
None. |
|
| DIROFCOLLISIONid | decimal number |
None. |
|
| DirOfCollision | string |
None. |
|
| MILEMARKER1 | string |
None. |
|
| MILEMARKER2 | string |
None. |
|
| MILEMARKER3 | string |
None. |
|
| AOTROADWAYGROUPid | decimal number |
None. |
|
| RoadGroup | string |
None. |
|
| AOTACTUALMILEPOINT | decimal number |
None. |
|
| CRASHTYPEid | decimal number |
None. |
|
| CrashType | string |
None. |
|
| TRAFFICSIGNALSid | decimal number |
None. |
|
| TrafficSignals | string |
None. |
|
| WEATHERCONDITIONid | decimal number |
None. |
|
| WeatherCondition | string |
None. |
|
| LIGHTid | decimal number |
None. |
|
| Light | string |
None. |
|
| ROADCHARACTERISTICSid | decimal number |
None. |
|
| RoadCharacteristics | string |
None. |
|
| ROADALIGNid | decimal number |
None. |
|
| RoadAlign | string |
None. |
|
| ROADDESIGNid | decimal number |
None. |
|
| RoadDesign | string |
None. |
|
| ROADTYPEid | decimal number |
None. |
|
| RoadType | string |
None. |
|
| SURFACECONDITIONid | decimal number |
None. |
|
| SurfaceCondition | string |
None. |
|
| ROADCONDITIONid | decimal number |
None. |
|
| RoadCondition | string |
None. |
|
| OPERATORREPORTREQUIRED | decimal number |
None. |
|
| POLICEPHOTOVIDEOTAKEN | decimal number |
None. |
|
| AOTREPORTNUMBER | string |
None. |
|
| EMSRUNNUMBER | string |
None. |
|
| EMSAgencyid | string |
None. |
|
| EMSAgency | string |
None. |
|
| DESTINATIONHOSPITALid | string |
None. |
|
| DestinationHopital | string |
None. |
|
| EMSRUNNUMBER2 | string |
None. |
|
| EMSAGENCY2id | string |
None. |
|
| EMSAgency2 | string |
None. |
|
| DESTINATIONHOSPITAL2id | string |
None. |
|
| DestinationHopital2 | string |
None. |
|
| DamageDescription | string |
None. |
|
| IsLocationChanged | boolean |
None. |
|
| NonReportable | boolean |
None. |
|
| NonReportableAddress | string |
None. |
|
| VCSG_CITYORTOWNid | string |
None. |
|
| VCSG_CITYORTOWN | string |
None. |
|
| GIS_CITYTOWN | string |
None. |
|
| VCSG_EASTING | string |
None. |
|
| GIS_EASTING | string |
None. |
|
| VCSG_NORTHING | string |
None. |
|
| GIS_NORTHING | string |
None. |
|
| VCSG_AOTROUTEid | string |
None. |
|
| VCSG_AOTROUTE | string |
None. |
|
| GIS_AOTROUTE | string |
None. |
|
| VCSG_LRSNUMBER | string |
None. |
|
| GIS_LRSNUMBER | string |
None. |
|
| VCSG_LATITUDE | string |
None. |
|
| GIS_LATITUDE | string |
None. |
|
| VCSG_LONGITUDE | string |
None. |
|
| GIS_LONGITUDE | string |
None. |
|
| HOWMAPPED | string |
None. |
|
| Animal | string |
None. |
|
| Impairment | string |
None. |
|
| Involving | string |
None. |
|
| Weather | string |
None. |
|
| DayNight | string |
None. |
|
| InjuryType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"REPORTINGAGENCYid": "sample string 1",
"ReportingAgency": "sample string 2",
"REPORTNUMBER": "sample string 3",
"LOCALID": 4.0,
"ACCIDENTTIME": "2025-12-15T22:09:44.3597352-05:00",
"ACCIDENTDATE": "2025-12-15T22:09:44.3597352-05:00",
"STREETADDRESS": "sample string 6",
"TH_NUMBER": "sample string 7",
"VT_NUMBER": "sample string 8",
"US_NUMBER": "sample string 9",
"I_NUMBER": "sample string 10",
"INTERSECTIONWITH": "sample string 11",
"DISTANCEFROMNEARESTSTR": "sample string 12",
"DISTANCEFROMUNITS": 1.0,
"POSTEDSPEED": 1.0,
"DIRFROMNEARESTINTST": "sample string 13",
"DIROFCOLLISIONid": 1.0,
"DirOfCollision": "sample string 14",
"MILEMARKER1": "sample string 15",
"MILEMARKER2": "sample string 16",
"MILEMARKER3": "sample string 17",
"AOTROADWAYGROUPid": 1.0,
"RoadGroup": "sample string 18",
"AOTACTUALMILEPOINT": 1.1,
"CRASHTYPEid": 1.0,
"CrashType": "sample string 19",
"TRAFFICSIGNALSid": 1.0,
"TrafficSignals": "sample string 20",
"WEATHERCONDITIONid": 1.0,
"WeatherCondition": "sample string 21",
"LIGHTid": 1.0,
"Light": "sample string 22",
"ROADCHARACTERISTICSid": 1.0,
"RoadCharacteristics": "sample string 23",
"ROADALIGNid": 1.0,
"RoadAlign": "sample string 24",
"ROADDESIGNid": 1.0,
"RoadDesign": "sample string 25",
"ROADTYPEid": 1.0,
"RoadType": "sample string 26",
"SURFACECONDITIONid": 1.0,
"SurfaceCondition": "sample string 27",
"ROADCONDITIONid": 1.0,
"RoadCondition": "sample string 28",
"OPERATORREPORTREQUIRED": 1.0,
"POLICEPHOTOVIDEOTAKEN": 1.0,
"AOTREPORTNUMBER": "sample string 29",
"EMSRUNNUMBER": "sample string 30",
"EMSAgencyid": "sample string 31",
"EMSAgency": "sample string 32",
"DESTINATIONHOSPITALid": "sample string 33",
"DestinationHopital": "sample string 34",
"EMSRUNNUMBER2": "sample string 35",
"EMSAGENCY2id": "sample string 36",
"EMSAgency2": "sample string 37",
"DESTINATIONHOSPITAL2id": "sample string 38",
"DestinationHopital2": "sample string 39",
"DamageDescription": "sample string 40",
"IsLocationChanged": true,
"NonReportable": true,
"NonReportableAddress": "sample string 41",
"VCSG_CITYORTOWNid": "sample string 42",
"VCSG_CITYORTOWN": "sample string 43",
"GIS_CITYTOWN": "sample string 44",
"VCSG_EASTING": "sample string 45",
"GIS_EASTING": "sample string 46",
"VCSG_NORTHING": "sample string 47",
"GIS_NORTHING": "sample string 48",
"VCSG_AOTROUTEid": "sample string 49",
"VCSG_AOTROUTE": "sample string 50",
"GIS_AOTROUTE": "sample string 51",
"VCSG_LRSNUMBER": "sample string 52",
"GIS_LRSNUMBER": "sample string 53",
"VCSG_LATITUDE": "sample string 54",
"GIS_LATITUDE": "sample string 55",
"VCSG_LONGITUDE": "sample string 56",
"GIS_LONGITUDE": "sample string 57",
"HOWMAPPED": "sample string 58",
"Animal": "sample string 59",
"Impairment": "sample string 60",
"Involving": "sample string 61",
"Weather": "sample string 62",
"DayNight": "sample string 63",
"InjuryType": "sample string 64"
},
{
"REPORTINGAGENCYid": "sample string 1",
"ReportingAgency": "sample string 2",
"REPORTNUMBER": "sample string 3",
"LOCALID": 4.0,
"ACCIDENTTIME": "2025-12-15T22:09:44.3597352-05:00",
"ACCIDENTDATE": "2025-12-15T22:09:44.3597352-05:00",
"STREETADDRESS": "sample string 6",
"TH_NUMBER": "sample string 7",
"VT_NUMBER": "sample string 8",
"US_NUMBER": "sample string 9",
"I_NUMBER": "sample string 10",
"INTERSECTIONWITH": "sample string 11",
"DISTANCEFROMNEARESTSTR": "sample string 12",
"DISTANCEFROMUNITS": 1.0,
"POSTEDSPEED": 1.0,
"DIRFROMNEARESTINTST": "sample string 13",
"DIROFCOLLISIONid": 1.0,
"DirOfCollision": "sample string 14",
"MILEMARKER1": "sample string 15",
"MILEMARKER2": "sample string 16",
"MILEMARKER3": "sample string 17",
"AOTROADWAYGROUPid": 1.0,
"RoadGroup": "sample string 18",
"AOTACTUALMILEPOINT": 1.1,
"CRASHTYPEid": 1.0,
"CrashType": "sample string 19",
"TRAFFICSIGNALSid": 1.0,
"TrafficSignals": "sample string 20",
"WEATHERCONDITIONid": 1.0,
"WeatherCondition": "sample string 21",
"LIGHTid": 1.0,
"Light": "sample string 22",
"ROADCHARACTERISTICSid": 1.0,
"RoadCharacteristics": "sample string 23",
"ROADALIGNid": 1.0,
"RoadAlign": "sample string 24",
"ROADDESIGNid": 1.0,
"RoadDesign": "sample string 25",
"ROADTYPEid": 1.0,
"RoadType": "sample string 26",
"SURFACECONDITIONid": 1.0,
"SurfaceCondition": "sample string 27",
"ROADCONDITIONid": 1.0,
"RoadCondition": "sample string 28",
"OPERATORREPORTREQUIRED": 1.0,
"POLICEPHOTOVIDEOTAKEN": 1.0,
"AOTREPORTNUMBER": "sample string 29",
"EMSRUNNUMBER": "sample string 30",
"EMSAgencyid": "sample string 31",
"EMSAgency": "sample string 32",
"DESTINATIONHOSPITALid": "sample string 33",
"DestinationHopital": "sample string 34",
"EMSRUNNUMBER2": "sample string 35",
"EMSAGENCY2id": "sample string 36",
"EMSAgency2": "sample string 37",
"DESTINATIONHOSPITAL2id": "sample string 38",
"DestinationHopital2": "sample string 39",
"DamageDescription": "sample string 40",
"IsLocationChanged": true,
"NonReportable": true,
"NonReportableAddress": "sample string 41",
"VCSG_CITYORTOWNid": "sample string 42",
"VCSG_CITYORTOWN": "sample string 43",
"GIS_CITYTOWN": "sample string 44",
"VCSG_EASTING": "sample string 45",
"GIS_EASTING": "sample string 46",
"VCSG_NORTHING": "sample string 47",
"GIS_NORTHING": "sample string 48",
"VCSG_AOTROUTEid": "sample string 49",
"VCSG_AOTROUTE": "sample string 50",
"GIS_AOTROUTE": "sample string 51",
"VCSG_LRSNUMBER": "sample string 52",
"GIS_LRSNUMBER": "sample string 53",
"VCSG_LATITUDE": "sample string 54",
"GIS_LATITUDE": "sample string 55",
"VCSG_LONGITUDE": "sample string 56",
"GIS_LONGITUDE": "sample string 57",
"HOWMAPPED": "sample string 58",
"Animal": "sample string 59",
"Impairment": "sample string 60",
"Involving": "sample string 61",
"Weather": "sample string 62",
"DayNight": "sample string 63",
"InjuryType": "sample string 64"
}
]
text/xml
Sample:
<ArrayOfvw_PQT_AccidentHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRASHAPI.Models">
<vw_PQT_AccidentHeader>
<ACCIDENTDATE>2025-12-15T22:09:44.3597352-05:00</ACCIDENTDATE>
<ACCIDENTTIME>2025-12-15T22:09:44.3597352-05:00</ACCIDENTTIME>
<AOTACTUALMILEPOINT>1.1</AOTACTUALMILEPOINT>
<AOTREPORTNUMBER>sample string 29</AOTREPORTNUMBER>
<AOTROADWAYGROUPid>1</AOTROADWAYGROUPid>
<Animal>sample string 59</Animal>
<CRASHTYPEid>1</CRASHTYPEid>
<CrashType>sample string 19</CrashType>
<DESTINATIONHOSPITAL2id>sample string 38</DESTINATIONHOSPITAL2id>
<DESTINATIONHOSPITALid>sample string 33</DESTINATIONHOSPITALid>
<DIRFROMNEARESTINTST>sample string 13</DIRFROMNEARESTINTST>
<DIROFCOLLISIONid>1</DIROFCOLLISIONid>
<DISTANCEFROMNEARESTSTR>sample string 12</DISTANCEFROMNEARESTSTR>
<DISTANCEFROMUNITS>1</DISTANCEFROMUNITS>
<DamageDescription>sample string 40</DamageDescription>
<DayNight>sample string 63</DayNight>
<DestinationHopital>sample string 34</DestinationHopital>
<DestinationHopital2>sample string 39</DestinationHopital2>
<DirOfCollision>sample string 14</DirOfCollision>
<EMSAGENCY2id>sample string 36</EMSAGENCY2id>
<EMSAgency>sample string 32</EMSAgency>
<EMSAgency2>sample string 37</EMSAgency2>
<EMSAgencyid>sample string 31</EMSAgencyid>
<EMSRUNNUMBER>sample string 30</EMSRUNNUMBER>
<EMSRUNNUMBER2>sample string 35</EMSRUNNUMBER2>
<GIS_AOTROUTE>sample string 51</GIS_AOTROUTE>
<GIS_CITYTOWN>sample string 44</GIS_CITYTOWN>
<GIS_EASTING>sample string 46</GIS_EASTING>
<GIS_LATITUDE>sample string 55</GIS_LATITUDE>
<GIS_LONGITUDE>sample string 57</GIS_LONGITUDE>
<GIS_LRSNUMBER>sample string 53</GIS_LRSNUMBER>
<GIS_NORTHING>sample string 48</GIS_NORTHING>
<HOWMAPPED>sample string 58</HOWMAPPED>
<INTERSECTIONWITH>sample string 11</INTERSECTIONWITH>
<I_NUMBER>sample string 10</I_NUMBER>
<Impairment>sample string 60</Impairment>
<InjuryType>sample string 64</InjuryType>
<Involving>sample string 61</Involving>
<IsLocationChanged>true</IsLocationChanged>
<LIGHTid>1</LIGHTid>
<LOCALID>4</LOCALID>
<Light>sample string 22</Light>
<MILEMARKER1>sample string 15</MILEMARKER1>
<MILEMARKER2>sample string 16</MILEMARKER2>
<MILEMARKER3>sample string 17</MILEMARKER3>
<NonReportable>true</NonReportable>
<NonReportableAddress>sample string 41</NonReportableAddress>
<OPERATORREPORTREQUIRED>1</OPERATORREPORTREQUIRED>
<POLICEPHOTOVIDEOTAKEN>1</POLICEPHOTOVIDEOTAKEN>
<POSTEDSPEED>1</POSTEDSPEED>
<REPORTINGAGENCYid>sample string 1</REPORTINGAGENCYid>
<REPORTNUMBER>sample string 3</REPORTNUMBER>
<ROADALIGNid>1</ROADALIGNid>
<ROADCHARACTERISTICSid>1</ROADCHARACTERISTICSid>
<ROADCONDITIONid>1</ROADCONDITIONid>
<ROADDESIGNid>1</ROADDESIGNid>
<ROADTYPEid>1</ROADTYPEid>
<ReportingAgency>sample string 2</ReportingAgency>
<RoadAlign>sample string 24</RoadAlign>
<RoadCharacteristics>sample string 23</RoadCharacteristics>
<RoadCondition>sample string 28</RoadCondition>
<RoadDesign>sample string 25</RoadDesign>
<RoadGroup>sample string 18</RoadGroup>
<RoadType>sample string 26</RoadType>
<STREETADDRESS>sample string 6</STREETADDRESS>
<SURFACECONDITIONid>1</SURFACECONDITIONid>
<SurfaceCondition>sample string 27</SurfaceCondition>
<TH_NUMBER>sample string 7</TH_NUMBER>
<TRAFFICSIGNALSid>1</TRAFFICSIGNALSid>
<TrafficSignals>sample string 20</TrafficSignals>
<US_NUMBER>sample string 9</US_NUMBER>
<VCSG_AOTROUTE>sample string 50</VCSG_AOTROUTE>
<VCSG_AOTROUTEid>sample string 49</VCSG_AOTROUTEid>
<VCSG_CITYORTOWN>sample string 43</VCSG_CITYORTOWN>
<VCSG_CITYORTOWNid>sample string 42</VCSG_CITYORTOWNid>
<VCSG_EASTING>sample string 45</VCSG_EASTING>
<VCSG_LATITUDE>sample string 54</VCSG_LATITUDE>
<VCSG_LONGITUDE>sample string 56</VCSG_LONGITUDE>
<VCSG_LRSNUMBER>sample string 52</VCSG_LRSNUMBER>
<VCSG_NORTHING>sample string 47</VCSG_NORTHING>
<VT_NUMBER>sample string 8</VT_NUMBER>
<WEATHERCONDITIONid>1</WEATHERCONDITIONid>
<Weather>sample string 62</Weather>
<WeatherCondition>sample string 21</WeatherCondition>
</vw_PQT_AccidentHeader>
<vw_PQT_AccidentHeader>
<ACCIDENTDATE>2025-12-15T22:09:44.3597352-05:00</ACCIDENTDATE>
<ACCIDENTTIME>2025-12-15T22:09:44.3597352-05:00</ACCIDENTTIME>
<AOTACTUALMILEPOINT>1.1</AOTACTUALMILEPOINT>
<AOTREPORTNUMBER>sample string 29</AOTREPORTNUMBER>
<AOTROADWAYGROUPid>1</AOTROADWAYGROUPid>
<Animal>sample string 59</Animal>
<CRASHTYPEid>1</CRASHTYPEid>
<CrashType>sample string 19</CrashType>
<DESTINATIONHOSPITAL2id>sample string 38</DESTINATIONHOSPITAL2id>
<DESTINATIONHOSPITALid>sample string 33</DESTINATIONHOSPITALid>
<DIRFROMNEARESTINTST>sample string 13</DIRFROMNEARESTINTST>
<DIROFCOLLISIONid>1</DIROFCOLLISIONid>
<DISTANCEFROMNEARESTSTR>sample string 12</DISTANCEFROMNEARESTSTR>
<DISTANCEFROMUNITS>1</DISTANCEFROMUNITS>
<DamageDescription>sample string 40</DamageDescription>
<DayNight>sample string 63</DayNight>
<DestinationHopital>sample string 34</DestinationHopital>
<DestinationHopital2>sample string 39</DestinationHopital2>
<DirOfCollision>sample string 14</DirOfCollision>
<EMSAGENCY2id>sample string 36</EMSAGENCY2id>
<EMSAgency>sample string 32</EMSAgency>
<EMSAgency2>sample string 37</EMSAgency2>
<EMSAgencyid>sample string 31</EMSAgencyid>
<EMSRUNNUMBER>sample string 30</EMSRUNNUMBER>
<EMSRUNNUMBER2>sample string 35</EMSRUNNUMBER2>
<GIS_AOTROUTE>sample string 51</GIS_AOTROUTE>
<GIS_CITYTOWN>sample string 44</GIS_CITYTOWN>
<GIS_EASTING>sample string 46</GIS_EASTING>
<GIS_LATITUDE>sample string 55</GIS_LATITUDE>
<GIS_LONGITUDE>sample string 57</GIS_LONGITUDE>
<GIS_LRSNUMBER>sample string 53</GIS_LRSNUMBER>
<GIS_NORTHING>sample string 48</GIS_NORTHING>
<HOWMAPPED>sample string 58</HOWMAPPED>
<INTERSECTIONWITH>sample string 11</INTERSECTIONWITH>
<I_NUMBER>sample string 10</I_NUMBER>
<Impairment>sample string 60</Impairment>
<InjuryType>sample string 64</InjuryType>
<Involving>sample string 61</Involving>
<IsLocationChanged>true</IsLocationChanged>
<LIGHTid>1</LIGHTid>
<LOCALID>4</LOCALID>
<Light>sample string 22</Light>
<MILEMARKER1>sample string 15</MILEMARKER1>
<MILEMARKER2>sample string 16</MILEMARKER2>
<MILEMARKER3>sample string 17</MILEMARKER3>
<NonReportable>true</NonReportable>
<NonReportableAddress>sample string 41</NonReportableAddress>
<OPERATORREPORTREQUIRED>1</OPERATORREPORTREQUIRED>
<POLICEPHOTOVIDEOTAKEN>1</POLICEPHOTOVIDEOTAKEN>
<POSTEDSPEED>1</POSTEDSPEED>
<REPORTINGAGENCYid>sample string 1</REPORTINGAGENCYid>
<REPORTNUMBER>sample string 3</REPORTNUMBER>
<ROADALIGNid>1</ROADALIGNid>
<ROADCHARACTERISTICSid>1</ROADCHARACTERISTICSid>
<ROADCONDITIONid>1</ROADCONDITIONid>
<ROADDESIGNid>1</ROADDESIGNid>
<ROADTYPEid>1</ROADTYPEid>
<ReportingAgency>sample string 2</ReportingAgency>
<RoadAlign>sample string 24</RoadAlign>
<RoadCharacteristics>sample string 23</RoadCharacteristics>
<RoadCondition>sample string 28</RoadCondition>
<RoadDesign>sample string 25</RoadDesign>
<RoadGroup>sample string 18</RoadGroup>
<RoadType>sample string 26</RoadType>
<STREETADDRESS>sample string 6</STREETADDRESS>
<SURFACECONDITIONid>1</SURFACECONDITIONid>
<SurfaceCondition>sample string 27</SurfaceCondition>
<TH_NUMBER>sample string 7</TH_NUMBER>
<TRAFFICSIGNALSid>1</TRAFFICSIGNALSid>
<TrafficSignals>sample string 20</TrafficSignals>
<US_NUMBER>sample string 9</US_NUMBER>
<VCSG_AOTROUTE>sample string 50</VCSG_AOTROUTE>
<VCSG_AOTROUTEid>sample string 49</VCSG_AOTROUTEid>
<VCSG_CITYORTOWN>sample string 43</VCSG_CITYORTOWN>
<VCSG_CITYORTOWNid>sample string 42</VCSG_CITYORTOWNid>
<VCSG_EASTING>sample string 45</VCSG_EASTING>
<VCSG_LATITUDE>sample string 54</VCSG_LATITUDE>
<VCSG_LONGITUDE>sample string 56</VCSG_LONGITUDE>
<VCSG_LRSNUMBER>sample string 52</VCSG_LRSNUMBER>
<VCSG_NORTHING>sample string 47</VCSG_NORTHING>
<VT_NUMBER>sample string 8</VT_NUMBER>
<WEATHERCONDITIONid>1</WEATHERCONDITIONid>
<Weather>sample string 62</Weather>
<WeatherCondition>sample string 21</WeatherCondition>
</vw_PQT_AccidentHeader>
</ArrayOfvw_PQT_AccidentHeader>