POST api/ManufacturerRenewals/GetPrice

Request Information

URI Parameters

None.

Body Parameters

TemplateDto
NameDescriptionTypeAdditional information
TemplateId

integer

None.

EffectiveDate

date

None.

NumberOfItems

integer

None.

PromotionCode

string

None.

TermMonths

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TemplateId": 1,
  "EffectiveDate": "2025-01-09T16:00:28.714137+00:00",
  "NumberOfItems": 3,
  "PromotionCode": "sample string 4",
  "TermMonths": 5
}

application/xml, text/xml

Sample:
<TemplateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheAA.Bcas.Dto">
  <EffectiveDate>2025-01-09T16:00:28.714137+00:00</EffectiveDate>
  <NumberOfItems>3</NumberOfItems>
  <PromotionCode>sample string 4</PromotionCode>
  <TemplateId>1</TemplateId>
  <TermMonths>5</TermMonths>
</TemplateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>