PUT api/DmKhuVuc
Request Information
URI Parameters
None.
Body Parameters
DmKhuVuc| Name | Description | Type | Additional information |
|---|---|---|---|
| MaKhuVuc | string |
None. |
|
| TenKhuVuc | string |
None. |
|
| TT | integer |
None. |
|
| MaTinh | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"maKhuVuc": "sample string 1",
"tenKhuVuc": "sample string 2",
"tt": 1,
"maTinh": "sample string 3",
"createdDate": "2025-10-27T11:01:44.1809003+07:00",
"createdBy": "sample string 4",
"modifiedDate": "2025-10-27T11:01:44.1809003+07:00",
"modifiedBy": "sample string 5"
}
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. |