Hold code category has no defined purpose in Tessitura but can be used for custom purposes and reporting.
Http Verb | Operation | ||
---|---|---|---|
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). |
|||
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). |
|||
GET | Method: GetSummaries, URL: ReferenceData/HoldCodeCategories/Summary | Test | |
Get a summary representation of all Hold Code Categories. |
|||
POST | Method: Create, URL: ReferenceData/HoldCodeCategories | Test | |
Create a new Hold Code Category. |
|||
PUT | Method: Update, URL: ReferenceData/HoldCodeCategories/{id} | Test | |
Update an existing Hold Code Category. |
|||
DELETE | Method: Delete, URL: ReferenceData/HoldCodeCategories/{id} | Test | |
Delete an existing Hold Code Category. |