PUT api/v1/cBT_ExamBatch/{examBatchId}/examBatchId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
examBatchId | integer |
Required |
Body Parameters
CBT_ExamBatchVMName | Description | Type | Additional information |
---|---|---|---|
examBatchId | integer |
None. |
|
examBatchName | string |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "examBatchId": 1, "examBatchName": "sample string 2", "dateCreated": "2024-11-24T08:48:52.7067349-08:00", "tenantId": 1 }
application/xml, text/xml
Sample:
<CBT_ExamBatchVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <dateCreated>2024-11-24T08:48:52.7067349-08:00</dateCreated> <examBatchId>1</examBatchId> <examBatchName>sample string 2</examBatchName> <tenantId>1</tenantId> </CBT_ExamBatchVM>
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.