POST api/SmsTemplate/Export

Request Information

URI Parameters

None.

Body Parameters

PaymentListCriteria
NameDescriptionTypeAdditional information
PaymentSponsorId

integer

None.

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:
{
  "PaymentSponsorId": 1,
  "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": "2024-11-26T17:50:08.4954569+02:00",
  "MonthStartDate": "2024-11-26T17:50:08.4954569+02:00",
  "MonthEndDate": "2024-11-26T17:50:08.4954569+02:00",
  "EndDate": "2024-11-26T17:50:08.4954569+02:00",
  "Date": "2024-11-26T17:50:08.4954569+02:00",
  "CreatedStartDate": "2024-11-26T17:50:08.4954569+02:00",
  "CreatedEndDate": "2024-11-26T17:50:08.4954569+02:00",
  "FromInvoiceDate": "2024-11-26T17:50:08.4954569+02:00",
  "ForDate": "2024-11-26T17:50:08.4954569+02:00",
  "IsTest": true,
  "MeetingTypeId": 1,
  "MailerStatusId": 1
}

application/xml, text/xml

Sample:
<PaymentListCriteria 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>2024-11-26T17:50:08.4954569+02:00</CreatedEndDate>
  <CreatedStartDate>2024-11-26T17:50:08.4954569+02:00</CreatedStartDate>
  <Date>2024-11-26T17:50:08.4954569+02:00</Date>
  <EndDate>2024-11-26T17:50:08.4954569+02:00</EndDate>
  <ForDate>2024-11-26T17:50:08.4954569+02:00</ForDate>
  <FromInvoiceDate>2024-11-26T17:50:08.4954569+02:00</FromInvoiceDate>
  <IsTest>true</IsTest>
  <MailerStatusId>1</MailerStatusId>
  <MeetingTypeId>1</MeetingTypeId>
  <MembershipNumber>1</MembershipNumber>
  <MonthEndDate>2024-11-26T17:50:08.4954569+02:00</MonthEndDate>
  <MonthStartDate>2024-11-26T17:50:08.4954569+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>2024-11-26T17:50:08.4954569+02:00</StartDate>
  <PaymentSponsorId>1</PaymentSponsorId>
</PaymentListCriteria>

multipart/form-data

Sample:
<PaymentListCriteria 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>2024-11-26T17:50:08.4954569+02:00</CreatedEndDate><CreatedStartDate>2024-11-26T17:50:08.4954569+02:00</CreatedStartDate><Date>2024-11-26T17:50:08.4954569+02:00</Date><EndDate>2024-11-26T17:50:08.4954569+02:00</EndDate><ForDate>2024-11-26T17:50:08.4954569+02:00</ForDate><FromInvoiceDate>2024-11-26T17:50:08.4954569+02:00</FromInvoiceDate><IsTest>true</IsTest><MailerStatusId>1</MailerStatusId><MeetingTypeId>1</MeetingTypeId><MembershipNumber>1</MembershipNumber><MonthEndDate>2024-11-26T17:50:08.4954569+02:00</MonthEndDate><MonthStartDate>2024-11-26T17:50:08.4954569+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>2024-11-26T17:50:08.4954569+02:00</StartDate><PaymentSponsorId>1</PaymentSponsorId></PaymentListCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.