POST api/carouselsCrud

Request Information

URI Parameters

None.

Body Parameters

carouselCls
NameDescriptionTypeAdditional information
idContentsCarousel

integer

None.

nameCarousel

string

None.

imageCarousel

string

None.

urlCarousel

string

None.

statusCarousel

string

None.

startDateCarousel

date

None.

endDateCarousel

date

None.

orderCarousel

integer

None.

action

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idContentsCarousel": 1,
  "nameCarousel": "sample string 2",
  "imageCarousel": "sample string 3",
  "urlCarousel": "sample string 4",
  "statusCarousel": "sample string 5",
  "startDateCarousel": "2025-12-12T17:54:46.1030654-05:00",
  "endDateCarousel": "2025-12-12T17:54:46.1030654-05:00",
  "orderCarousel": 8,
  "action": "sample string 9"
}

application/xml, text/xml

Sample:
<carouselCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class">
  <action>sample string 9</action>
  <endDateCarousel>2025-12-12T17:54:46.1030654-05:00</endDateCarousel>
  <idContentsCarousel>1</idContentsCarousel>
  <imageCarousel>sample string 3</imageCarousel>
  <nameCarousel>sample string 2</nameCarousel>
  <orderCarousel>8</orderCarousel>
  <startDateCarousel>2025-12-12T17:54:46.1030654-05:00</startDateCarousel>
  <statusCarousel>sample string 5</statusCarousel>
  <urlCarousel>sample string 4</urlCarousel>
</carouselCls>

application/x-www-form-urlencoded

Sample:

Sample not available.

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>