POST api/Brokers/Email?page={page}&pageSize={pageSize}&orderBy={orderBy}&ascending={ascending}&searchTerm={searchTerm}&selectedLetter={selectedLetter}&group={group}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| pageSize | integer |
Default value is 10 |
|
| orderBy | string |
Default value is Id |
|
| ascending | boolean |
Default value is False |
|
| searchTerm | string |
Default value is |
|
| selectedLetter | string |
Default value is |
|
| group | integer |
Default value is 0 |
Body Parameters
EmailTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<EmailTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers"> <Message>sample string 2</Message> <Title>sample string 1</Title> </EmailTemplate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.