POST api/Respuestas

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
demographic
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "customer_id": 1,
  "demographic_seq": 2,
  "dem_question_id": 3,
  "oc_id": 4,
  "dem_form_id": 5,
  "responses": "QEBA",
  "free_form_response": "sample string 6",
  "row_version": "QEBA",
  "last_response_date": "2025-04-20T04:14:29.9575693-05:00"
}

application/xml, text/xml

Sample:
<demographic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiB2B.Datos">
  <customer_id>1</customer_id>
  <dem_form_id>5</dem_form_id>
  <dem_question_id>3</dem_question_id>
  <demographic_seq>2</demographic_seq>
  <free_form_response>sample string 6</free_form_response>
  <last_response_date>2025-04-20T04:14:29.9575693-05:00</last_response_date>
  <oc_id>4</oc_id>
  <responses>QEBA</responses>
  <row_version>QEBA</row_version>
</demographic>

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 'demographic'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "customer_id": 1,
  "demographic_seq": 2,
  "dem_question_id": 3,
  "oc_id": 4,
  "dem_form_id": 5,
  "responses": "QEBA",
  "free_form_response": "sample string 6",
  "row_version": "QEBA",
  "last_response_date": "2025-04-20T04:14:29.9625748-05:00"
}

application/xml, text/xml

Sample:
<demographic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiB2B.Datos">
  <customer_id>1</customer_id>
  <dem_form_id>5</dem_form_id>
  <dem_question_id>3</dem_question_id>
  <demographic_seq>2</demographic_seq>
  <free_form_response>sample string 6</free_form_response>
  <last_response_date>2025-04-20T04:14:29.9625748-05:00</last_response_date>
  <oc_id>4</oc_id>
  <responses>QEBA</responses>
  <row_version>QEBA</row_version>
</demographic>