GET Api/Items/BusquedaItems?filtro={filtro}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filtro | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Item| Name | Description | Type | Additional information |
|---|---|---|---|
| IDITEM | globally unique identifier |
None. |
|
| SKU | string |
None. |
|
| NMARCA | string |
None. |
|
| NOMBREVENTA | string |
None. |
|
| TIPOITEM | string |
None. |
|
| TASABASEIVA | decimal number |
None. |
|
| PLISTA | decimal number |
None. |
|
| P1 | decimal number |
None. |
|
| P2 | decimal number |
None. |
|
| P3 | decimal number |
None. |
|
| P4 | decimal number |
None. |
|
| P5 | decimal number |
None. |
|
| P6 | decimal number |
None. |
|
| P7 | decimal number |
None. |
|
| P8 | decimal number |
None. |
|
| P9 | decimal number |
None. |
|
| P10 | decimal number |
None. |
|
| P11 | decimal number |
None. |
|
| P12 | decimal number |
None. |
|
| P13 | decimal number |
None. |
|
| EALMACEN | decimal number |
None. |
|
| EGENERAL | decimal number |
None. |
|
| APLICAIVA | integer |
None. |
|
| ESPROMOCION | integer |
None. |
|
| LIQUIDACION | integer |
None. |
|
| URL | string |
None. |
|
| IDLSTIPOITEM | globally unique identifier |
None. |
|
| IDLSCATEGORIA | globally unique identifier |
None. |
|
| NSEGMENTO | string |
None. |
|
| NCATEGORIA | string |
None. |
|
| ANCHO | string |
None. |
|
| ALTO | string |
None. |
|
| RIN | string |
None. |
|
| EXISTENCIAS | Collection of ExistenciaItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDITEM": "fac34f05-99ac-4d5e-8a97-5062f05f683b",
"SKU": "sample string 2",
"NMARCA": "sample string 3",
"NOMBREVENTA": "sample string 4",
"TIPOITEM": "sample string 5",
"TASABASEIVA": 6.0,
"PLISTA": 7.0,
"P1": 8.0,
"P2": 9.0,
"P3": 10.0,
"P4": 11.0,
"P5": 12.0,
"P6": 13.0,
"P7": 14.0,
"P8": 15.0,
"P9": 16.0,
"P10": 17.0,
"P11": 18.0,
"P12": 19.0,
"P13": 20.0,
"EALMACEN": 21.0,
"EGENERAL": 22.0,
"APLICAIVA": 23,
"ESPROMOCION": 24,
"LIQUIDACION": 25,
"URL": "sample string 26",
"IDLSTIPOITEM": "a0ac225e-f833-43cf-97fd-f694e7055ce6",
"IDLSCATEGORIA": "190b899c-384e-4cef-89af-2ed45f70b0f2",
"NSEGMENTO": "sample string 29",
"NCATEGORIA": "sample string 30",
"ANCHO": "sample string 31",
"ALTO": "sample string 32",
"RIN": "sample string 33",
"EXISTENCIAS": [
{
"IDITEM": "4e132db7-d1a7-413b-84ed-770cc70751f9",
"IDEMPRESA": "8dcad195-6e93-49cf-9c69-3bf625a37361",
"ALMACEN": "sample string 3",
"EXISTENCIADISPONIBLE": 4.0
},
{
"IDITEM": "4e132db7-d1a7-413b-84ed-770cc70751f9",
"IDEMPRESA": "8dcad195-6e93-49cf-9c69-3bf625a37361",
"ALMACEN": "sample string 3",
"EXISTENCIADISPONIBLE": 4.0
}
]
},
{
"IDITEM": "fac34f05-99ac-4d5e-8a97-5062f05f683b",
"SKU": "sample string 2",
"NMARCA": "sample string 3",
"NOMBREVENTA": "sample string 4",
"TIPOITEM": "sample string 5",
"TASABASEIVA": 6.0,
"PLISTA": 7.0,
"P1": 8.0,
"P2": 9.0,
"P3": 10.0,
"P4": 11.0,
"P5": 12.0,
"P6": 13.0,
"P7": 14.0,
"P8": 15.0,
"P9": 16.0,
"P10": 17.0,
"P11": 18.0,
"P12": 19.0,
"P13": 20.0,
"EALMACEN": 21.0,
"EGENERAL": 22.0,
"APLICAIVA": 23,
"ESPROMOCION": 24,
"LIQUIDACION": 25,
"URL": "sample string 26",
"IDLSTIPOITEM": "a0ac225e-f833-43cf-97fd-f694e7055ce6",
"IDLSCATEGORIA": "190b899c-384e-4cef-89af-2ed45f70b0f2",
"NSEGMENTO": "sample string 29",
"NCATEGORIA": "sample string 30",
"ANCHO": "sample string 31",
"ALTO": "sample string 32",
"RIN": "sample string 33",
"EXISTENCIAS": [
{
"IDITEM": "4e132db7-d1a7-413b-84ed-770cc70751f9",
"IDEMPRESA": "8dcad195-6e93-49cf-9c69-3bf625a37361",
"ALMACEN": "sample string 3",
"EXISTENCIADISPONIBLE": 4.0
},
{
"IDITEM": "4e132db7-d1a7-413b-84ed-770cc70751f9",
"IDEMPRESA": "8dcad195-6e93-49cf-9c69-3bf625a37361",
"ALMACEN": "sample string 3",
"EXISTENCIADISPONIBLE": 4.0
}
]
}
]