Hold Code Categories

Hold code category has no defined purpose in Tessitura but can be used for custom purposes and reporting.

Http Verb Operation
Get ReferenceData/HoldCodeCategories/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of a Hold Code Category by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores 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/HoldCodeCategories/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

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

GetAll ReferenceData/HoldCodeCategories?filter={filter}&maintenanceMode={maintenanceMode} Get all Hold Code Categories. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores 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/HoldCodeCategories?filter={filter}&maintenanceMode={maintenanceMode} Test

Get all Hold Code Categories. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetSummaries ReferenceData/HoldCodeCategories/Summary Get a summary representation of all Hold Code Categories.
GET Method: GetSummaries, URL: ReferenceData/HoldCodeCategories/Summary Test

Get a summary representation of all Hold Code Categories.

Create ReferenceData/HoldCodeCategories Create a new Hold Code Category.
POST Method: Create, URL: ReferenceData/HoldCodeCategories Test

Create a new Hold Code Category.

Update ReferenceData/HoldCodeCategories/{id} Update an existing Hold Code Category.
PUT Method: Update, URL: ReferenceData/HoldCodeCategories/{id} Test

Update an existing Hold Code Category.

Delete ReferenceData/HoldCodeCategories/{id} Delete an existing Hold Code Category.
DELETE Method: Delete, URL: ReferenceData/HoldCodeCategories/{id} Test

Delete an existing Hold Code Category.