POST api/SeguridadSocial/PDF

Request Information

URI Parameters

None.

Body Parameters

PlanillaDTO
NameDescriptionTypeAdditional information
Id

integer

None.

FechaCarga

date

None.

UsuarioCarga

string

None.

Base64

string

None.

Ruta

string

None.

Estado

string

None.

IdTipoPlantilla

integer

None.

NIT

string

None.

FechaSS

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FechaCarga": "2026-03-23T06:54:24.8054679-05:00",
  "UsuarioCarga": "sample string 3",
  "Base64": "sample string 4",
  "Ruta": "sample string 5",
  "Estado": "sample string 6",
  "IdTipoPlantilla": 1,
  "NIT": "sample string 7",
  "FechaSS": "2026-03-23T06:54:24.8054679-05:00"
}

application/xml, text/xml

Sample:
<PlanillaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReconocimientoFacial.Models.SeguridadSocial">
  <Base64>sample string 4</Base64>
  <Estado>sample string 6</Estado>
  <FechaCarga>2026-03-23T06:54:24.8054679-05:00</FechaCarga>
  <FechaSS>2026-03-23T06:54:24.8054679-05:00</FechaSS>
  <Id>1</Id>
  <IdTipoPlantilla>1</IdTipoPlantilla>
  <NIT>sample string 7</NIT>
  <Ruta>sample string 5</Ruta>
  <UsuarioCarga>sample string 3</UsuarioCarga>
</PlanillaDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CargaResponse
NameDescriptionTypeAdditional information
result

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<CargaResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReconocimientoFacial.Models.SeguridadSocial">
  <message>sample string 2</message>
  <result>true</result>
</CargaResponse>