POST api/SIGOLevantamientoFolio/GuardarDetalleAsegurado
Request Information
URI Parameters
None.
Body Parameters
GuardarDetalleAseguradoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IdDetalleSin | integer |
None. |
|
| Folio | string |
None. |
|
| Asegurado | DetalleAseguradoDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdDetalleSin": 1,
"Folio": "sample string 1",
"Asegurado": {
"Nombre": "sample string 1",
"PrimerApellido": "sample string 2",
"SegundoApellido": "sample string 3",
"FechaNacimiento": "2026-06-10T13:47:30.8064815",
"Curp": "sample string 5",
"Rfc": "sample string 6",
"CodAsegurado": 1,
"UsuarioInserta": 1
}
}
application/xml, text/xml
Sample:
<SIGOLevantamientoFolioController.GuardarDetalleAseguradoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThonApi.Controllers.SIGO_Data">
<Asegurado>
<CodAsegurado>1</CodAsegurado>
<Curp>sample string 5</Curp>
<FechaNacimiento>2026-06-10T13:47:30.8064815</FechaNacimiento>
<Nombre>sample string 1</Nombre>
<PrimerApellido>sample string 2</PrimerApellido>
<Rfc>sample string 6</Rfc>
<SegundoApellido>sample string 3</SegundoApellido>
<UsuarioInserta>1</UsuarioInserta>
</Asegurado>
<Folio>sample string 1</Folio>
<IdDetalleSin>1</IdDetalleSin>
</SIGOLevantamientoFolioController.GuardarDetalleAseguradoRequest>
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.