GET api/PhanHoi/YeuCau?LoaiYeuCau={LoaiYeuCau}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LoaiYeuCau | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_GetNoiDungYeuCauSE_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| YeuCau | integer |
None. |
|
| TenYeuCau | string |
None. |
|
| LoaiYeuCau | integer |
None. |
|
| iDel | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"YeuCau": 1,
"TenYeuCau": "sample string 2",
"LoaiYeuCau": 1,
"iDel": true
},
{
"YeuCau": 1,
"TenYeuCau": "sample string 2",
"LoaiYeuCau": 1,
"iDel": true
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_GetNoiDungYeuCauSE_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_GetNoiDungYeuCauSE_Result>
<LoaiYeuCau>1</LoaiYeuCau>
<TenYeuCau>sample string 2</TenYeuCau>
<YeuCau>1</YeuCau>
<iDel>true</iDel>
</SP_API_GetNoiDungYeuCauSE_Result>
<SP_API_GetNoiDungYeuCauSE_Result>
<LoaiYeuCau>1</LoaiYeuCau>
<TenYeuCau>sample string 2</TenYeuCau>
<YeuCau>1</YeuCau>
<iDel>true</iDel>
</SP_API_GetNoiDungYeuCauSE_Result>
</ArrayOfSP_API_GetNoiDungYeuCauSE_Result>