POST api/v1/drivingscore/renewal/calculate
Request Information
URI Parameters
None.
Body Parameters
RenewalScoreRequestName | Description | Type | Additional information |
---|---|---|---|
VINNo | string |
Required String length: inclusive between 0 and 50 |
|
PolicyNo | string |
Required String length: inclusive between 0 and 128 |
|
PolicyFrom | string |
Required |
|
PolicyTo | string |
Required |
|
PolicyYear | integer |
Required |
|
InsuranceCompanyCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "VINNo": "sample string 1", "PolicyNo": "sample string 2", "PolicyFrom": "sample string 3", "PolicyTo": "sample string 4", "PolicyYear": 1, "InsuranceCompanyCode": "sample string 5" }
application/xml, text/xml
Sample:
<RenewalScoreRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LDCM.MyServices.Models"> <InsuranceCompanyCode>sample string 5</InsuranceCompanyCode> <PolicyFrom>sample string 3</PolicyFrom> <PolicyNo>sample string 2</PolicyNo> <PolicyTo>sample string 4</PolicyTo> <PolicyYear>1</PolicyYear> <VINNo>sample string 1</VINNo> </RenewalScoreRequest>
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.