PUT api/Cuestion/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

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": "2025-04-20T05:31:27.4111873-05:00",
  "to_date": "2025-04-20T05:31:27.4111873-05: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>2025-04-20T05:31:27.4111873-05: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>2025-04-20T05:31:27.4111873-05:00</to_date>
</dem_form>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'dem_form'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.