DELETE api/DM_NguonKhachHang/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
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": "6580a214-80af-4ee7-9e80-f4675614c0c1",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}