POST api/updateGroup

Request Information

URI Parameters

None.

Body Parameters

GroupPodcast
NameDescriptionTypeAdditional information
IdGroup

integer

None.

Name

string

None.

Image

string

None.

Description

string

None.

Language

string

None.

RegistrationDate

date

None.

UpdateDate

date

None.

Active

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdGroup": 1,
  "Name": "sample string 2",
  "Image": "sample string 3",
  "Description": "sample string 4",
  "Language": "sample string 5",
  "RegistrationDate": "2025-10-28T05:34:41.380981-07:00",
  "UpdateDate": "2025-10-28T05:34:41.380981-07:00",
  "Active": true
}

application/xml, text/xml

Sample:
<GroupPodcast xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DashBoardApi.Models">
  <Active>true</Active>
  <Description>sample string 4</Description>
  <IdGroup>1</IdGroup>
  <Image>sample string 3</Image>
  <Language>sample string 5</Language>
  <Name>sample string 2</Name>
  <RegistrationDate>2025-10-28T05:34:41.380981-07:00</RegistrationDate>
  <UpdateDate>2025-10-28T05:34:41.380981-07:00</UpdateDate>
</GroupPodcast>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.