POST api/send-alert-email
Request Information
URI Parameters
None.
Body Parameters
Registrations| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId | integer |
None. |
|
| Name | string |
None. |
|
| title | string |
None. |
|
| Title | string |
None. |
|
| string |
None. |
||
| PdfBase64 | string |
None. |
|
| CompanyName | string |
None. |
|
| Phone | string |
None. |
|
| Organization | string |
None. |
|
| JobTitle | string |
None. |
|
| category | string |
None. |
|
| interestedIn | string |
None. |
|
| Number | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| Type | string |
None. |
|
| State | string |
None. |
|
| InterestedIn | string |
None. |
|
| Category | string |
None. |
|
| Participants | string |
None. |
|
| Zip | string |
None. |
|
| Country | string |
None. |
|
| Amount | decimal number |
None. |
|
| CreatedOn | date |
None. |
|
| DiscountId | integer |
None. |
|
| DiscountCoupon | string |
None. |
|
| PaymentNumber | string |
None. |
|
| Percentage | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| name | string |
None. |
|
| string |
None. |
||
| phone | string |
None. |
|
| message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RegistrationId": 1,
"Name": "sample string 1",
"title": "sample string 2",
"Title": "sample string 3",
"Email": "sample string 4",
"PdfBase64": "sample string 5",
"CompanyName": "sample string 6",
"Phone": "sample string 7",
"Organization": "sample string 8",
"JobTitle": "sample string 9",
"category": "sample string 10",
"interestedIn": "sample string 11",
"Number": "sample string 12",
"Address": "sample string 13",
"City": "sample string 14",
"Type": "sample string 15",
"State": "sample string 16",
"InterestedIn": "sample string 17",
"Category": "sample string 18",
"Participants": "sample string 19",
"Zip": "sample string 20",
"Country": "sample string 21",
"Amount": 1.0,
"CreatedOn": "2026-02-10T15:42:36.4435137+00:00",
"DiscountId": 1,
"DiscountCoupon": "sample string 22",
"PaymentNumber": "sample string 23",
"Percentage": "sample string 24",
"IsDeleted": true,
"IsActive": true,
"name": "sample string 25",
"email": "sample string 26",
"phone": "sample string 27",
"message": "sample string 28"
}
application/xml, text/xml
Sample:
<Registrations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomViewModel.Registrations"> <Address>sample string 13</Address> <Amount>1</Amount> <Category>sample string 18</Category> <City>sample string 14</City> <CompanyName>sample string 6</CompanyName> <Country>sample string 21</Country> <CreatedOn>2026-02-10T15:42:36.4435137+00:00</CreatedOn> <DiscountCoupon>sample string 22</DiscountCoupon> <DiscountId>1</DiscountId> <Email>sample string 4</Email> <InterestedIn>sample string 17</InterestedIn> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <JobTitle>sample string 9</JobTitle> <Name>sample string 1</Name> <Number>sample string 12</Number> <Organization>sample string 8</Organization> <Participants>sample string 19</Participants> <PaymentNumber>sample string 23</PaymentNumber> <PdfBase64>sample string 5</PdfBase64> <Percentage>sample string 24</Percentage> <Phone>sample string 7</Phone> <RegistrationId>1</RegistrationId> <State>sample string 16</State> <Title>sample string 3</Title> <Type>sample string 15</Type> <Zip>sample string 20</Zip> <category>sample string 10</category> <email>sample string 26</email> <interestedIn>sample string 11</interestedIn> <message>sample string 28</message> <name>sample string 25</name> <phone>sample string 27</phone> <title>sample string 2</title> </Registrations>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |