POST api/IncidentReport/SaveIncidentPoliceInfo
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Incident | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"IncidentID": 1,
"DriverProfileID": 1,
"EquipmentID": 1,
"Lat": 2.0,
"Long": 3.0,
"IncidentDetail": "sample string 4",
"TPDriverName": "sample string 5",
"TPDriverID": "sample string 6",
"TPAddress": "sample string 7",
"TPMobileNo": "sample string 8",
"TPLicenceNo": "sample string 9",
"TPVehicleMake": "sample string 10",
"TPVehicleModel": "sample string 11",
"TPvehicleColor": "sample string 12",
"Police_EventNo": "sample string 13",
"Police_CaseNo": "sample string 14",
"Police_UnitName": "sample string 15",
"Police_StationName": "sample string 16",
"Police_OfficerName": "sample string 17",
"Police_BadgeNo": "sample string 18",
"Casualty": "sample string 19",
"Witness": "sample string 20",
"IncidentImage": "sample string 21",
"CreateDate": "sample string 22",
"OtherDriverProfileID": 1,
"OwnerIsCoDriver": true,
"UserType": "sample string 23"
}
application/xml, text/xml
Sample:
<IncidentReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models"> <Casualty>sample string 19</Casualty> <CreateDate>sample string 22</CreateDate> <DriverProfileID>1</DriverProfileID> <EquipmentID>1</EquipmentID> <IncidentDetail>sample string 4</IncidentDetail> <IncidentID>1</IncidentID> <IncidentImage>sample string 21</IncidentImage> <Lat>2</Lat> <Long>3</Long> <OtherDriverProfileID>1</OtherDriverProfileID> <OwnerIsCoDriver>true</OwnerIsCoDriver> <Police_BadgeNo>sample string 18</Police_BadgeNo> <Police_CaseNo>sample string 14</Police_CaseNo> <Police_EventNo>sample string 13</Police_EventNo> <Police_OfficerName>sample string 17</Police_OfficerName> <Police_StationName>sample string 16</Police_StationName> <Police_UnitName>sample string 15</Police_UnitName> <TPAddress>sample string 7</TPAddress> <TPDriverID>sample string 6</TPDriverID> <TPDriverName>sample string 5</TPDriverName> <TPLicenceNo>sample string 9</TPLicenceNo> <TPMobileNo>sample string 8</TPMobileNo> <TPVehicleMake>sample string 10</TPVehicleMake> <TPVehicleModel>sample string 11</TPVehicleModel> <TPvehicleColor>sample string 12</TPvehicleColor> <UserType>sample string 23</UserType> <Witness>sample string 20</Witness> </IncidentReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.