GET api/thutu_nangluong
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of thutu_nangluong| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| macb | integer |
None. |
|
| stt | string |
None. |
|
| nam | integer |
None. |
|
| loai | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"macb": 1,
"stt": "sample string 2",
"nam": 1,
"loai": 1
},
{
"id": 1,
"macb": 1,
"stt": "sample string 2",
"nam": 1,
"loai": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfthutu_nangluong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<thutu_nangluong>
<id>1</id>
<loai>1</loai>
<macb>1</macb>
<nam>1</nam>
<stt>sample string 2</stt>
</thutu_nangluong>
<thutu_nangluong>
<id>1</id>
<loai>1</loai>
<macb>1</macb>
<nam>1</nam>
<stt>sample string 2</stt>
</thutu_nangluong>
</ArrayOfthutu_nangluong>