POST api/IncidentReport/DeleteIncidentWitness
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,
"WitnessID": 1,
"DriverProfileID": 1,
"WitnessName": "sample string 2",
"WitnessAddress": "sample string 3",
"EquipmentID": 4,
"MobileNo": "sample string 5",
"UserType": "sample string 6",
"OtherDriverProfileID": 1,
"OwnerIsCoDriver": true
}
application/xml, text/xml
Sample:
<IncidentWitness xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models"> <DriverProfileID>1</DriverProfileID> <EquipmentID>4</EquipmentID> <IncidentID>1</IncidentID> <MobileNo>sample string 5</MobileNo> <OtherDriverProfileID>1</OtherDriverProfileID> <OwnerIsCoDriver>true</OwnerIsCoDriver> <UserType>sample string 6</UserType> <WitnessAddress>sample string 3</WitnessAddress> <WitnessID>1</WitnessID> <WitnessName>sample string 2</WitnessName> </IncidentWitness>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.