POST api/Scanner
Scanner
Request Information
URI Parameters
None.
Body Parameters
Scanner| Name | Description | Type | Additional information |
|---|---|---|---|
| Index | byte |
None. |
|
| Name | string |
None. |
|
| Tipo | byte |
None. |
|
| Id | integer |
None. |
|
| Descripcion | string |
None. |
|
| Peso | integer |
None. |
|
| Imagen | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Index": 64,
"Name": "sample string 2",
"Tipo": 64,
"Id": 4,
"Descripcion": "sample string 5",
"Peso": 6,
"Imagen": "sample string 7"
}
application/xml, text/xml
Sample:
<Scanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WsIosep.Models.ViewModel"> <Descripcion>sample string 5</Descripcion> <Id>4</Id> <Imagen>sample string 7</Imagen> <Index>64</Index> <Name>sample string 2</Name> <Peso>6</Peso> <Tipo>64</Tipo> </Scanner>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Escanea imagenes desde la app.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>