POST api/DM_NguonKhachHang
Request Information
URI Parameters
None.
Body Parameters
DM_NguonKhachHang| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "f1d5b7e8-0881-4483-9d86-bcf4da621718",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DM_NguonKhachHang| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "2d51b606-0faa-46a7-8949-fcac7818cd70",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}