POST api/centralmailercampaigns/select
Retrieves a list of campaigns that match the given criteria.
Request Information
URI Parameters
None.
Body Parameters
The criteria model to filter campaigns by.
PayCampaignFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| SearchQuery | string |
None. |
|
| IsTemporary | boolean |
None. |
|
| Completed | boolean |
None. |
|
| OrderStatus | string |
None. |
|
| UserJourney | string |
None. |
|
| CreationDateStartUtc | date |
None. |
|
| CreationDateEndUtc | date |
None. |
|
| ModifiedDateStartUtc | date |
None. |
|
| ModifiedDateEndUtc | date |
None. |
|
| PaymentDateStartUtc | date |
None. |
|
| PaymentDateEndUtc | date |
None. |
|
| SupplierIds | Collection of globally unique identifier |
None. |
|
| VoucherId | integer |
None. |
|
| OrganisationId | globally unique identifier |
None. |
|
| CentralMailerCampaignId | globally unique identifier |
None. |
|
| OrgIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "510e5d4b-12e0-4734-abae-479f4a6808f9",
"Name": "sample string 1",
"TenantId": "cc344688-d151-4b5b-8ad5-75b819d82ac9",
"UserId": "165c0baf-77a0-48e9-bb65-a3f0e60e48a7",
"SearchQuery": "sample string 2",
"IsTemporary": true,
"Completed": true,
"OrderStatus": "sample string 3",
"UserJourney": "sample string 4",
"CreationDateStartUtc": "2026-07-04T14:07:29.1685333+00:00",
"CreationDateEndUtc": "2026-07-04T14:07:29.1685333+00:00",
"ModifiedDateStartUtc": "2026-07-04T14:07:29.1685333+00:00",
"ModifiedDateEndUtc": "2026-07-04T14:07:29.1685333+00:00",
"PaymentDateStartUtc": "2026-07-04T14:07:29.1685333+00:00",
"PaymentDateEndUtc": "2026-07-04T14:07:29.1685333+00:00",
"SupplierIds": [
"5abc5cf8-2681-40a7-b65b-b70fcb792abd",
"c749af16-15de-4cf0-bbc6-a72041ddea16"
],
"VoucherId": 1,
"OrganisationId": "057caf46-98e5-4a03-a649-b105671e1697",
"CentralMailerCampaignId": "3f0039df-428e-48fd-b82b-f82cb5df658d",
"OrgIds": [
"eff887f3-7332-4724-9321-e99d4ee92199",
"81d82f5a-fd68-4ccc-8b4d-fec53376a347"
]
}
application/xml, text/xml
Sample:
<PayCampaignFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Pay.Models.FilterCriteria">
<CentralMailerCampaignId>3f0039df-428e-48fd-b82b-f82cb5df658d</CentralMailerCampaignId>
<Completed>true</Completed>
<CreationDateEndUtc>2026-07-04T14:07:29.1685333+00:00</CreationDateEndUtc>
<CreationDateStartUtc>2026-07-04T14:07:29.1685333+00:00</CreationDateStartUtc>
<Id>510e5d4b-12e0-4734-abae-479f4a6808f9</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateEndUtc>2026-07-04T14:07:29.1685333+00:00</ModifiedDateEndUtc>
<ModifiedDateStartUtc>2026-07-04T14:07:29.1685333+00:00</ModifiedDateStartUtc>
<Name>sample string 1</Name>
<OrderStatus>sample string 3</OrderStatus>
<OrgIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>eff887f3-7332-4724-9321-e99d4ee92199</d2p1:guid>
<d2p1:guid>81d82f5a-fd68-4ccc-8b4d-fec53376a347</d2p1:guid>
</OrgIds>
<OrganisationId>057caf46-98e5-4a03-a649-b105671e1697</OrganisationId>
<PaymentDateEndUtc>2026-07-04T14:07:29.1685333+00:00</PaymentDateEndUtc>
<PaymentDateStartUtc>2026-07-04T14:07:29.1685333+00:00</PaymentDateStartUtc>
<SearchQuery>sample string 2</SearchQuery>
<SupplierIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5abc5cf8-2681-40a7-b65b-b70fcb792abd</d2p1:guid>
<d2p1:guid>c749af16-15de-4cf0-bbc6-a72041ddea16</d2p1:guid>
</SupplierIds>
<TenantId>cc344688-d151-4b5b-8ad5-75b819d82ac9</TenantId>
<UserId>165c0baf-77a0-48e9-bb65-a3f0e60e48a7</UserId>
<UserJourney>sample string 4</UserJourney>
<VoucherId>1</VoucherId>
</PayCampaignFilterCriteria>
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.