GET Respuestas/{id}/{producto}/{cuestionario}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

producto
No documentation available.

Define this parameter in the request URI.

cuestionario
No documentation available.

Define this parameter in the request URI.

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,
  "dem_response_id": 6,
  "free_form_response": "sample string 7"
}

application/xml, text/xml

Sample:
<respuestas_cliente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiB2B.Controllers">
  <customer_id>1</customer_id>
  <dem_form_id>5</dem_form_id>
  <dem_question_id>3</dem_question_id>
  <dem_response_id>6</dem_response_id>
  <demographic_seq>2</demographic_seq>
  <free_form_response>sample string 7</free_form_response>
  <oc_id>4</oc_id>
</respuestas_cliente>