POST api/CambiaFechasCodigosServicio

Request Information

URI Parameters

None.

Body Parameters

TB_CambiaFechasCodigos
NameDescriptionTypeAdditional information
idCampaña

globally unique identifier

None.

FecVigenciaIni

date

None.

FecVigenciaFin

date

None.

Request Formats

application/json, text/json

Sample:
{
  "idCampaña": "e54ab7f1-1c86-440b-9ea2-57ff81a53f37",
  "FecVigenciaIni": "2026-03-21T19:42:14.5980243-04:00",
  "FecVigenciaFin": "2026-03-21T19:42:14.5980243-04:00"
}

application/xml, text/xml

Sample:
<TB_CambiaFechasCodigos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <FecVigenciaFin>2026-03-21T19:42:14.5980243-04:00</FecVigenciaFin>
  <FecVigenciaIni>2026-03-21T19:42:14.5980243-04:00</FecVigenciaIni>
  <idCampaña>e54ab7f1-1c86-440b-9ea2-57ff81a53f37</idCampaña>
</TB_CambiaFechasCodigos>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MsgRespuesta
NameDescriptionTypeAdditional information
codigo

string

None.

mensaje

string

None.

contenido

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "codigo": "sample string 1",
  "mensaje": "sample string 2",
  "contenido": {}
}

application/xml, text/xml

Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>