DELETE api/Respuestas/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | 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, "responses": "QEBA", "free_form_response": "sample string 6", "row_version": "QEBA", "last_response_date": "2025-04-20T04:39:25.167493-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:39:25.167493-05:00</last_response_date> <oc_id>4</oc_id> <responses>QEBA</responses> <row_version>QEBA</row_version> </demographic>