POST api/FleetOnlineRenewal

Request Information

URI Parameters

None.

Body Parameters

AcceptRenewalDto
NameDescriptionTypeAdditional information
QuoteId

integer

None.

PaymentReference

string

None.

Request Formats

application/json, text/json

Sample:
{
  "QuoteId": 1,
  "PaymentReference": "sample string 2"
}

application/xml, text/xml

Sample:
<AcceptRenewalDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheAA.Bcas.Dto.Renewal">
  <PaymentReference>sample string 2</PaymentReference>
  <QuoteId>1</QuoteId>
</AcceptRenewalDto>

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.