---
title: "Search productallowances"
method: GET
path: "/v1/ProductAllowances"
tags: ["ProductAllowances"]
---

# Search productallowances

`GET /v1/ProductAllowances`

Search for one or more productallowances.

## Query parameters

- `search.product_allowance_id` integer[]
- `search.product_id` integer[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsProductAllowance
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsProductAllowance[] — List of records returned.
    - `product_allowance_id` integer — Primary identifier for this product allowance.
    - `product_id` integer, required — Foreign identifier indicating which product this allowance belongs to.
    - `allowance_type` string, required — Type of allowance. Valid values: Voice, SMS, MMS, Data.
    - `unlimited` boolean — Indicates whether this allowance has no quantity cap.
    - `quantity` integer — Number of units included in this allowance. Must be greater than 0 when unlimited is false.
    - `expiration_days` integer — Number of days after which this allowance expires. Use 0 for no expiration.
    - `share_method` 'NONE' | 'ALL' | 'SAME_PACKAGE' | 'SAME_LINE_TYPE' | 'WITH_PRODUCT' — Determines how this allowance is shared. Valid values: NONE, ALL, SAME_PACKAGE, SAME_LINE_TYPE, WITH_PRODUCT.
    - `share_with_hierarchy` boolean — Indicates whether this allowance is shared with parent, child, and sibling lines in the hierarchy.
    - `roaming_flag` boolean — Indicates whether this allowance applies when roaming. Null means not applicable.
    - `created_date` string, date-time — Date and time this allowance was created.
    - `created_by` integer — Foreign identifier indicating which user created this allowance.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
