DELETE api/PhieuDieuTra/DeletePhieu
Request Information
URI Parameters
None.
Body Parameters
PhieuDieuTra| Name | Description | Type | Additional information |
|---|---|---|---|
| Nam | integer |
None. |
|
| Ky | byte |
None. |
|
| MaDiem | string |
None. |
|
| Username | string |
None. |
|
| Status | byte |
None. |
|
| MaTinh | string |
None. |
|
| MaKhuVuc | string |
None. |
|
| KinhDo | decimal number |
None. |
|
| ViDo | decimal number |
None. |
|
| ThoiGianBatDau | date |
None. |
|
| ThoiGianKetThuc | date |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ApprovedDate | date |
None. |
|
| ApprovedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nam": 1,
"ky": 64,
"maDiem": "sample string 3",
"username": "sample string 4",
"status": 64,
"maTinh": "sample string 5",
"maKhuVuc": "sample string 6",
"kinhDo": 1.1,
"viDo": 1.1,
"thoiGianBatDau": "2025-10-27T11:01:43.6145814+07:00",
"thoiGianKetThuc": "2025-10-27T11:01:43.6145814+07:00",
"createdDate": "2025-10-27T11:01:43.6145814+07:00",
"createdBy": "sample string 7",
"modifiedDate": "2025-10-27T11:01:43.6145814+07:00",
"modifiedBy": "sample string 8",
"approvedDate": "2025-10-27T11:01:43.6145814+07:00",
"approvedBy": "sample string 9"
}
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. |