POST api/v2/ngan-hang/sua-doi
Request Information
URI Parameters
None.
Body Parameters
DM_NganHang| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Ma | string |
None. |
|
| ChuTaiKhoan | string |
None. |
|
| SoTaiKhoan | string |
None. |
|
| TenNganHang | string |
None. |
|
| IDDonViTienTe | integer |
None. |
|
| SoNha | string |
None. |
|
| IDTinh | integer |
None. |
|
| IDHuyen | integer |
None. |
|
| IDXa | integer |
None. |
|
| IDDonVi | integer |
None. |
|
| GhiChu | string |
None. |
|
| InUsed | boolean |
None. |
|
| EditedBy | integer |
None. |
|
| EditedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| IDQuocGia | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"ma": "sample string 2",
"chuTaiKhoan": "sample string 3",
"soTaiKhoan": "sample string 4",
"tenNganHang": "sample string 5",
"idDonViTienTe": 1,
"soNha": "sample string 6",
"idTinh": 1,
"idHuyen": 1,
"idXa": 1,
"idDonVi": 7,
"ghiChu": "sample string 8",
"inUsed": true,
"editedBy": 1,
"editedOn": "2025-12-11T20:08:16.8664233+07:00",
"createdBy": 1,
"createdOn": "2025-12-11T20:08:16.8664233+07:00",
"idQuocGia": 1
}
application/xml, text/xml
Sample:
<DM_NganHang xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO"> <ChuTaiKhoan>sample string 3</ChuTaiKhoan> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-11T20:08:16.8664233+07:00</CreatedOn> <EditedBy>1</EditedBy> <EditedOn>2025-12-11T20:08:16.8664233+07:00</EditedOn> <GhiChu>sample string 8</GhiChu> <ID>1</ID> <IDDonVi>7</IDDonVi> <IDDonViTienTe>1</IDDonViTienTe> <IDHuyen>1</IDHuyen> <IDQuocGia>1</IDQuocGia> <IDTinh>1</IDTinh> <IDXa>1</IDXa> <InUsed>true</InUsed> <Ma>sample string 2</Ma> <SoNha>sample string 6</SoNha> <SoTaiKhoan>sample string 4</SoTaiKhoan> <TenNganHang>sample string 5</TenNganHang> </DM_NganHang>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseObjectOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseObjectOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models"> <Data>sample string 3</Data> <Message>sample string 2</Message> <Status>true</Status> </ResponseObjectOfstring>