| Http Verb | POST |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/CRM/ProgramListings |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : ProgramListing
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"Id": 1,
"CreatedDateTime": "2025-10-28T10:01:20.5710442-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-10-28T10:01:20.5710442-07:00",
"UpdatedBy": "sample string 3",
"Constituent": {
"Id": 1
},
"DonationLevel": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
"ProgramType": {
"Description": "sample string 1",
"Id": 1
},
"ProgramName": "sample string 4",
"SortName": "sample string 5",
"EditIndicator": true
}
<ProgramListing xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Constituent>
<Id>1</Id>
</Constituent>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-10-28T10:01:20.5710442-07:00</CreatedDateTime>
<DonationLevel>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</DonationLevel>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<ProgramName>sample string 4</ProgramName>
<ProgramType>
<Description>sample string 1</Description>
<Id>1</Id>
</ProgramType>
<SortName>sample string 5</SortName>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:01:20.5710442-07:00</UpdatedDateTime>
</ProgramListing>
Response object type : ProgramListing
| Response object type ProgramListing has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| Constituent | Entity | Y | |||
| FK: T_CUSTOMER.customer_no   Resource: Constituents | |||||
| CreatedBy | string | N | Auto-assigned | ||
| CreatedDateTime | date | N | Auto-assigned | ||
| CreateLocation | string | N | Auto-assigned | ||
| DonationLevel | DonationLevelSummary | N | |||
| FK: TR_DONATION_LEVEL.id   Resource: DonationLevels | |||||
| EditIndicator | boolean | ||||
| Id | integer | N | Auto-assigned | ||
| ProgramName | string | 70 | N | ||
| ProgramType | ProgramType | Y | |||
| FK: T_PROGRAM.program_no   Resource: Programs | |||||
| SortName | string | 55 | N | ||
| UpdatedBy | string | N | Auto-assigned | ||
| UpdatedDateTime | date | N | Auto-assigned | ||
{
"Id": 1,
"CreatedDateTime": "2025-10-28T10:01:20.5866688-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-10-28T10:01:20.5866688-07:00",
"UpdatedBy": "sample string 3",
"Constituent": {
"Id": 1
},
"DonationLevel": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
"ProgramType": {
"Description": "sample string 1",
"Id": 1
},
"ProgramName": "sample string 4",
"SortName": "sample string 5",
"EditIndicator": true
}
<ProgramListing xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Constituent>
<Id>1</Id>
</Constituent>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-10-28T10:01:20.5866688-07:00</CreatedDateTime>
<DonationLevel>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</DonationLevel>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<ProgramName>sample string 4</ProgramName>
<ProgramType>
<Description>sample string 1</Description>
<Id>1</Id>
</ProgramType>
<SortName>sample string 5</SortName>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:01:20.5866688-07:00</UpdatedDateTime>
</ProgramListing>
No entries in change log for this operation.