> ## 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.search

> Search cash-cut payment summaries by rcc_id (comma-separated)

# `sicarv4.cash_cut_payment_summaries.search`

Search cash-cut payment summaries by `rcc_id`. `resumentipopago` has no id of its own, so each id returns every payment line of that summary.

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

## Parameters

| Name    | Kind      | Required | Notes                                                          |
| ------- | --------- | -------- | -------------------------------------------------------------- |
| `ids`   | `id_list` | Yes      | `rcc_id` values. Comma-separated, e.g. 1,2,3                   |
| `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.search" \
  -H "Authorization: Bearer $ORQUESTR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"ids":"1,2,3","limit":"50"}}'
```
