---
title: "View productallowance"
method: GET
path: "/v1/ProductAllowances/{id}"
tags: ["ProductAllowances"]
---

# View productallowance

`GET /v1/ProductAllowances/{id}`

Find a single productallowance by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsProductAllowance
  - `ok` boolean
  - `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

- `404` — NotFound
- `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)
