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": "c30b5864-aed4-4e02-b4a0-e647d3cc7718",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3",
"PhanLoai": 1
}