POST api/GuardarAccionesPoliticasSeguridad
Request Information
URI Parameters
None.
Body Parameters
GuardarAccionesTratamientoDatosViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTratamientoDatos | integer |
None. |
|
| listadoCheck | Collection of GuardarCheckPoint |
None. |
|
| FechaAceptacionRechazo | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdTratamientoDatos": 1,
"listadoCheck": [
{
"IdCheckPoint": 1,
"Aceptado": true
},
{
"IdCheckPoint": 1,
"Aceptado": true
}
],
"FechaAceptacionRechazo": "2026-03-14T11:52:16.6811872-05:00"
}
application/xml, text/xml
Sample:
<GuardarAccionesTratamientoDatosViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PSILab.Data.ViewModels">
<FechaAceptacionRechazo>2026-03-14T11:52:16.6811872-05:00</FechaAceptacionRechazo>
<IdTratamientoDatos>1</IdTratamientoDatos>
<listadoCheck>
<GuardarCheckPoint>
<Aceptado>true</Aceptado>
<IdCheckPoint>1</IdCheckPoint>
</GuardarCheckPoint>
<GuardarCheckPoint>
<Aceptado>true</Aceptado>
<IdCheckPoint>1</IdCheckPoint>
</GuardarCheckPoint>
</listadoCheck>
</GuardarAccionesTratamientoDatosViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.