GET api/Devolucion/ListarDetalleDevolucionAdicional/{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",
    "idDevolucionDetalleAdicional": 1,
    "idDevolucionDetalle": 1,
    "serieLote": "sample string 3",
    "tipo": 1,
    "cantidad": 1.0,
    "idEstado": 4,
    "DevolucionDetalle": {
      "$id": "3",
      "idDevolucionDetalle": 1,
      "idDevolucion": 1,
      "fechaRegistro": "2026-07-20T12:21:26.9576857-05:00",
      "idProducto": 4,
      "cantidad": 5.0,
      "precioUnitario": 6.0,
      "subTotal": 7.0,
      "idEstado": 8,
      "idUnidadMedida": 1,
      "Devolucion": {
        "$id": "4",
        "idDevolucion": 1,
        "idCompra": 2,
        "idTipoDocumento": 3,
        "serie": "sample string 4",
        "numero": "sample string 5",
        "idCaja": 6,
        "idEstado": 7,
        "baseImponible": 8.0,
        "impuesto": 9.0,
        "totalImporte": 10.0,
        "motivo": "sample string 11",
        "fechaOperacion": "2026-07-20T12:21:26.9576857-05:00",
        "idEmpresa": 13,
        "fechaRegistro": "2026-07-20T12:21:26.9576857-05:00",
        "observacion": "sample string 15",
        "usuarioRegistra": "sample string 16",
        "idTipoNotaCredito": 1,
        "DevolucionDetalle": {
          "$id": "5",
          "$values": [
            {
              "$ref": "3"
            }
          ]
        },
        "ChangeTracker": {
          "$id": "6",
          "State": 2,
          "ObjectsRemovedFromCollectionProperties": {
            "$id": "7"
          },
          "OriginalValues": {
            "$id": "8"
          },
          "ExtendedProperties": {
            "$id": "9"
          },
          "ObjectsAddedToCollectionProperties": {
            "$id": "10"
          }
        }
      },
      "DevolucionDetalleAdicional": {
        "$id": "11",
        "$values": [
          {
            "$ref": "2"
          }
        ]
      },
      "ChangeTracker": {
        "$ref": "6"
      }
    },
    "ChangeTracker": {
      "$ref": "6"
    }
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDevolucionDetalleAdicional xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <DevolucionDetalleAdicional z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <DevolucionDetalle z:Id="i3">
      <ChangeTracker z:Ref="i2" />
      <Devolucion z:Id="i4">
        <ChangeTracker z:Ref="i2" />
        <DevolucionDetalle>
          <DevolucionDetalle z:Ref="i3" />
        </DevolucionDetalle>
        <baseImponible>8</baseImponible>
        <fechaOperacion>2026-07-20T12:21:26.9576857-05:00</fechaOperacion>
        <fechaRegistro>2026-07-20T12:21:26.9576857-05:00</fechaRegistro>
        <idCaja>6</idCaja>
        <idCompra>2</idCompra>
        <idDevolucion>1</idDevolucion>
        <idEmpresa>13</idEmpresa>
        <idEstado>7</idEstado>
        <idTipoDocumento>3</idTipoDocumento>
        <idTipoNotaCredito>1</idTipoNotaCredito>
        <impuesto>9</impuesto>
        <motivo>sample string 11</motivo>
        <numero>sample string 5</numero>
        <observacion>sample string 15</observacion>
        <serie>sample string 4</serie>
        <totalImporte>10</totalImporte>
        <usuarioRegistra>sample string 16</usuarioRegistra>
      </Devolucion>
      <DevolucionDetalleAdicional>
        <DevolucionDetalleAdicional z:Ref="i1" />
      </DevolucionDetalleAdicional>
      <cantidad>5</cantidad>
      <fechaRegistro>2026-07-20T12:21:26.9576857-05:00</fechaRegistro>
      <idDevolucion>1</idDevolucion>
      <idDevolucionDetalle>1</idDevolucionDetalle>
      <idEstado>8</idEstado>
      <idProducto>4</idProducto>
      <idUnidadMedida>1</idUnidadMedida>
      <precioUnitario>6</precioUnitario>
      <subTotal>7</subTotal>
    </DevolucionDetalle>
    <cantidad>1</cantidad>
    <idDevolucionDetalle>1</idDevolucionDetalle>
    <idDevolucionDetalleAdicional>1</idDevolucionDetalleAdicional>
    <idEstado>4</idEstado>
    <serieLote>sample string 3</serieLote>
    <tipo>1</tipo>
  </DevolucionDetalleAdicional>
  <DevolucionDetalleAdicional z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
  <DevolucionDetalleAdicional z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfDevolucionDetalleAdicional>