POST api/IncidentReport/SaveIncidentImages

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,
  "DriverProfileID": 1,
  "Image": "QEBA",
  "Imagebase64": "sample string 2",
  "ImageID": 1,
  "Caption": "sample string 3",
  "EquipmentID": 4,
  "UserType": "sample string 5",
  "OtherDriverProfileID": 1,
  "OwnerIsCoDriver": true
}

application/xml, text/xml

Sample:
<IncidentImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models">
  <Caption>sample string 3</Caption>
  <DriverProfileID>1</DriverProfileID>
  <EquipmentID>4</EquipmentID>
  <Image>QEBA</Image>
  <ImageID>1</ImageID>
  <Imagebase64>sample string 2</Imagebase64>
  <IncidentID>1</IncidentID>
  <OtherDriverProfileID>1</OtherDriverProfileID>
  <OwnerIsCoDriver>true</OwnerIsCoDriver>
  <UserType>sample string 5</UserType>
</IncidentImage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.