PUT api/cambiarficha/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SubidaFichas
NameDescriptionTypeAdditional information
fotoperfilantes

string

None.

fotoperfildespues

string

None.

fotofrenteantes

string

None.

fotofrentedespues

string

None.

fotoperespaldantes

string

None.

fotoespaldadespues

string

None.

videoantes

string

None.

videodespues

string

None.

tabla

string

None.

Idcliente

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Idcliente": 1,
  "fotoperfilantes": "sample string 1",
  "fotoperfildespues": "sample string 2",
  "fotofrenteantes": "sample string 3",
  "fotofrentedespues": "sample string 4",
  "fotoperespaldantes": "sample string 5",
  "fotoespaldadespues": "sample string 6",
  "videoantes": "sample string 7",
  "videodespues": "sample string 8",
  "tabla": "sample string 9"
}

application/xml, text/xml

Sample:
<SubidaFichas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/maraton">
  <Idcliente>1</Idcliente>
  <fotoespaldadespues>sample string 6</fotoespaldadespues>
  <fotofrenteantes>sample string 3</fotofrenteantes>
  <fotofrentedespues>sample string 4</fotofrentedespues>
  <fotoperespaldantes>sample string 5</fotoperespaldantes>
  <fotoperfilantes>sample string 1</fotoperfilantes>
  <fotoperfildespues>sample string 2</fotoperfildespues>
  <tabla>sample string 9</tabla>
  <videoantes>sample string 7</videoantes>
  <videodespues>sample string 8</videodespues>
</SubidaFichas>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SubidaFichas'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.