PUT api/Nosotros/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Nosotros
NameDescriptionTypeAdditional information
Id

integer

None.

ImagenPrincipal

string

None.

ImagenSecundaria1

string

None.

ImagenSecundaria2

string

None.

ImagenSecundaria3

string

None.

ImagenSecundaria4

string

None.

Titulo1Video

string

None.

Titulo2Video

string

None.

Titulo

string

None.

Texto

string

None.

ImagenFondoVideo

string

None.

UrlVideo

string

None.

TituloPagina

string

None.

MetaPagina

string

None.

ImagenPrincipalFullPath

string

None.

ImagenSecundaria1FullPath

string

None.

ImagenSecundaria2FullPath

string

None.

ImagenSecundaria3FullPath

string

None.

ImagenSecundaria4FullPath

string

None.

ImagenFondoVideoFullPath

string

None.

ImagenPrincipalBase64

Collection of byte

None.

ImagenSecundaria1Base64

Collection of byte

None.

ImagenSecundaria2Base64

Collection of byte

None.

ImagenSecundaria3Base64

Collection of byte

None.

ImagenSecundaria4Base64

Collection of byte

None.

ImagenFondoVideoBase64

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ImagenPrincipal": "sample string 2",
  "ImagenSecundaria1": "sample string 3",
  "ImagenSecundaria2": "sample string 4",
  "ImagenSecundaria3": "sample string 5",
  "ImagenSecundaria4": "sample string 6",
  "Titulo1Video": "sample string 7",
  "Titulo2Video": "sample string 8",
  "Titulo": "sample string 9",
  "Texto": "sample string 10",
  "ImagenFondoVideo": "sample string 11",
  "UrlVideo": "sample string 12",
  "TituloPagina": "sample string 13",
  "MetaPagina": "sample string 14",
  "ImagenPrincipalFullPath": "http://webapicheckin.sicsoftsa.com/sample string 2",
  "ImagenSecundaria1FullPath": "http://webapicheckin.sicsoftsa.com/sample string 3",
  "ImagenSecundaria2FullPath": "http://webapicheckin.sicsoftsa.com/sample string 4",
  "ImagenSecundaria3FullPath": "http://webapicheckin.sicsoftsa.com/sample string 5",
  "ImagenSecundaria4FullPath": "http://webapicheckin.sicsoftsa.com/sample string 6",
  "ImagenFondoVideoFullPath": "http://webapicheckin.sicsoftsa.com/sample string 11",
  "ImagenPrincipalBase64": "QEA=",
  "ImagenSecundaria1Base64": "QEA=",
  "ImagenSecundaria2Base64": "QEA=",
  "ImagenSecundaria3Base64": "QEA=",
  "ImagenSecundaria4Base64": "QEA=",
  "ImagenFondoVideoBase64": "QEA="
}

application/xml, text/xml

Sample:
<Nosotros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain">
  <Id>1</Id>
  <ImagenFondoVideo>sample string 11</ImagenFondoVideo>
  <ImagenFondoVideoBase64>QEA=</ImagenFondoVideoBase64>
  <ImagenPrincipal>sample string 2</ImagenPrincipal>
  <ImagenPrincipalBase64>QEA=</ImagenPrincipalBase64>
  <ImagenSecundaria1>sample string 3</ImagenSecundaria1>
  <ImagenSecundaria1Base64>QEA=</ImagenSecundaria1Base64>
  <ImagenSecundaria2>sample string 4</ImagenSecundaria2>
  <ImagenSecundaria2Base64>QEA=</ImagenSecundaria2Base64>
  <ImagenSecundaria3>sample string 5</ImagenSecundaria3>
  <ImagenSecundaria3Base64>QEA=</ImagenSecundaria3Base64>
  <ImagenSecundaria4>sample string 6</ImagenSecundaria4>
  <ImagenSecundaria4Base64>QEA=</ImagenSecundaria4Base64>
  <MetaPagina>sample string 14</MetaPagina>
  <Texto>sample string 10</Texto>
  <Titulo>sample string 9</Titulo>
  <Titulo1Video>sample string 7</Titulo1Video>
  <Titulo2Video>sample string 8</Titulo2Video>
  <TituloPagina>sample string 13</TituloPagina>
  <UrlVideo>sample string 12</UrlVideo>
</Nosotros>

multipart/form-data

Sample:
<Nosotros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain"><Id>1</Id><ImagenFondoVideo>sample string 11</ImagenFondoVideo><ImagenFondoVideoBase64>QEA=</ImagenFondoVideoBase64><ImagenPrincipal>sample string 2</ImagenPrincipal><ImagenPrincipalBase64>QEA=</ImagenPrincipalBase64><ImagenSecundaria1>sample string 3</ImagenSecundaria1><ImagenSecundaria1Base64>QEA=</ImagenSecundaria1Base64><ImagenSecundaria2>sample string 4</ImagenSecundaria2><ImagenSecundaria2Base64>QEA=</ImagenSecundaria2Base64><ImagenSecundaria3>sample string 5</ImagenSecundaria3><ImagenSecundaria3Base64>QEA=</ImagenSecundaria3Base64><ImagenSecundaria4>sample string 6</ImagenSecundaria4><ImagenSecundaria4Base64>QEA=</ImagenSecundaria4Base64><MetaPagina>sample string 14</MetaPagina><Texto>sample string 10</Texto><Titulo>sample string 9</Titulo><Titulo1Video>sample string 7</Titulo1Video><Titulo2Video>sample string 8</Titulo2Video><TituloPagina>sample string 13</TituloPagina><UrlVideo>sample string 12</UrlVideo></Nosotros>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.