POST api/Chat/ListarTopProductoChat
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"fechaAgenda": "2026-07-01T08:57:46.4272687-05:00",
"fechaInicio": "2026-07-01T08:57:46.4272687-05:00",
"fechaFin": "2026-07-01T08:57:46.4272687-05:00",
"idTrabajador": 1,
"anio": 4,
"mes": 5,
"idEmpresa": 1,
"idRegistro": 6
}
application/xml, text/xml
Sample:
<ModelGlobal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Servicios.Models"> <anio>4</anio> <fechaAgenda>2026-07-01T08:57:46.4272687-05:00</fechaAgenda> <fechaFin>2026-07-01T08:57:46.4272687-05:00</fechaFin> <fechaInicio>2026-07-01T08:57:46.4272687-05:00</fechaInicio> <idEmpresa>1</idEmpresa> <idRegistro>6</idRegistro> <idTrabajador>1</idTrabajador> <mes>5</mes> </ModelGlobal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idProducto": 1,
"nombre": "sample string 2",
"cantidad": 1,
"importe": 1.0
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfTopProductoDtoChat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Negocio.Poco">
<TopProductoDtoChat>
<cantidad>1</cantidad>
<idProducto>1</idProducto>
<importe>1</importe>
<nombre>sample string 2</nombre>
</TopProductoDtoChat>
<TopProductoDtoChat>
<cantidad>1</cantidad>
<idProducto>1</idProducto>
<importe>1</importe>
<nombre>sample string 2</nombre>
</TopProductoDtoChat>
<TopProductoDtoChat>
<cantidad>1</cantidad>
<idProducto>1</idProducto>
<importe>1</importe>
<nombre>sample string 2</nombre>
</TopProductoDtoChat>
</ArrayOfTopProductoDtoChat>