GET api/thongtindonvis/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
thongtindonvi| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| tendonvi | string |
None. |
|
| taikhoan | string |
None. |
|
| khobac | string |
None. |
|
| nhomluong | string |
None. |
|
| nhomluongcon | string |
None. |
|
| bienchegiao | integer |
None. |
|
| bienchethucte | integer |
None. |
|
| nhomconsn | string |
None. |
|
| string |
None. |
||
| didong | string |
None. |
|
| tenketoan | string |
None. |
|
| tenthutruong | string |
None. |
|
| bienche2015 | integer |
None. |
|
| bienche2017 | integer |
None. |
|
| tenbangluong | string |
None. |
|
| madonvi | string |
None. |
|
| taikhoannh | string |
None. |
|
| tennganhang | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"maxa": 1,
"tendonvi": "sample string 2",
"taikhoan": "sample string 3",
"khobac": "sample string 4",
"nhomluong": "sample string 5",
"nhomluongcon": "sample string 6",
"bienchegiao": 1,
"bienchethucte": 1,
"nhomconsn": "sample string 7",
"email": "sample string 8",
"didong": "sample string 9",
"tenketoan": "sample string 10",
"tenthutruong": "sample string 11",
"bienche2015": 1,
"bienche2017": 1,
"tenbangluong": "sample string 12",
"madonvi": "sample string 13",
"taikhoannh": "sample string 14",
"tennganhang": "sample string 15"
}
application/xml, text/xml
Sample:
<thongtindonvi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <bienche2015>1</bienche2015> <bienche2017>1</bienche2017> <bienchegiao>1</bienchegiao> <bienchethucte>1</bienchethucte> <didong>sample string 9</didong> <email>sample string 8</email> <id>1</id> <khobac>sample string 4</khobac> <madonvi>sample string 13</madonvi> <maxa>1</maxa> <nhomconsn>sample string 7</nhomconsn> <nhomluong>sample string 5</nhomluong> <nhomluongcon>sample string 6</nhomluongcon> <taikhoan>sample string 3</taikhoan> <taikhoannh>sample string 14</taikhoannh> <tenbangluong>sample string 12</tenbangluong> <tendonvi>sample string 2</tendonvi> <tenketoan>sample string 10</tenketoan> <tennganhang>sample string 15</tennganhang> <tenthutruong>sample string 11</tenthutruong> </thongtindonvi>