POST api/Cuestion
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dem_form | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"dem_form_id": 1,
"dem_form1": "sample string 2",
"description": "sample string 3",
"oc_id": 4,
"active": 5,
"from_date": "2026-01-18T02:10:48.9562178-06:00",
"to_date": "2026-01-18T02:10:48.9562178-06:00",
"response_required": 6,
"mru_dem_form_question_seq": 1,
"row_version": "QEBA"
}
application/xml, text/xml
Sample:
<dem_form xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiB2B.Datos"> <active>5</active> <dem_form1>sample string 2</dem_form1> <dem_form_id>1</dem_form_id> <description>sample string 3</description> <from_date>2026-01-18T02:10:48.9562178-06:00</from_date> <mru_dem_form_question_seq>1</mru_dem_form_question_seq> <oc_id>4</oc_id> <response_required>6</response_required> <row_version>QEBA</row_version> <to_date>2026-01-18T02:10:48.9562178-06:00</to_date> </dem_form>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"dem_form_id": 1,
"dem_form1": "sample string 2",
"description": "sample string 3",
"oc_id": 4,
"active": 5,
"from_date": "2026-01-18T02:10:49.0223564-06:00",
"to_date": "2026-01-18T02:10:49.0223564-06:00",
"response_required": 6,
"mru_dem_form_question_seq": 1,
"row_version": "QEBA"
}
application/xml, text/xml
Sample:
<dem_form xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiB2B.Datos"> <active>5</active> <dem_form1>sample string 2</dem_form1> <dem_form_id>1</dem_form_id> <description>sample string 3</description> <from_date>2026-01-18T02:10:49.0223564-06:00</from_date> <mru_dem_form_question_seq>1</mru_dem_form_question_seq> <oc_id>4</oc_id> <response_required>6</response_required> <row_version>QEBA</row_version> <to_date>2026-01-18T02:10:49.0223564-06:00</to_date> </dem_form>