PUT PrestashopApi/Intermedia

Modificamos fecha

Request Information

URI Parameters

None.

Body Parameters

Relación

WebApiDto
NameDescriptionTypeAdditional information
IdPaginaWeb

integer

None.

Maestro

integer

None.

IdSofygest

integer

None.

IdPrestashop

integer

None.

Fecha

date

None.

IdArticulo

integer

None.

IdTalla

integer

None.

IdColor

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdPaginaWeb": 1,
  "Maestro": 2,
  "IdSofygest": 3,
  "IdPrestashop": 4,
  "Fecha": "2025-12-06T06:40:07.7710475+01:00",
  "IdArticulo": 6,
  "IdTalla": 7,
  "IdColor": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<WebApiDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Sofycom.Sofygest.Service.Application.Models.Dtos.Comunes">
  <Fecha>2025-12-06T06:40:07.7710475+01:00</Fecha>
  <IdArticulo>6</IdArticulo>
  <IdColor>8</IdColor>
  <IdPaginaWeb>1</IdPaginaWeb>
  <IdPrestashop>4</IdPrestashop>
  <IdSofygest>3</IdSofygest>
  <IdTalla>7</IdTalla>
  <Maestro>2</Maestro>
</WebApiDto>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.