GET api/Producto/ObtenerEntrega/{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:
{
  "idProductoEntrega": 1,
  "idProducto": 2,
  "fechaEntrega": "2026-07-01T08:59:14.6699191-05:00",
  "usuarioRegistra": "sample string 4",
  "idEmpresa": 1,
  "ChangeTracker": {
    "$id": "2",
    "State": 2,
    "ObjectsRemovedFromCollectionProperties": {},
    "OriginalValues": {},
    "ExtendedProperties": {},
    "ObjectsAddedToCollectionProperties": {}
  }
}

application/xml, text/xml

Sample:
<ProductoEntrega xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <ChangeTracker z:Id="i2">
    <ExtendedProperties />
    <ObjectsAddedToCollectionProperties />
    <ObjectsRemovedFromCollectionProperties />
    <OriginalValues />
    <State>Added</State>
  </ChangeTracker>
  <fechaEntrega>2026-07-01T08:59:14.6699191-05:00</fechaEntrega>
  <idEmpresa>1</idEmpresa>
  <idProducto>2</idProducto>
  <idProductoEntrega>1</idProductoEntrega>
  <usuarioRegistra>sample string 4</usuarioRegistra>
</ProductoEntrega>