POST api/foto
Request Information
URI Parameters
None.
Body Parameters
RequestFotoName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
idDevolucion | integer |
None. |
|
imagen | string |
None. |
|
nombre | string |
None. |
|
mensaje | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "idDevolucion": 2, "imagen": "sample string 3", "nombre": "sample string 4", "mensaje": "sample string 5" }
application/xml, text/xml
Sample:
<RequestFoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICalidadHD.Models"> <Id>1</Id> <IdDevolucion>2</IdDevolucion> <Imagen>sample string 3</Imagen> <Mensaje>sample string 5</Mensaje> <Nombre>sample string 4</Nombre> </RequestFoto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |