POST api/v1/drivingscore/monthly
Request Information
URI Parameters
None.
Body Parameters
DrivingScoreMonthlyRequestName | Description | Type | Additional information |
---|---|---|---|
VinNo | string |
Required |
|
StartDT | string |
Required |
|
EndDT | string |
Required |
|
MonthlyScore | integer |
None. |
|
Mileage | integer |
None. |
|
StarMarksAcc | integer |
None. |
|
StarMarksBra | integer |
None. |
|
StarMarksCor | integer |
None. |
|
TotalDriveTime | integer |
Required |
|
Month | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "VinNo": "sample string 1", "StartDT": "sample string 2", "EndDT": "sample string 3", "MonthlyScore": 1, "Mileage": 1, "StarMarksAcc": 1, "StarMarksBra": 1, "StarMarksCor": 1, "TotalDriveTime": 1, "Month": "sample string 4" }
application/xml, text/xml
Sample:
<DrivingScoreMonthlyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LDCM.MyServices.Models"> <DisplayMonth>sample string 4</DisplayMonth> <EndDate>sample string 3</EndDate> <Mileage>1</Mileage> <Score>1</Score> <StarMarkAccelerator>1</StarMarkAccelerator> <StarMarkBrake>1</StarMarkBrake> <StarMarkCornering>1</StarMarkCornering> <StartDate>sample string 2</StartDate> <TotalDriveTime>1</TotalDriveTime> <Vin>sample string 1</Vin> </DrivingScoreMonthlyRequest>
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.