PUT api/SIGODatosSecciones/UpdateDatosConducto?token={token}

Actualiza la clave del agente en tramite_general (por folio + num_cotizacion) y en el último movimiento de bitacora_sigo del mismo folio.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

DatosConductoRequest
NameDescriptionTypeAdditional information
Folio

string

None.

NumCotizacion

integer

None.

Version

integer

None.

ClaveConducto

integer

None.

PctAgente

decimal number

None.

PctPromotor

decimal number

None.

PctDr

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Folio": "sample string 1",
  "NumCotizacion": 2,
  "Version": 3,
  "ClaveConducto": 4,
  "PctAgente": 1.0,
  "PctPromotor": 1.0,
  "PctDr": 1.0
}

application/xml, text/xml

Sample:
<DatosConductoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThonApi.Models.Tramites">
  <ClaveConducto>4</ClaveConducto>
  <Folio>sample string 1</Folio>
  <NumCotizacion>2</NumCotizacion>
  <PctAgente>1</PctAgente>
  <PctDr>1</PctDr>
  <PctPromotor>1</PctPromotor>
  <Version>3</Version>
</DatosConductoRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.