PUT api/GetAllTramByAccount_Result/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
GetAllTramByAccount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Baoduong_Id | integer |
None. |
|
| CSHT_Id | integer |
None. |
|
| LanTH | integer |
None. |
|
| NguoiTH | string |
None. |
|
| NgayBD | string |
None. |
|
| Tontai | string |
None. |
|
| Duyet | integer |
None. |
|
| Nguoiduyet | string |
None. |
|
| MaCSHT | string |
None. |
|
| TenCSHT | string |
None. |
|
| Diachi | string |
None. |
|
| Ngayduyet | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Baoduong_Id": 1,
"CSHT_Id": 1,
"LanTH": 1,
"NguoiTH": "sample string 2",
"NgayBD": "sample string 3",
"Tontai": "sample string 4",
"Duyet": 1,
"Nguoiduyet": "sample string 5",
"MaCSHT": "sample string 6",
"TenCSHT": "sample string 7",
"Diachi": "sample string 8",
"Ngayduyet": "sample string 9"
}
application/xml, text/xml
Sample:
<GetAllTramByAccount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <Baoduong_Id>1</Baoduong_Id> <CSHT_Id>1</CSHT_Id> <Diachi>sample string 8</Diachi> <Duyet>1</Duyet> <LanTH>1</LanTH> <MaCSHT>sample string 6</MaCSHT> <NgayBD>sample string 3</NgayBD> <Ngayduyet>sample string 9</Ngayduyet> <NguoiTH>sample string 2</NguoiTH> <Nguoiduyet>sample string 5</Nguoiduyet> <TenCSHT>sample string 7</TenCSHT> <Tontai>sample string 4</Tontai> </GetAllTramByAccount_Result>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.