POST api/SmsTemplate/LoadTemplateList
Request Information
URI Parameters
None.
Body Parameters
ListCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthToken | string |
None. |
|
| Search | string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortDirection | string |
None. |
|
| SortExpression | string |
None. |
|
| SelectedRecordId | integer |
None. |
|
| PaymentReference | string |
None. |
|
| MembershipNumber | integer |
None. |
|
| StartDate | date |
None. |
|
| MonthStartDate | date |
None. |
|
| MonthEndDate | date |
None. |
|
| EndDate | date |
None. |
|
| Date | date |
None. |
|
| CreatedStartDate | date |
None. |
|
| CreatedEndDate | date |
None. |
|
| FromInvoiceDate | date |
None. |
|
| ForDate | date |
None. |
|
| IsTest | boolean |
None. |
|
| MeetingTypeId | integer |
None. |
|
| MailerStatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthToken": "sample string 1",
"Search": "sample string 2",
"Page": 1,
"PageSize": 1,
"SortDirection": "sample string 3",
"SortExpression": "sample string 4",
"SelectedRecordId": 1,
"PaymentReference": "sample string 5",
"MembershipNumber": 1,
"StartDate": "2026-02-04T04:18:42.1434633+02:00",
"MonthStartDate": "2026-02-04T04:18:42.1434633+02:00",
"MonthEndDate": "2026-02-04T04:18:42.1434633+02:00",
"EndDate": "2026-02-04T04:18:42.1434633+02:00",
"Date": "2026-02-04T04:18:42.1434633+02:00",
"CreatedStartDate": "2026-02-04T04:18:42.1434633+02:00",
"CreatedEndDate": "2026-02-04T04:18:42.1434633+02:00",
"FromInvoiceDate": "2026-02-04T04:18:42.1434633+02:00",
"ForDate": "2026-02-04T04:18:42.1434633+02:00",
"IsTest": true,
"MeetingTypeId": 1,
"MailerStatusId": 1
}
application/xml, text/xml
Sample:
<ListCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Midtier2.Criteria"> <AuthToken>sample string 1</AuthToken> <CreatedEndDate>2026-02-04T04:18:42.1434633+02:00</CreatedEndDate> <CreatedStartDate>2026-02-04T04:18:42.1434633+02:00</CreatedStartDate> <Date>2026-02-04T04:18:42.1434633+02:00</Date> <EndDate>2026-02-04T04:18:42.1434633+02:00</EndDate> <ForDate>2026-02-04T04:18:42.1434633+02:00</ForDate> <FromInvoiceDate>2026-02-04T04:18:42.1434633+02:00</FromInvoiceDate> <IsTest>true</IsTest> <MailerStatusId>1</MailerStatusId> <MeetingTypeId>1</MeetingTypeId> <MembershipNumber>1</MembershipNumber> <MonthEndDate>2026-02-04T04:18:42.1434633+02:00</MonthEndDate> <MonthStartDate>2026-02-04T04:18:42.1434633+02:00</MonthStartDate> <Page>1</Page> <PageSize>1</PageSize> <PaymentReference>sample string 5</PaymentReference> <Search>sample string 2</Search> <SelectedRecordId>1</SelectedRecordId> <SortDirection>sample string 3</SortDirection> <SortExpression>sample string 4</SortExpression> <StartDate>2026-02-04T04:18:42.1434633+02:00</StartDate> </ListCriteria>
multipart/form-data
Sample:
<ListCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Midtier2.Criteria"><AuthToken>sample string 1</AuthToken><CreatedEndDate>2026-02-04T04:18:42.1434633+02:00</CreatedEndDate><CreatedStartDate>2026-02-04T04:18:42.1434633+02:00</CreatedStartDate><Date>2026-02-04T04:18:42.1434633+02:00</Date><EndDate>2026-02-04T04:18:42.1434633+02:00</EndDate><ForDate>2026-02-04T04:18:42.1434633+02:00</ForDate><FromInvoiceDate>2026-02-04T04:18:42.1434633+02:00</FromInvoiceDate><IsTest>true</IsTest><MailerStatusId>1</MailerStatusId><MeetingTypeId>1</MeetingTypeId><MembershipNumber>1</MembershipNumber><MonthEndDate>2026-02-04T04:18:42.1434633+02:00</MonthEndDate><MonthStartDate>2026-02-04T04:18:42.1434633+02:00</MonthStartDate><Page>1</Page><PageSize>1</PageSize><PaymentReference>sample string 5</PaymentReference><Search>sample string 2</Search><SelectedRecordId>1</SelectedRecordId><SortDirection>sample string 3</SortDirection><SortExpression>sample string 4</SortExpression><StartDate>2026-02-04T04:18:42.1434633+02:00</StartDate></ListCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.