PUT api/v1/cBT_QuestionCategory/{questionCategoryId}/questionCategoryId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| questionCategoryId | integer |
Required |
Body Parameters
CBT_QuestionCategoryVM| Name | Description | Type | Additional information |
|---|---|---|---|
| questionCategoryId | integer |
None. |
|
| questionCategoryName | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"questionCategoryId": 1,
"questionCategoryName": "sample string 2",
"dateCreated": "2025-11-03T12:05:34.6463961-08:00",
"tenantId": 1
}
application/xml, text/xml
Sample:
<CBT_QuestionCategoryVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <dateCreated>2025-11-03T12:05:34.6463961-08:00</dateCreated> <questionCategoryId>1</questionCategoryId> <questionCategoryName>sample string 2</questionCategoryName> <tenantId>1</tenantId> </CBT_QuestionCategoryVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.