Program Listings

The following operations are available for this resource.

Http Verb Operation
Get CRM/ProgramListings/{programListingId} Get details of a program listing.
GET Method: Get, URL: CRM/ProgramListings/{programListingId} Test

Get details of a program listing.

GetAll CRM/ProgramListings?constituentId={constituentId}&includeAffiliations={includeAffiliations} Get details of all the program listings for the specified constituent id and all its visible affiliation's program listings as well. To exclude program listings of the visible affiliations pass includeAffiliations=false. To Get The primary program listings alone, pass primaryOnly=true.
GET Method: GetAll, URL: CRM/ProgramListings?constituentId={constituentId}&includeAffiliations={includeAffiliations} Test

Get details of all the program listings for the specified constituent id and all its visible affiliation's program listings as well. To exclude program listings of the visible affiliations pass includeAffiliations=false. To Get The primary program listings alone, pass primaryOnly=true.

Create CRM/ProgramListings Create a new program listing.
POST Method: Create, URL: CRM/ProgramListings Test

Create a new program listing.

Update CRM/ProgramListings/{programListingId} Update a program listing.
PUT Method: Update, URL: CRM/ProgramListings/{programListingId} Test

Update a program listing.

Delete CRM/ProgramListings/{programListingId} Delete a program listing.
DELETE Method: Delete, URL: CRM/ProgramListings/{programListingId} Test

Delete a program listing.