POST Incident/CreateIncidentV2

API call to create a new incident

Request Information

URI Parameters

None.

Body Parameters

CreateIncidentRequestV2
NameDescriptionTypeAdditional information
IncidentEscortFromTo

MMIncidentEscortFromTo

None.

IncidentRecovery

MMIncidentRecovery

None.

IncidentAppService

MMIncidentAppService

None.

IncidentRepo

MMIncidentRepo

None.

IncidentIntrusion

MMIncidentIntrusion

None.

Incident

MMIncident

Required

VehicleInfo

MMVehicleInfo

Required

Request Formats

application/json, text/json

Sample:
{
  "IncidentEscortFromTo": {
    "EscortFrom": "sample string 1",
    "EscortTo": "sample string 2",
    "MAWBNumber": "sample string 3",
    "HAWBNumber": "sample string 4",
    "SealNumberOne": "sample string 5",
    "SealNumberTwo": "sample string 6",
    "SealNumberThree": "sample string 7",
    "SealNumberFour": "sample string 8",
    "SealNumberFive": "sample string 9",
    "SealNumberSix": "sample string 10",
    "MeetingPlace": "sample string 11",
    "MeetingDateTime": "2025-10-27T15:56:10.882211+02:00"
  },
  "IncidentRecovery": {
    "VINNumber": "sample string 1",
    "EngineNumber": "sample string 2",
    "PoliceStation": "sample string 3",
    "CaseNumber": "sample string 4",
    "Trailer": "sample string 5",
    "TrailerColor": "sample string 6",
    "TrailerRegistration": "sample string 7",
    "TrailerLoad": "sample string 8",
    "TrailerMarking": "sample string 9",
    "VehicleMoving": true,
    "WeaponsUsed": true,
    "HijackerCount": 12,
    "VehicleRecovered": true,
    "RecoveryDateTime": "2025-10-27T15:56:10.8833497+02:00",
    "TrackerUnitRecovered": true,
    "TrackerLatitude": 15.1,
    "TrackerLongitude": 16.1,
    "HasTrailer": true,
    "SiteStatus": 0,
    "VehicleRecoveryLocation": "sample string 18"
  },
  "IncidentAppService": {
    "ServiceStatus": 0,
    "RecoveryDateTime": "2025-10-27T15:56:10.8840045+02:00",
    "RecoveryLatitude": 1.1,
    "RecoveryLongitude": 2.1,
    "RecoveryLocation": "sample string 3"
  },
  "IncidentRepo": {
    "Recovery": 0,
    "VINNumber": "sample string 1",
    "VehicleHandedOver": true,
    "HandOverLocation": "sample string 3",
    "HandOverTo": "sample string 4",
    "HandOverDateTime": "2025-10-27T15:56:10.8851008+02:00",
    "TravelDistance": 5.1,
    "TowTruckRequest": true,
    "TowTruckRequestDateTime": "2025-10-27T15:56:10.8851008+02:00",
    "TowTruckArrivalDateTime": "2025-10-27T15:56:10.8851008+02:00",
    "StorageRequired": true,
    "StorageDateTime": "2025-10-27T15:56:10.8851008+02:00",
    "StorageAddress": "sample string 8",
    "VehicleDamaged": true,
    "EstimatedDamages": 10.1,
    "LooseCarAccessories": "sample string 11",
    "VehicleRecovered": true,
    "RecoveryDateTime": "2025-10-27T15:56:10.8862299+02:00",
    "Tracker": "sample string 13",
    "TrackerUnitRecovered": true,
    "TrackerLatitude": 15.1,
    "TrackerLongitude": 16.1,
    "Trailer": "sample string 17",
    "TrailerColor": "sample string 18",
    "TrailerRegistration": "sample string 19",
    "TrailerLoad": "sample string 20",
    "TrailerMarking": "sample string 21",
    "HasTrailer": true,
    "VehicleRecoveryLocation": "sample string 23"
  },
  "IncidentIntrusion": {
    "SiteStatus": 0,
    "AccessToPremises": true,
    "RoofChecked": true,
    "DoorsChecked": true,
    "WindowsChecked": true,
    "WallsChecked": true,
    "AccessGranted": true,
    "FrontBackChecked": true
  },
  "Incident": {
    "IncidentType": 0,
    "IncidentCategory": 0,
    "ReporterName": "sample string 1",
    "ReporterContactDetails": "sample string 2",
    "OpeningReport": "sample string 3",
    "IncidentLocation": "sample string 4",
    "IncidentLatitude": 1.1,
    "IncidentLongitude": 1.1
  },
  "VehicleInfo": {
    "TargetName": "sample string 1",
    "TargetContactNumber": "sample string 2",
    "VehicleMake": "sample string 3",
    "VehicleRegistration": "sample string 4",
    "VehicleModel": "sample string 5",
    "VehicleColor": "sample string 6",
    "VINNumber": "sample string 7",
    "EngineNumber": "sample string 8",
    "TrackingDeviceID": "sample string 9"
  }
}

Response Information

Resource Description

CreateIncidentResponse
NameDescriptionTypeAdditional information
IncidentReference

string

None.

Success

boolean

None.

Messages

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "IncidentReference": "sample string 1",
  "Success": true,
  "Messages": [
    "sample string 1",
    "sample string 2"
  ]
}