DELETE api/DM_KhoanMucPhi/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DM_KhoanMucPhi| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| STT | integer |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
|
| PhanLoai | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "10a5b52b-ce8e-4a98-8c78-d9ff2f2dc7b1",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3",
"PhanLoai": 1
}