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": "50e564b5-7671-44c3-978a-936f5b097af5",
"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": "568bbdbd-6562-4aa3-851e-d87bfd1236dc",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}