PUT api/UserApplication/SendEmail

Request Information

URI Parameters

None.

Body Parameters

QuoteEmailModel
NameDescriptionTypeAdditional information
ProspectId

integer

None.

ProspectQuoteId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "prospectId": 1,
  "prospectQuoteId": 1
}

application/xml, text/xml

Sample:
<QuoteEmailModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ProspectId>1</ProspectId>
  <ProspectQuoteId>1</ProspectQuoteId>
</QuoteEmailModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QuoteEmailModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.