PUT api/SIGODatosConducto/Update?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
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
DatosConductoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | string |
None. |
|
| NumCotizacion | integer |
None. |
|
| ClaveConducto | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Folio": "sample string 1",
"NumCotizacion": 2,
"ClaveConducto": "sample string 3"
}
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>sample string 3</ClaveConducto> <Folio>sample string 1</Folio> <NumCotizacion>2</NumCotizacion> </DatosConductoRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.