POST api/TinTuc/FilterAccountCreate?keySearch={keySearch}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keySearch | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FilterAccountTinTucResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FullName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "3ab1cee0-fe1a-44ce-ae14-12121cd50a2c",
"FullName": "sample string 2"
},
{
"Id": "3ab1cee0-fe1a-44ce-ae14-12121cd50a2c",
"FullName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfFilterAccountTinTucResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Response.TinTuc">
<FilterAccountTinTucResponse>
<FullName>sample string 2</FullName>
<Id>3ab1cee0-fe1a-44ce-ae14-12121cd50a2c</Id>
</FilterAccountTinTucResponse>
<FilterAccountTinTucResponse>
<FullName>sample string 2</FullName>
<Id>3ab1cee0-fe1a-44ce-ae14-12121cd50a2c</Id>
</FilterAccountTinTucResponse>
</ArrayOfFilterAccountTinTucResponse>