> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orquestr.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# sicarv4.cash_cut_payment_summaries.list

> List SICAR cash-cut summary lines by payment type (tabla resumentipopago)

# `sicarv4.cash_cut_payment_summaries.list`

List SICAR cash-cut summary lines by payment type (tabla `resumentipopago`). `rcc_id` points at `resumencortecaja` and `tpa_id` at `tipopago`. The table has no id of its own.

|                |                   |
| -------------- | ----------------- |
| **Adapter**    | `sicarv4`         |
| **Operation**  | `db.query`        |
| **SQL policy** | `read`            |
| **Table**      | `resumentipopago` |

## Parameters

| Name    | Kind    | Required | Notes                                                          |
| ------- | ------- | -------- | -------------------------------------------------------------- |
| `limit` | `limit` | No       | Optional. Default 1000, max 1000000. default 1000. max 1000000 |

## Example

```bash theme={"system"}
curl -s -X POST "$API/v1/devices/$DEVICE_ID/functions/sicarv4.cash_cut_payment_summaries.list" \
  -H "Authorization: Bearer $ORQUESTR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"limit":"50"}}'
```
