POST api/Producto/Transferir
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objEntidad | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"idProductoTransferencia": 1,
"idVenta": 2,
"idCliente": 3,
"fechaTransferencia": "2026-07-01T09:00:54.521842-05:00",
"idEstado": 5,
"idProducto": 6,
"estadoCuenta": "sample string 7",
"importe": 8.0,
"idEmpresa": 1,
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
application/xml, text/xml
Sample:
<ProductoTransferencia 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>
<estadoCuenta>sample string 7</estadoCuenta>
<fechaTransferencia>2026-07-01T09:00:54.521842-05:00</fechaTransferencia>
<idCliente>3</idCliente>
<idEmpresa>1</idEmpresa>
<idEstado>5</idEstado>
<idProducto>6</idProducto>
<idProductoTransferencia>1</idProductoTransferencia>
<idVenta>2</idVenta>
<importe>8</importe>
</ProductoTransferencia>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>