PUT api/CH_ChiNhanh/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
CH_ChiNhanh| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| MaCongTy | string |
None. |
|
| MaChiNhanh | string |
None. |
|
| TenChiNhanh | string |
None. |
|
| TenPhapLy | string |
None. |
|
| UserDuocQG | string |
None. |
|
| PassDuocQG | string |
None. |
|
| GuiLienThong | boolean |
None. |
|
| SuDung | boolean |
None. |
|
| HanSuDung | date |
None. |
|
| AccessTokenZalo | string |
None. |
|
| RefreshTokenZalo | string |
None. |
|
| SecretKeyZalo | string |
None. |
|
| AppIDZalo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "8a1702dd-a121-42af-84e7-0523a5de47df",
"MaCongTy": "sample string 2",
"MaChiNhanh": "sample string 3",
"TenChiNhanh": "sample string 4",
"TenPhapLy": "sample string 5",
"UserDuocQG": "sample string 6",
"PassDuocQG": "sample string 7",
"GuiLienThong": true,
"SuDung": true,
"HanSuDung": "2025-12-10T21:18:33.8736228+07:00",
"AccessTokenZalo": "sample string 10",
"RefreshTokenZalo": "sample string 11",
"SecretKeyZalo": "sample string 12",
"AppIDZalo": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.