POST api/SIGO/IniciarCotizacion

Request Information

URI Parameters

None.

Body Parameters

IniciarCotizacionRequest
NameDescriptionTypeAdditional information
Ramo

string

None.

Producto

string

None.

ClaveAgente

string

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Ramo": "sample string 1",
  "Producto": "sample string 2",
  "ClaveAgente": "sample string 3",
  "Token": "sample string 4"
}

application/xml, text/xml

Sample:
<IniciarCotizacionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThonApi.Models.SIGO_Cotizacion_Requests">
  <ClaveAgente>sample string 3</ClaveAgente>
  <Producto>sample string 2</Producto>
  <Ramo>sample string 1</Ramo>
  <Token>sample string 4</Token>
</IniciarCotizacionRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.