---
title: "View request product"
method: GET
path: "/v1/RequestProducts/{id}"
tags: ["RequestProducts"]
---

# View request product

`GET /v1/RequestProducts/{id}`

Find a single request product by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsRequestProduct
  - `ok` boolean
  - `request_product_id` integer — Primary identifier for this request product.
  - `request_service_id` integer, required — Foreign identifier indicating which request service it belongs to.
  - `request_id` integer, required — Foreign identifier indicating which request it is part of.
  - `product_id` integer, required — Foreign identifier indicating the catalog product it is modeled after.
  - `quantity` integer, required — How many.
  - `rate` number, double — Per month charge to the end user.
  - `description` string — Short description of the product (i.e. the name).
  - `code_1` string — Primary provisioning code (i.e. USOC).
  - `code_2` string — Secondary provisioning code (i.e. FID).
  - `contract_start` string, date-time — Date service contract starts.
  - `contract_end` string, date-time — Date service contract ends.
  - `group_on_bill` boolean — Indicates product should display grouped with other products on the same package.
  - `tax_included` boolean — Indicates base charge plus tax should be equal to value of rate.
  - `itemized` boolean — Indicates product should itemize, by name only, when group_on_bill = true.
  - `cost` number, double — Per month cost from provider.
  - `buy_rate` number, double — Per month charge to a reseller.
  - `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)
