POST api/SIGOLevantamientoFolio/GuardarDetalleDocumentos
Request Information
URI Parameters
None.
Body Parameters
GuardarDetalleDocumentosRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IdDetalleSin | integer |
None. |
|
| Documentos | Collection of DetalleDocumentoSiniestroDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdDetalleSin": 1,
"Documentos": [
{
"IDTIPOSEG": "sample string 1",
"PLANCOB": "sample string 2",
"CODCOBERT": "sample string 3",
"CODREQUISITO": "sample string 4",
"NOMARCHIVO": "sample string 5",
"ORDENPDF": 1,
"CANTIDAD": 1,
"TAMANIOBYTES": 1,
"FORMATOS": "sample string 6",
"CLAVEOCR": "sample string 7",
"TOOLTIP": "sample string 8",
"REQUERIDO": "sample string 9"
},
{
"IDTIPOSEG": "sample string 1",
"PLANCOB": "sample string 2",
"CODCOBERT": "sample string 3",
"CODREQUISITO": "sample string 4",
"NOMARCHIVO": "sample string 5",
"ORDENPDF": 1,
"CANTIDAD": 1,
"TAMANIOBYTES": 1,
"FORMATOS": "sample string 6",
"CLAVEOCR": "sample string 7",
"TOOLTIP": "sample string 8",
"REQUERIDO": "sample string 9"
}
]
}
application/xml, text/xml
Sample:
<SIGOLevantamientoFolioController.GuardarDetalleDocumentosRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThonApi.Controllers.SIGO_Data">
<Documentos>
<SIGOLevantamientoFolioController.DetalleDocumentoSiniestroDto>
<CANTIDAD>1</CANTIDAD>
<CLAVEOCR>sample string 7</CLAVEOCR>
<CODCOBERT>sample string 3</CODCOBERT>
<CODREQUISITO>sample string 4</CODREQUISITO>
<FORMATOS>sample string 6</FORMATOS>
<IDTIPOSEG>sample string 1</IDTIPOSEG>
<NOMARCHIVO>sample string 5</NOMARCHIVO>
<ORDENPDF>1</ORDENPDF>
<PLANCOB>sample string 2</PLANCOB>
<REQUERIDO>sample string 9</REQUERIDO>
<TAMANIOBYTES>1</TAMANIOBYTES>
<TOOLTIP>sample string 8</TOOLTIP>
</SIGOLevantamientoFolioController.DetalleDocumentoSiniestroDto>
<SIGOLevantamientoFolioController.DetalleDocumentoSiniestroDto>
<CANTIDAD>1</CANTIDAD>
<CLAVEOCR>sample string 7</CLAVEOCR>
<CODCOBERT>sample string 3</CODCOBERT>
<CODREQUISITO>sample string 4</CODREQUISITO>
<FORMATOS>sample string 6</FORMATOS>
<IDTIPOSEG>sample string 1</IDTIPOSEG>
<NOMARCHIVO>sample string 5</NOMARCHIVO>
<ORDENPDF>1</ORDENPDF>
<PLANCOB>sample string 2</PLANCOB>
<REQUERIDO>sample string 9</REQUERIDO>
<TAMANIOBYTES>1</TAMANIOBYTES>
<TOOLTIP>sample string 8</TOOLTIP>
</SIGOLevantamientoFolioController.DetalleDocumentoSiniestroDto>
</Documentos>
<IdDetalleSin>1</IdDetalleSin>
</SIGOLevantamientoFolioController.GuardarDetalleDocumentosRequest>
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.