POST api/Feriados/Adicionar

Request Information

URI Parameters

None.

Body Parameters

EFeriado
NameDescriptionTypeAdditional information
Id

integer

None.

Fecha

date

None.

Descripcion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Fecha": "2025-10-28T08:41:10.1488875-07:00",
  "Descripcion": "sample string 3"
}

application/xml, text/xml

Sample:
<EFeriado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entidades">
  <Descripcion>sample string 3</Descripcion>
  <Fecha>2025-10-28T08:41:10.1488875-07:00</Fecha>
  <Id>1</Id>
</EFeriado>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.