Affiliation Types

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/AffiliationTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of an affiliation type by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/AffiliationTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of an affiliation type by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/AffiliationTypes?constituentTypeId={constituentTypeId}&filter={filter}&maintenanceMode={maintenanceMode}
GET Method: GetAll, URL: ReferenceData/AffiliationTypes?constituentTypeId={constituentTypeId}&filter={filter}&maintenanceMode={maintenanceMode} Test
GetSummaries ReferenceData/AffiliationTypes/Summary Get a summary representation of all affiliation types.
GET Method: GetSummaries, URL: ReferenceData/AffiliationTypes/Summary Test

Get a summary representation of all affiliation types.

Create ReferenceData/AffiliationTypes Create a new affiliation type.
POST Method: Create, URL: ReferenceData/AffiliationTypes Test

Create a new affiliation type.

Update ReferenceData/AffiliationTypes/{id} Update an existing affiliation type.
PUT Method: Update, URL: ReferenceData/AffiliationTypes/{id} Test

Update an existing affiliation type.

Delete ReferenceData/AffiliationTypes/{id} Delete an existing affiliation type.
DELETE Method: Delete, URL: ReferenceData/AffiliationTypes/{id} Test

Delete an existing affiliation type.