GET api/phucap_uudai
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of phucap_uudai| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| magiaovien | integer |
None. |
|
| thang | integer |
None. |
|
| nam | integer |
None. |
|
| launam_sothang | integer |
None. |
|
| launam_1 | decimal number |
None. |
|
| launam_2 | decimal number |
None. |
|
| launam_3 | decimal number |
None. |
|
| thuhut_sothang | integer |
None. |
|
| thuhut_phucap | decimal number |
None. |
|
| thoigian_bhxh | string |
None. |
|
| heso_244 | decimal number |
None. |
|
| heso_19 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"magiaovien": 2,
"thang": 3,
"nam": 4,
"launam_sothang": 5,
"launam_1": 6.1,
"launam_2": 7.1,
"launam_3": 8.1,
"thuhut_sothang": 9,
"thuhut_phucap": 10.1,
"thoigian_bhxh": "sample string 11",
"heso_244": 12.1,
"heso_19": 13.1
},
{
"id": 1,
"magiaovien": 2,
"thang": 3,
"nam": 4,
"launam_sothang": 5,
"launam_1": 6.1,
"launam_2": 7.1,
"launam_3": 8.1,
"thuhut_sothang": 9,
"thuhut_phucap": 10.1,
"thoigian_bhxh": "sample string 11",
"heso_244": 12.1,
"heso_19": 13.1
}
]
application/xml, text/xml
Sample:
<ArrayOfphucap_uudai xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<phucap_uudai>
<heso_19>13.1</heso_19>
<heso_244>12.1</heso_244>
<id>1</id>
<launam_1>6.1</launam_1>
<launam_2>7.1</launam_2>
<launam_3>8.1</launam_3>
<launam_sothang>5</launam_sothang>
<magiaovien>2</magiaovien>
<nam>4</nam>
<thang>3</thang>
<thoigian_bhxh>sample string 11</thoigian_bhxh>
<thuhut_phucap>10.1</thuhut_phucap>
<thuhut_sothang>9</thuhut_sothang>
</phucap_uudai>
<phucap_uudai>
<heso_19>13.1</heso_19>
<heso_244>12.1</heso_244>
<id>1</id>
<launam_1>6.1</launam_1>
<launam_2>7.1</launam_2>
<launam_3>8.1</launam_3>
<launam_sothang>5</launam_sothang>
<magiaovien>2</magiaovien>
<nam>4</nam>
<thang>3</thang>
<thoigian_bhxh>sample string 11</thoigian_bhxh>
<thuhut_phucap>10.1</thuhut_phucap>
<thuhut_sothang>9</thuhut_sothang>
</phucap_uudai>
</ArrayOfphucap_uudai>