POST api/Faq/Landing
Request Information
URI Parameters
None.
Body Parameters
FaqLandingFiltro| Name | Description | Type | Additional information |
|---|---|---|---|
| Keyword | string |
None. |
|
| UsuarioFolio | integer |
None. |
|
| SitioFolio | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Keyword": "sample string 1",
"UsuarioFolio": 2,
"SitioFolio": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of FaqContenido| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | integer |
None. |
|
| AplicaFolio | integer |
None. |
|
| SubcategoriaFolio | integer |
None. |
|
| DestinoFolio | integer |
None. |
|
| Pregunta | string |
None. |
|
| Respuesta | string |
None. |
|
| UtilidadPositivo | integer |
None. |
|
| UtilidadNegativo | integer |
None. |
|
| UtilidadPositivoUser | boolean |
None. |
|
| UtilidadNegativoUser | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Folio": 1,
"AplicaFolio": 2,
"SubcategoriaFolio": 3,
"DestinoFolio": 4,
"Pregunta": "sample string 5",
"Respuesta": "sample string 6",
"UtilidadPositivo": 7,
"UtilidadNegativo": 8,
"UtilidadPositivoUser": true,
"UtilidadNegativoUser": true
},
{
"$ref": "1"
}
]