The following operations are available for this resource.
| Http Verb | Operation | ||
|---|---|---|---|
| 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). |
|||
| GET | Method: GetAll, URL: ReferenceData/AffiliationTypes?constituentTypeId={constituentTypeId}&filter={filter}&maintenanceMode={maintenanceMode} | Test | |
| GET | Method: GetSummaries, URL: ReferenceData/AffiliationTypes/Summary | Test | |
|
Get a summary representation of all affiliation types. |
|||
| POST | Method: Create, URL: ReferenceData/AffiliationTypes | Test | |
|
Create a new affiliation type. |
|||
| PUT | Method: Update, URL: ReferenceData/AffiliationTypes/{id} | Test | |
|
Update an existing affiliation type. |
|||
| DELETE | Method: Delete, URL: ReferenceData/AffiliationTypes/{id} | Test | |
|
Delete an existing affiliation type. |
|||