PUT api/Cajeros/Actualizar

Request Information

URI Parameters

None.

Body Parameters

Cajeros
NameDescriptionTypeAdditional information
CodCajero

string

None.

NomCajero

string

Required

Max length: 30

ClavePaso

string

Max length: 30

Foto

string

None.

ImageFullPath

string

None.

ImageBase64

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "CodCajero": "sample string 1",
  "NomCajero": "sample string 2",
  "ClavePaso": "sample string 3",
  "Foto": "sample string 4",
  "ImageFullPath": "http://webapicheckin.sicsoftsa.com/sample string 4",
  "ImageBase64": "QEA="
}

application/xml, text/xml

Sample:
<Cajeros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain">
  <ClavePaso>sample string 3</ClavePaso>
  <CodCajero>sample string 1</CodCajero>
  <Foto>sample string 4</Foto>
  <ImageBase64>QEA=</ImageBase64>
  <NomCajero>sample string 2</NomCajero>
</Cajeros>

multipart/form-data

Sample:
<Cajeros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain"><ClavePaso>sample string 3</ClavePaso><CodCajero>sample string 1</CodCajero><Foto>sample string 4</Foto><ImageBase64>QEA=</ImageBase64><NomCajero>sample string 2</NomCajero></Cajeros>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Cajeros
NameDescriptionTypeAdditional information
CodCajero

string

None.

NomCajero

string

Required

Max length: 30

ClavePaso

string

Max length: 30

Foto

string

None.

ImageFullPath

string

None.

ImageBase64

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "CodCajero": "sample string 1",
  "NomCajero": "sample string 2",
  "ClavePaso": "sample string 3",
  "Foto": "sample string 4",
  "ImageFullPath": "http://webapicheckin.sicsoftsa.com/sample string 4",
  "ImageBase64": "QEA="
}

application/xml, text/xml

Sample:
<Cajeros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain">
  <ClavePaso>sample string 3</ClavePaso>
  <CodCajero>sample string 1</CodCajero>
  <Foto>sample string 4</Foto>
  <ImageBase64>QEA=</ImageBase64>
  <NomCajero>sample string 2</NomCajero>
</Cajeros>

multipart/form-data

Sample:
<Cajeros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain"><ClavePaso>sample string 3</ClavePaso><CodCajero>sample string 1</CodCajero><Foto>sample string 4</Foto><ImageBase64>QEA=</ImageBase64><NomCajero>sample string 2</NomCajero></Cajeros>