POST api/encuestas/sendBestOffer

Request Information

URI Parameters

None.

Body Parameters

DataBestOffer
NameDescriptionTypeAdditional information
DNI

string

None.

Telefono

string

None.

SeguroInicial

string

None.

SeguroContratar

string

None.

Nombre

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DNI": "sample string 1",
  "Telefono": "sample string 2",
  "SeguroInicial": "sample string 3",
  "SeguroContratar": "sample string 4",
  "Nombre": "sample string 5"
}

application/xml, text/xml

Sample:
<DataBestOffer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcoOplacementApi.ViewModels">
  <DNI>sample string 1</DNI>
  <Nombre>sample string 5</Nombre>
  <SeguroContratar>sample string 4</SeguroContratar>
  <SeguroInicial>sample string 3</SeguroInicial>
  <Telefono>sample string 2</Telefono>
</DataBestOffer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.