POST api/Invoice/GetInvoices
Request Information
URI Parameters
None.
Body Parameters
InvoiceRunCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | integer |
None. |
|
| Year | 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:
{
"Month": 1,
"Year": 2,
"AuthToken": "sample string 3",
"Search": "sample string 4",
"Page": 1,
"PageSize": 1,
"SortDirection": "sample string 5",
"SortExpression": "sample string 6",
"SelectedRecordId": 1,
"PaymentReference": "sample string 7",
"MembershipNumber": 1,
"StartDate": "2026-02-04T04:17:55.5880319+02:00",
"MonthStartDate": "2026-02-04T04:17:55.5880319+02:00",
"MonthEndDate": "2026-02-04T04:17:55.5880319+02:00",
"EndDate": "2026-02-04T04:17:55.5880319+02:00",
"Date": "2026-02-04T04:17:55.5880319+02:00",
"CreatedStartDate": "2026-02-04T04:17:55.5880319+02:00",
"CreatedEndDate": "2026-02-04T04:17:55.5880319+02:00",
"FromInvoiceDate": "2026-02-04T04:17:55.5880319+02:00",
"ForDate": "2026-02-04T04:17:55.5880319+02:00",
"IsTest": true,
"MeetingTypeId": 1,
"MailerStatusId": 1
}
application/xml, text/xml
Sample:
<InvoiceRunCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Midtier2.Criteria"> <AuthToken>sample string 3</AuthToken> <CreatedEndDate>2026-02-04T04:17:55.5880319+02:00</CreatedEndDate> <CreatedStartDate>2026-02-04T04:17:55.5880319+02:00</CreatedStartDate> <Date>2026-02-04T04:17:55.5880319+02:00</Date> <EndDate>2026-02-04T04:17:55.5880319+02:00</EndDate> <ForDate>2026-02-04T04:17:55.5880319+02:00</ForDate> <FromInvoiceDate>2026-02-04T04:17:55.5880319+02:00</FromInvoiceDate> <IsTest>true</IsTest> <MailerStatusId>1</MailerStatusId> <MeetingTypeId>1</MeetingTypeId> <MembershipNumber>1</MembershipNumber> <MonthEndDate>2026-02-04T04:17:55.5880319+02:00</MonthEndDate> <MonthStartDate>2026-02-04T04:17:55.5880319+02:00</MonthStartDate> <Page>1</Page> <PageSize>1</PageSize> <PaymentReference>sample string 7</PaymentReference> <Search>sample string 4</Search> <SelectedRecordId>1</SelectedRecordId> <SortDirection>sample string 5</SortDirection> <SortExpression>sample string 6</SortExpression> <StartDate>2026-02-04T04:17:55.5880319+02:00</StartDate> <Month>1</Month> <Year>2</Year> </InvoiceRunCriteria>
multipart/form-data
Sample:
<InvoiceRunCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Midtier2.Criteria"><AuthToken>sample string 3</AuthToken><CreatedEndDate>2026-02-04T04:17:55.5880319+02:00</CreatedEndDate><CreatedStartDate>2026-02-04T04:17:55.5880319+02:00</CreatedStartDate><Date>2026-02-04T04:17:55.5880319+02:00</Date><EndDate>2026-02-04T04:17:55.5880319+02:00</EndDate><ForDate>2026-02-04T04:17:55.5880319+02:00</ForDate><FromInvoiceDate>2026-02-04T04:17:55.5880319+02:00</FromInvoiceDate><IsTest>true</IsTest><MailerStatusId>1</MailerStatusId><MeetingTypeId>1</MeetingTypeId><MembershipNumber>1</MembershipNumber><MonthEndDate>2026-02-04T04:17:55.5880319+02:00</MonthEndDate><MonthStartDate>2026-02-04T04:17:55.5880319+02:00</MonthStartDate><Page>1</Page><PageSize>1</PageSize><PaymentReference>sample string 7</PaymentReference><Search>sample string 4</Search><SelectedRecordId>1</SelectedRecordId><SortDirection>sample string 5</SortDirection><SortExpression>sample string 6</SortExpression><StartDate>2026-02-04T04:17:55.5880319+02:00</StartDate><Month>1</Month><Year>2</Year></InvoiceRunCriteria>
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.