POST v1/Rate?ratingTaxa={ratingTaxa}&effectiveDate={effectiveDate}&ratingValidation={ratingValidation}

Rate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ratingTaxa

string

Required

effectiveDate

anticipated effective date / rate guarantee date

date

Required

ratingValidation

if true, rating will halt if there are rate edits. Otherwise, rating will continue. Critical rating errors ignore this setting.

boolean

Default value is False

Body Parameters

product data to call rating with

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.