POST AppMovil/Proveedor/SubirFoto

Metodo Subir Foto. Sube la foto al servidor con el id correspondiente al caso y su ot correspondiente.

Request Information

URI Parameters

None.

Body Parameters

Recibe la entidad foto.

clsFoto
NameDescriptionTypeAdditional information
IdOt

integer

None.

NombreArchivo

string

None.

Foto

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdOt": 1,
  "NombreArchivo": "sample string 2",
  "Foto": "sample string 3"
}

application/xml, text/xml

Sample:
<clsFoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI.GrupoMok.Proveedores.Datos.Entidades">
  <Foto>sample string 3</Foto>
  <IdOt>1</IdOt>
  <NombreArchivo>sample string 2</NombreArchivo>
</clsFoto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Retorna el estado de subir la foto.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.