POST api/DM_ChanDoan
Request Information
URI Parameters
None.
Body Parameters
DM_ChanDoan| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ma | string |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "fb618793-f9ee-4af0-8736-fb8a37a1485a",
"Ma": "sample string 2",
"Ten": "sample string 3",
"SuDung": true,
"MaCongTy": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DM_ChanDoan| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ma | string |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "36cbe51e-3ade-4038-b73b-f24dc1565a9e",
"Ma": "sample string 2",
"Ten": "sample string 3",
"SuDung": true,
"MaCongTy": "sample string 4"
}