POST api/Producto/Renuncia
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:
{
"idProductoRenuncia": 1,
"idProducto": 2,
"fechaRenuncia": "2026-07-01T09:00:51.3519473-05:00",
"idEmpresa": 1,
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
application/xml, text/xml
Sample:
<ProductoRenuncia 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>
<fechaRenuncia>2026-07-01T09:00:51.3519473-05:00</fechaRenuncia>
<idEmpresa>1</idEmpresa>
<idProducto>2</idProducto>
<idProductoRenuncia>1</idProductoRenuncia>
</ProductoRenuncia>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>