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. |
|
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": "e0dde145-cdc6-4392-a480-5b543fdd6137", "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": "a85f2622-1fd9-4fd5-88f2-5b7d9238cc55", "IDLSCATEGORIA": "be029ae8-d864-4fb7-b424-2d071599345e", "NSEGMENTO": "sample string 29", "NCATEGORIA": "sample string 30", "ANCHO": "sample string 31", "ALTO": "sample string 32", "RIN": "sample string 33", "EXISTENCIAS": [ { "IDITEM": "b84f6ec3-c17a-4915-b12e-cd372e6cad2e", "IDEMPRESA": "f6e8068c-f2ed-4707-a080-6906ab981cae", "ALMACEN": "sample string 3", "EXISTENCIADISPONIBLE": 4.0 }, { "IDITEM": "b84f6ec3-c17a-4915-b12e-cd372e6cad2e", "IDEMPRESA": "f6e8068c-f2ed-4707-a080-6906ab981cae", "ALMACEN": "sample string 3", "EXISTENCIADISPONIBLE": 4.0 } ] }, { "IDITEM": "e0dde145-cdc6-4392-a480-5b543fdd6137", "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": "a85f2622-1fd9-4fd5-88f2-5b7d9238cc55", "IDLSCATEGORIA": "be029ae8-d864-4fb7-b424-2d071599345e", "NSEGMENTO": "sample string 29", "NCATEGORIA": "sample string 30", "ANCHO": "sample string 31", "ALTO": "sample string 32", "RIN": "sample string 33", "EXISTENCIAS": [ { "IDITEM": "b84f6ec3-c17a-4915-b12e-cd372e6cad2e", "IDEMPRESA": "f6e8068c-f2ed-4707-a080-6906ab981cae", "ALMACEN": "sample string 3", "EXISTENCIADISPONIBLE": 4.0 }, { "IDITEM": "b84f6ec3-c17a-4915-b12e-cd372e6cad2e", "IDEMPRESA": "f6e8068c-f2ed-4707-a080-6906ab981cae", "ALMACEN": "sample string 3", "EXISTENCIADISPONIBLE": 4.0 } ] } ]