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": "25c353f2-847a-47f2-9dad-b84d01e96225",
"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": "ef65d965-ca93-4862-a675-8b94f3de4ac9",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3",
"PhanLoai": 1
}