GET api/Producto/ListaStockMayorCero/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idProducto": 1,
    "idEmpresa": 1,
    "idSubEmpresa": 2,
    "nombre": "sample string 3",
    "descripcion": "sample string 4",
    "precioCompra": 5.0,
    "precioVentaCredito": 6.0,
    "precioVentaContado": 7.0,
    "precioVentaxMayor": 8.0,
    "stock": 1.0,
    "tipoProducto": "sample string 9",
    "categoria": "sample string 10",
    "idAlmacen": 1,
    "cantidad": 1.0,
    "almacen": "sample string 11",
    "stockMinimo": 12,
    "stockSeguridad": 13,
    "unidadMedida": "sample string 14",
    "idUnidadMedida": 1,
    "esParaVenta": 1,
    "ChangeTracker": {
      "$id": "3",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {
        "$id": "4"
      },
      "OriginalValues": {
        "$id": "5"
      },
      "ExtendedProperties": {
        "$id": "6"
      },
      "ObjectsAddedToCollectionProperties": {
        "$id": "7"
      }
    }
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProducto_View xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <Producto_View z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <almacen>sample string 11</almacen>
    <cantidad>1</cantidad>
    <categoria>sample string 10</categoria>
    <descripcion>sample string 4</descripcion>
    <esParaVenta>1</esParaVenta>
    <idAlmacen>1</idAlmacen>
    <idEmpresa>1</idEmpresa>
    <idProducto>1</idProducto>
    <idSubEmpresa>2</idSubEmpresa>
    <idUnidadMedida>1</idUnidadMedida>
    <nombre>sample string 3</nombre>
    <precioCompra>5</precioCompra>
    <precioVentaContado>7</precioVentaContado>
    <precioVentaCredito>6</precioVentaCredito>
    <precioVentaxMayor>8</precioVentaxMayor>
    <stock>1</stock>
    <stockMinimo>12</stockMinimo>
    <stockSeguridad>13</stockSeguridad>
    <tipoProducto>sample string 9</tipoProducto>
    <unidadMedida>sample string 14</unidadMedida>
  </Producto_View>
  <Producto_View z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
  <Producto_View z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfProducto_View>