GET api/tb_phucapkhac
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tb_phucapkhac| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tenphucap | string |
None. |
|
| thang | integer |
None. |
|
| nam | integer |
None. |
|
| maxa | integer |
None. |
|
| updated_at | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"tenphucap": "sample string 2",
"thang": 3,
"nam": 4,
"maxa": 5,
"updated_at": "QEA="
},
{
"id": 1,
"tenphucap": "sample string 2",
"thang": 3,
"nam": 4,
"maxa": 5,
"updated_at": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOftb_phucapkhac xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<tb_phucapkhac>
<id>1</id>
<maxa>5</maxa>
<nam>4</nam>
<tenphucap>sample string 2</tenphucap>
<thang>3</thang>
<updated_at>QEA=</updated_at>
</tb_phucapkhac>
<tb_phucapkhac>
<id>1</id>
<maxa>5</maxa>
<nam>4</nam>
<tenphucap>sample string 2</tenphucap>
<thang>3</thang>
<updated_at>QEA=</updated_at>
</tb_phucapkhac>
</ArrayOftb_phucapkhac>