Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Lists/{listId}/Results |
URI Parameters
|
Request BodyRequest object type : OutputResultRequest
|
{
"OutputSetId": 1,
"MailingDateTime": "2025-04-24T04:50:27.8000447-07:00",
"AddressPurposeId": 1,
"UseLabelAddress": true,
"SalutationTypeId": 1,
"ElectronicAddressTypeId": 1,
"ElectronicAddressPurposeId": 1,
"EMarketingIndicator": true,
"MembershipOrganizationId": 1,
"SearchText": "sample string 1",
"SortBy": "sample string 2",
"Page": 1,
"PageSize": 1,
"DisableListGenerate": true,
"FormatDate": true
}
<OutputResultRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AddressPurposeId>1</AddressPurposeId>
<DisableListGenerate>true</DisableListGenerate>
<EMarketingIndicator>true</EMarketingIndicator>
<ElectronicAddressPurposeId>1</ElectronicAddressPurposeId>
<ElectronicAddressTypeId>1</ElectronicAddressTypeId>
<FormatDate>true</FormatDate>
<MailingDateTime>2025-04-24T04:50:27.8000447-07:00</MailingDateTime>
<MembershipOrganizationId>1</MembershipOrganizationId>
<OutputSetId>1</OutputSetId>
<Page>1</Page>
<PageSize>1</PageSize>
<SalutationTypeId>1</SalutationTypeId>
<SearchText>sample string 1</SearchText>
<SortBy>sample string 2</SortBy>
<UseLabelAddress>true</UseLabelAddress>
</OutputResultRequest>
Response object type : HttpResponseMessage
Response object type HttpResponseMessage has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Content | HttpContent | ||||
Headers | Collection of Object | ||||
IsSuccessStatusCode | boolean | ||||
ReasonPhrase | string | ||||
RequestMessage | HttpRequestMessage | ||||
StatusCode | HttpStatusCode | ||||
Version | Version |
No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Property Added | 15.0.0 | FormatDate has been added to OutputResultRequest | OutputResultRequest | OutputResultRequest.FormatDate |