POST api/DM_KhoanMucPhi
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "2ea844ff-f1b1-4e59-9cc3-47cd5e996f1d",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3",
"PhanLoai": 1
}
application/x-www-form-urlencoded
Sample:
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": "33ed55d4-cb76-4f33-850b-568bd6c71523",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3",
"PhanLoai": 1
}