POST api/IncidentReport/SaveIncidentCasualties

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Incident
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IncidentID": 1,
  "CasualtyID": 1,
  "DriverProfileID": 1,
  "CasualtyName": "sample string 2",
  "CasualtyAddress": "sample string 3",
  "EquipmentID": 4,
  "MobileNo": "sample string 5",
  "UserType": "sample string 6",
  "OtherDriverProfileID": 1,
  "OwnerIsCoDriver": true
}

application/xml, text/xml

Sample:
<IncidentCasualties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models">
  <CasualtyAddress>sample string 3</CasualtyAddress>
  <CasualtyID>1</CasualtyID>
  <CasualtyName>sample string 2</CasualtyName>
  <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>
</IncidentCasualties>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.