POST api/reportedetalleservicio/ordencompraListarDetalleServicioTotal
Request Information
URI Parameters
None.
Body Parameters
DetalleIngredienteRequestName | Description | Type | Additional information |
---|---|---|---|
casino | integer |
None. |
|
mediopago | integer |
None. |
|
centrocosto | string |
None. |
|
servicio | integer |
None. |
|
fechadesde | date |
None. |
|
fechahasta | date |
None. |
|
pageNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "casino": 1, "mediopago": 2, "centrocosto": "sample string 3", "servicio": 4, "fechadesde": "2025-06-25T12:05:43.1459687+00:00", "fechahasta": "2025-06-25T12:05:43.1459687+00:00", "pageNumber": 7 }
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}