GET Api/Items?filtro={filtro}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filtro | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ItemName | 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. |
|
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": "64acf523-960e-4941-994a-e06361cdfbd4", "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, "EALMACEN": 18.0, "EGENERAL": 19.0, "APLICAIVA": 20, "ESPROMOCION": 21, "LIQUIDACION": 22, "URL": "sample string 23", "IDLSTIPOITEM": "63e998a9-3e20-423e-9ff3-0e916d8c0046", "IDLSCATEGORIA": "f331a8a7-e02c-42a3-a9ad-f83962694cb5", "NSEGMENTO": "sample string 26", "NCATEGORIA": "sample string 27", "ANCHO": "sample string 28", "ALTO": "sample string 29", "RIN": "sample string 30", "EXISTENCIAS": [ { "IDITEM": "f78fd8d6-a8ec-486b-afbe-84e391644240", "IDEMPRESA": "65bb8659-b872-4fc9-bd3d-ccdda65fa8e5", "ALMACEN": "sample string 3", "EXISTENCIADISPONIBLE": 4.0 }, { "IDITEM": "f78fd8d6-a8ec-486b-afbe-84e391644240", "IDEMPRESA": "65bb8659-b872-4fc9-bd3d-ccdda65fa8e5", "ALMACEN": "sample string 3", "EXISTENCIADISPONIBLE": 4.0 } ] }, { "IDITEM": "64acf523-960e-4941-994a-e06361cdfbd4", "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, "EALMACEN": 18.0, "EGENERAL": 19.0, "APLICAIVA": 20, "ESPROMOCION": 21, "LIQUIDACION": 22, "URL": "sample string 23", "IDLSTIPOITEM": "63e998a9-3e20-423e-9ff3-0e916d8c0046", "IDLSCATEGORIA": "f331a8a7-e02c-42a3-a9ad-f83962694cb5", "NSEGMENTO": "sample string 26", "NCATEGORIA": "sample string 27", "ANCHO": "sample string 28", "ALTO": "sample string 29", "RIN": "sample string 30", "EXISTENCIAS": [ { "IDITEM": "f78fd8d6-a8ec-486b-afbe-84e391644240", "IDEMPRESA": "65bb8659-b872-4fc9-bd3d-ccdda65fa8e5", "ALMACEN": "sample string 3", "EXISTENCIADISPONIBLE": 4.0 }, { "IDITEM": "f78fd8d6-a8ec-486b-afbe-84e391644240", "IDEMPRESA": "65bb8659-b872-4fc9-bd3d-ccdda65fa8e5", "ALMACEN": "sample string 3", "EXISTENCIADISPONIBLE": 4.0 } ] } ]