POST api/DriveReport/CoachingReport
Request Information
URI Parameters
None.
Body Parameters
DR_Call_GetResult| Name | Description | Type | Additional information |
|---|---|---|---|
| CallId | integer |
None. |
|
| CallOriginId | integer |
None. |
|
| CustomerVehicleId | integer |
None. |
|
| VehicleId | integer |
None. |
|
| DriverId | integer |
None. |
|
| CallerId | integer |
None. |
|
| IsHelplineNumber | boolean |
None. |
|
| ImageGuid | string |
None. |
|
| CallerFirstName | string |
None. |
|
| CallerLastName | string |
None. |
|
| CallerNumber | string |
None. |
|
| CallerEmailAddress | string |
None. |
|
| CallDate | date |
None. |
|
| CallMonth | date |
None. |
|
| IsAnonymous | boolean |
None. |
|
| IsAnonymousToSubscriber | boolean |
None. |
|
| IncidentDate | date |
None. |
|
| IncidentMonth | date |
None. |
|
| IncidentDetails | string |
None. |
|
| IncidentLocation | string |
None. |
|
| IncidentLocationOther | string |
None. |
|
| IncidentList | string |
None. |
|
| ConditionList | string |
None. |
|
| IsNight | boolean |
None. |
|
| IsRain | boolean |
None. |
|
| IsBadRoadConditions | boolean |
None. |
|
| DriverAartoScore | integer |
None. |
|
| DriverRiskRating | integer |
None. |
|
| VehicleAartoScore | integer |
None. |
|
| VehicleRiskRating | integer |
None. |
|
| IncidentAartoScore | integer |
None. |
|
| IncidentRating | integer |
None. |
|
| RiskRatingCalculated | boolean |
None. |
|
| RiskRateLastCalculated | date |
None. |
|
| VehicleRegistrationNumber | string |
None. |
|
| VehicleRegistrationNumberInDispute | boolean |
None. |
|
| VehicleVinNumber | string |
None. |
|
| VehicleFleetNumber | string |
None. |
|
| VehicleMake | string |
None. |
|
| VehicleModel | string |
None. |
|
| VehicleYear | string |
None. |
|
| VehicleDescription | string |
None. |
|
| VehicleFleetMarkings | string |
None. |
|
| CustomerId | integer |
None. |
|
| Notes | string |
None. |
|
| RoadTypeId | integer |
None. |
|
| EthnicGroupId | integer |
None. |
|
| IsMale | boolean |
None. |
|
| IsFemale | boolean |
None. |
|
| IsPassenger | boolean |
None. |
|
| IsSubscriberRequiredToRespond | boolean |
None. |
|
| IsSubscriberResponded | boolean |
None. |
|
| IsSmsSentToCaller | boolean |
None. |
|
| IsEmailSentToCaller | boolean |
None. |
|
| IsSmsSentToSubscriber | boolean |
None. |
|
| IsEmailSentToSubscriber | boolean |
None. |
|
| IsSmsSentToVehicle | boolean |
None. |
|
| IsPrinted | boolean |
None. |
|
| SubscriberHasResponded | boolean |
None. |
|
| ResponseDetails | string |
None. |
|
| IsResolved | boolean |
None. |
|
| ResolutionDate | date |
None. |
|
| ResolutionDetails | string |
None. |
|
| HasDriveReportSticker | boolean |
None. |
|
| IsCompliment | boolean |
None. |
|
| ComplimentDetails | string |
None. |
|
| IsEmergency | boolean |
None. |
|
| IsInfringement | boolean |
None. |
|
| IsNonCompliance | boolean |
None. |
|
| CommentHeaderId | integer |
None. |
|
| TakeonCallId | integer |
None. |
|
| GPSxCoordinate | string |
None. |
|
| GPSyCoordinate | string |
None. |
|
| WasSubscriberActive | boolean |
None. |
|
| WasVehicleActive | boolean |
None. |
|
| ResolvedBy | integer |
None. |
|
| EntityDocumentHeaderId | integer |
None. |
|
| SendNotificationInSystem | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| ReportDir | string |
None. |
|
| VehicleActiveStatus | boolean |
None. |
|
| CustomerName | string |
None. |
|
| CreatedByFullName | string |
None. |
|
| DriverName | string |
None. |
|
| DriverSurname | string |
None. |
|
| DriverIdNumber | string |
None. |
|
| DriverEmployeeNumber | string |
None. |
|
| CreateNewDriver | boolean |
None. |
|
| UserToken | string |
None. |
|
| TotalChecked | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CallId": 1,
"CallOriginId": 1,
"CustomerVehicleId": 1,
"VehicleId": 1,
"DriverId": 1,
"CallerId": 1,
"IsHelplineNumber": true,
"ImageGuid": "sample string 2",
"CallerFirstName": "sample string 3",
"CallerLastName": "sample string 4",
"CallerNumber": "sample string 5",
"CallerEmailAddress": "sample string 6",
"CallDate": "2025-12-23T16:04:46.6264004+02:00",
"CallMonth": "2025-12-23T16:04:46.6264004+02:00",
"IsAnonymous": true,
"IsAnonymousToSubscriber": true,
"IncidentDate": "2025-12-23T16:04:46.6264004+02:00",
"IncidentMonth": "2025-12-23T16:04:46.6264004+02:00",
"IncidentDetails": "sample string 8",
"IncidentLocation": "sample string 9",
"IncidentLocationOther": "sample string 10",
"IncidentList": "sample string 11",
"ConditionList": "sample string 12",
"IsNight": true,
"IsRain": true,
"IsBadRoadConditions": true,
"DriverAartoScore": 1,
"DriverRiskRating": 1,
"VehicleAartoScore": 1,
"VehicleRiskRating": 1,
"IncidentAartoScore": 1,
"IncidentRating": 1,
"RiskRatingCalculated": true,
"RiskRateLastCalculated": "2025-12-23T16:04:46.6264004+02:00",
"VehicleRegistrationNumber": "sample string 13",
"VehicleRegistrationNumberInDispute": true,
"VehicleVinNumber": "sample string 14",
"VehicleFleetNumber": "sample string 15",
"VehicleMake": "sample string 16",
"VehicleModel": "sample string 17",
"VehicleYear": "sample string 18",
"VehicleDescription": "sample string 19",
"VehicleFleetMarkings": "sample string 20",
"CustomerId": 1,
"Notes": "sample string 21",
"RoadTypeId": 1,
"EthnicGroupId": 1,
"IsMale": true,
"IsFemale": true,
"IsPassenger": true,
"IsSubscriberRequiredToRespond": true,
"IsSubscriberResponded": true,
"IsSmsSentToCaller": true,
"IsEmailSentToCaller": true,
"IsSmsSentToSubscriber": true,
"IsEmailSentToSubscriber": true,
"IsSmsSentToVehicle": true,
"IsPrinted": true,
"SubscriberHasResponded": true,
"ResponseDetails": "sample string 22",
"IsResolved": true,
"ResolutionDate": "2025-12-23T16:04:46.6264004+02:00",
"ResolutionDetails": "sample string 23",
"HasDriveReportSticker": true,
"IsCompliment": true,
"ComplimentDetails": "sample string 24",
"IsEmergency": true,
"IsInfringement": true,
"IsNonCompliance": true,
"CommentHeaderId": 1,
"TakeonCallId": 1,
"GPSxCoordinate": "sample string 25",
"GPSyCoordinate": "sample string 26",
"WasSubscriberActive": true,
"WasVehicleActive": true,
"ResolvedBy": 1,
"EntityDocumentHeaderId": 1,
"SendNotificationInSystem": true,
"CreatedBy": 27,
"CreatedDate": "2025-12-23T16:04:46.6264004+02:00",
"ModifiedBy": 1,
"ModifiedDate": "2025-12-23T16:04:46.6264004+02:00",
"IsDeleted": true,
"ReportDir": "sample string 30",
"VehicleActiveStatus": true,
"CustomerName": "sample string 31",
"CreatedByFullName": "sample string 32",
"DriverName": "sample string 33",
"DriverSurname": "sample string 34",
"DriverIdNumber": "sample string 35",
"DriverEmployeeNumber": "sample string 36",
"CreateNewDriver": true,
"UserToken": "sample string 37",
"TotalChecked": 1
}
application/xml, text/xml
Sample:
<DR_Call_GetResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriveRisk.Midtier"> <CallDate>2025-12-23T16:04:46.6264004+02:00</CallDate> <CallId>1</CallId> <CallMonth>2025-12-23T16:04:46.6264004+02:00</CallMonth> <CallOriginId>1</CallOriginId> <CallerEmailAddress>sample string 6</CallerEmailAddress> <CallerFirstName>sample string 3</CallerFirstName> <CallerId>1</CallerId> <CallerLastName>sample string 4</CallerLastName> <CallerNumber>sample string 5</CallerNumber> <CommentHeaderId>1</CommentHeaderId> <ComplimentDetails>sample string 24</ComplimentDetails> <ConditionList>sample string 12</ConditionList> <CreateNewDriver>true</CreateNewDriver> <CreatedBy>27</CreatedBy> <CreatedByFullName>sample string 32</CreatedByFullName> <CreatedDate>2025-12-23T16:04:46.6264004+02:00</CreatedDate> <CustomerId>1</CustomerId> <CustomerName>sample string 31</CustomerName> <CustomerVehicleId>1</CustomerVehicleId> <DriverAartoScore>1</DriverAartoScore> <DriverEmployeeNumber>sample string 36</DriverEmployeeNumber> <DriverId>1</DriverId> <DriverIdNumber>sample string 35</DriverIdNumber> <DriverName>sample string 33</DriverName> <DriverRiskRating>1</DriverRiskRating> <DriverSurname>sample string 34</DriverSurname> <EntityDocumentHeaderId>1</EntityDocumentHeaderId> <EthnicGroupId>1</EthnicGroupId> <GPSxCoordinate>sample string 25</GPSxCoordinate> <GPSyCoordinate>sample string 26</GPSyCoordinate> <HasDriveReportSticker>true</HasDriveReportSticker> <ImageGuid>sample string 2</ImageGuid> <IncidentAartoScore>1</IncidentAartoScore> <IncidentDate>2025-12-23T16:04:46.6264004+02:00</IncidentDate> <IncidentDetails>sample string 8</IncidentDetails> <IncidentList>sample string 11</IncidentList> <IncidentLocation>sample string 9</IncidentLocation> <IncidentLocationOther>sample string 10</IncidentLocationOther> <IncidentMonth>2025-12-23T16:04:46.6264004+02:00</IncidentMonth> <IncidentRating>1</IncidentRating> <IsAnonymous>true</IsAnonymous> <IsAnonymousToSubscriber>true</IsAnonymousToSubscriber> <IsBadRoadConditions>true</IsBadRoadConditions> <IsCompliment>true</IsCompliment> <IsDeleted>true</IsDeleted> <IsEmailSentToCaller>true</IsEmailSentToCaller> <IsEmailSentToSubscriber>true</IsEmailSentToSubscriber> <IsEmergency>true</IsEmergency> <IsFemale>true</IsFemale> <IsHelplineNumber>true</IsHelplineNumber> <IsInfringement>true</IsInfringement> <IsMale>true</IsMale> <IsNight>true</IsNight> <IsNonCompliance>true</IsNonCompliance> <IsPassenger>true</IsPassenger> <IsPrinted>true</IsPrinted> <IsRain>true</IsRain> <IsResolved>true</IsResolved> <IsSmsSentToCaller>true</IsSmsSentToCaller> <IsSmsSentToSubscriber>true</IsSmsSentToSubscriber> <IsSmsSentToVehicle>true</IsSmsSentToVehicle> <IsSubscriberRequiredToRespond>true</IsSubscriberRequiredToRespond> <IsSubscriberResponded>true</IsSubscriberResponded> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-12-23T16:04:46.6264004+02:00</ModifiedDate> <Notes>sample string 21</Notes> <ReportDir>sample string 30</ReportDir> <ResolutionDate>2025-12-23T16:04:46.6264004+02:00</ResolutionDate> <ResolutionDetails>sample string 23</ResolutionDetails> <ResolvedBy>1</ResolvedBy> <ResponseDetails>sample string 22</ResponseDetails> <RiskRateLastCalculated>2025-12-23T16:04:46.6264004+02:00</RiskRateLastCalculated> <RiskRatingCalculated>true</RiskRatingCalculated> <RoadTypeId>1</RoadTypeId> <SendNotificationInSystem>true</SendNotificationInSystem> <SubscriberHasResponded>true</SubscriberHasResponded> <TakeonCallId>1</TakeonCallId> <TotalChecked>1</TotalChecked> <UserToken>sample string 37</UserToken> <VehicleAartoScore>1</VehicleAartoScore> <VehicleActiveStatus>true</VehicleActiveStatus> <VehicleDescription>sample string 19</VehicleDescription> <VehicleFleetMarkings>sample string 20</VehicleFleetMarkings> <VehicleFleetNumber>sample string 15</VehicleFleetNumber> <VehicleId>1</VehicleId> <VehicleMake>sample string 16</VehicleMake> <VehicleModel>sample string 17</VehicleModel> <VehicleRegistrationNumber>sample string 13</VehicleRegistrationNumber> <VehicleRegistrationNumberInDispute>true</VehicleRegistrationNumberInDispute> <VehicleRiskRating>1</VehicleRiskRating> <VehicleVinNumber>sample string 14</VehicleVinNumber> <VehicleYear>sample string 18</VehicleYear> <WasSubscriberActive>true</WasSubscriberActive> <WasVehicleActive>true</WasVehicleActive> </DR_Call_GetResult>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.