POST api/Encuestas/All
Request Information
URI Parameters
None.
Body Parameters
IF_PDI_LIST| Name | Description | Type | Additional information |
|---|---|---|---|
| _id | integer |
None. |
|
| _dateStart | date |
None. |
|
| _dateEnd | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_id": 1,
"_dateStart": "2025-12-11T02:27:09.7812138-08:00",
"_dateEnd": "2025-12-11T02:27:09.7812138-08:00"
}
application/xml, text/xml
Sample:
<IF_PDI_LIST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ST.Models"> <_dateEnd>2025-12-11T02:27:09.7812138-08:00</_dateEnd> <_dateStart>2025-12-11T02:27:09.7812138-08:00</_dateStart> <_id>1</_id> </IF_PDI_LIST>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Results| Name | Description | Type | Additional information |
|---|---|---|---|
| OBJETO | Object |
None. |
|
| MENSAJE | string |
None. |
|
| STATUS | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OBJETO": {},
"MENSAJE": "sample string 2",
"STATUS": "sample string 3"
}
application/xml, text/xml
Sample:
<Results xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ST.Models"> <MENSAJE>sample string 2</MENSAJE> <OBJETO /> <STATUS>sample string 3</STATUS> </Results>