GET api/email/sendemail/{email}?name={name}&address={address}&city={city}&zipcode={zipcode}&comments={comments}&pin={pin}&phone={phone}
Send Email from 911 form
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| name | string |
None. |
|
| address | string |
None. |
|
| city | string |
None. |
|
| zipcode | string |
None. |
|
| comments | string |
None. |
|
| pin | string |
None. |
|
| phone | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.