GET Api/Items/BusquedaItems?filtro={filtro}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filtro

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Item
NameDescriptionTypeAdditional 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": "b83d9fc1-8962-4175-b815-5f9b57794f7e",
    "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": "52bc6fbb-a115-4511-9021-c565d9f5a068",
    "IDLSCATEGORIA": "5917b8b4-c621-4a67-90dd-1735d52a9eaf",
    "NSEGMENTO": "sample string 26",
    "NCATEGORIA": "sample string 27",
    "ANCHO": "sample string 28",
    "ALTO": "sample string 29",
    "RIN": "sample string 30",
    "EXISTENCIAS": [
      {
        "IDITEM": "8294a86e-9dfe-458b-a6dd-476e8a717521",
        "IDEMPRESA": "caacb958-94fa-4a27-a94a-97b915595e08",
        "ALMACEN": "sample string 3",
        "EXISTENCIADISPONIBLE": 4.0
      },
      {
        "IDITEM": "8294a86e-9dfe-458b-a6dd-476e8a717521",
        "IDEMPRESA": "caacb958-94fa-4a27-a94a-97b915595e08",
        "ALMACEN": "sample string 3",
        "EXISTENCIADISPONIBLE": 4.0
      }
    ]
  },
  {
    "IDITEM": "b83d9fc1-8962-4175-b815-5f9b57794f7e",
    "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": "52bc6fbb-a115-4511-9021-c565d9f5a068",
    "IDLSCATEGORIA": "5917b8b4-c621-4a67-90dd-1735d52a9eaf",
    "NSEGMENTO": "sample string 26",
    "NCATEGORIA": "sample string 27",
    "ANCHO": "sample string 28",
    "ALTO": "sample string 29",
    "RIN": "sample string 30",
    "EXISTENCIAS": [
      {
        "IDITEM": "8294a86e-9dfe-458b-a6dd-476e8a717521",
        "IDEMPRESA": "caacb958-94fa-4a27-a94a-97b915595e08",
        "ALMACEN": "sample string 3",
        "EXISTENCIADISPONIBLE": 4.0
      },
      {
        "IDITEM": "8294a86e-9dfe-458b-a6dd-476e8a717521",
        "IDEMPRESA": "caacb958-94fa-4a27-a94a-97b915595e08",
        "ALMACEN": "sample string 3",
        "EXISTENCIADISPONIBLE": 4.0
      }
    ]
  }
]