GET api/Producto/ListarStockxAlmacen/{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": 1,
    "nombre": "sample string 2",
    "descripcion": "sample string 3",
    "precioCompra": 4.0,
    "precioVentaCredito": 5.0,
    "precioVentaContado": 6.0,
    "precioVentaxMayor": 7.0,
    "stock": 1.0,
    "tipoProducto": "sample string 8",
    "categoria": "sample string 9",
    "idAlmacen": 1,
    "cantidad": 1.0,
    "almacen": "sample string 10",
    "stockMinimo": 1,
    "stockSeguridad": 1.0,
    "unidadMedida": "sample string 11",
    "idUnidadMedida": 1,
    "esParaVenta": 1,
    "ChangeTracker": {
      "$id": "3",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    }
  },
  {
    "$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 10</almacen>
    <cantidad>1</cantidad>
    <categoria>sample string 9</categoria>
    <descripcion>sample string 3</descripcion>
    <esParaVenta>1</esParaVenta>
    <idAlmacen>1</idAlmacen>
    <idEmpresa>1</idEmpresa>
    <idProducto>1</idProducto>
    <idSubEmpresa>1</idSubEmpresa>
    <idUnidadMedida>1</idUnidadMedida>
    <nombre>sample string 2</nombre>
    <precioCompra>4</precioCompra>
    <precioVentaContado>6</precioVentaContado>
    <precioVentaCredito>5</precioVentaCredito>
    <precioVentaxMayor>7</precioVentaxMayor>
    <stock>1</stock>
    <stockMinimo>1</stockMinimo>
    <stockSeguridad>1</stockSeguridad>
    <tipoProducto>sample string 8</tipoProducto>
    <unidadMedida>sample string 11</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>