PUT api/UserApplication/SendEmail
Request Information
URI Parameters
None.
Body Parameters
QuoteEmailModelName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.