PUT api/QuanLyKyDieuTra
Request Information
URI Parameters
None.
Body Parameters
QuanLyKyDieuTra| Name | Description | Type | Additional information |
|---|---|---|---|
| Nam | integer |
None. |
|
| Ky | byte |
None. |
|
| MaTinh | string |
None. |
|
| Status | byte |
None. |
|
| TinhtrangCNML | byte |
None. |
|
| NgayBatDau1 | date |
None. |
|
| NgayKetThuc1 | date |
None. |
|
| NgayBatDau2 | date |
None. |
|
| NgayKetThuc2 | date |
None. |
|
| NgayBatDau3 | date |
None. |
|
| NgayKetThuc3 | date |
None. |
|
| NgayBatDau4 | date |
None. |
|
| NgayKetThuc4 | date |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nam": 1,
"ky": 64,
"maTinh": "sample string 3",
"status": 64,
"tinhtrangCNML": 64,
"ngayBatDau1": "2025-10-27T10:53:08.8940788+07:00",
"ngayKetThuc1": "2025-10-27T10:53:08.8940788+07:00",
"ngayBatDau2": "2025-10-27T10:53:08.8940788+07:00",
"ngayKetThuc2": "2025-10-27T10:53:08.8940788+07:00",
"ngayBatDau3": "2025-10-27T10:53:08.8940788+07:00",
"ngayKetThuc3": "2025-10-27T10:53:08.8940788+07:00",
"ngayBatDau4": "2025-10-27T10:53:08.8940788+07:00",
"ngayKetThuc4": "2025-10-27T10:53:08.8940788+07:00",
"createdDate": "2025-10-27T10:53:08.8940788+07:00",
"createdBy": "sample string 7",
"modifiedDate": "2025-10-27T10:53:08.8940788+07:00",
"modifiedBy": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |