> For the complete documentation index, see [llms.txt](https://apis.rightrev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apis.rightrev.com/rightrev-rest-api/revenue-desk-360/revenue-contract-details/retrieve-revenue-contract-ssp-details.md).

# Retrieve Revenue Contract SSP Details

Method - GET

API End Point

```
/apis/recorder/v1/revenue_contract/<RC ID><ofid=>&object=rc_ssps
```

Path Parameters&#x20;

<table><thead><tr><th width="133">Key</th><th>Values</th></tr></thead><tbody><tr><td>1. object<br>2. ofid</td><td>1.  rc_ssp<br>2. Order Financial ID For e.g. OFID-001</td></tr></tbody></table>

**Sample API End Point** &#x20;

```
apis/recorder/v1/revenue_contract/RC-423?ofid=OFID_SNOW-1554_AA_1&object=rc_ssp
```

* Above sample endpoint will fetch **Standalone Selling Price (SSP) Details of Order Financial ID -** OFID\_SNOW-1554\_AA\_1  **of RC-423** in RightRev system.

**Screenshot for reference**

<div data-with-frame="true"><figure><img src="/files/CiDnn2NiuHESInmb2yQK" alt=""><figcaption></figcaption></figure></div>

Response

```
"{
    ""rc_ssp"": [
        {
            ""OFID_SNOW-1554_AA_1"": {
                ""above_mid_point"": 110,
                ""below_midpoint"": 70,
                ""derived_above_midpoint_price"": 1100,
                ""derived_below_midpoint_price"": 700,
                ""derived_midpoint_price"": 900,
                ""effective_end_date"": ""2024-12-31"",
                ""effective_start_date"": ""2021-01-01"",
                ""mid_point"": 90,
                ""order_financial_id"": ""OFID_SNOW-1554_AA_1"",
                ""ssp_batch_name"": ""SSP_16Jan"",
                ""ssp_ceiling_percentage"": 110,
                ""ssp_date"": ""2021-02-01"",
                ""ssp_expression"": null,
                ""ssp_floor_percentage"": 70,
                ""ssp_hierarchy"": ""2"",
                ""ssp_method"": ""Upload"",
                ""ssp_percent"": 90,
                ""ssp_policy_name"": ""SSP_16Jan"",
                ""ssp_transaction_range_identifier"": ""mid_point"",
                ""ssp_value_id"": ""1aeece10-6974-47de-a02c-6a8ecd9c6db3"",
                ""ssp_within_range"": true,
                ""term"": null,
                ""total_list_price"": 1000,
                ""total_sell_price"": 900,
                ""total_ssp_price"": 900,
                ""transaction_price"": 900,
                ""value_type"": ""Percent""
            }
        }
    ],
    ""total_records"": 1
}"
```

**Description of the fields**

<table><thead><tr><th width="270">Field Name</th><th width="482">Description</th><th width="388">Example</th></tr></thead><tbody><tr><td>rc_ssp</td><td>List of SSP records for the Revenue Contract.</td><td></td></tr><tr><td>Order Financial ID</td><td>Order Financial ID for which SSP values are calculated.</td><td>OFID_SNOW-1554_AA_1</td></tr><tr><td>above_mid_point</td><td>Upper percentage range for SSP.</td><td>110</td></tr><tr><td>below_midpoint</td><td>Lower percentage range for SSP.</td><td>70</td></tr><tr><td>derived_above_midpoint_price</td><td>Derived SSP price using above-midpoint %.</td><td>1100</td></tr><tr><td>derived_below_midpoint_price</td><td>Derived SSP price using below-midpoint %.</td><td>700</td></tr><tr><td>derived_midpoint_price</td><td>Derived midpoint SSP price.</td><td>46191</td></tr><tr><td>effective_end_date</td><td>End date of SSP validity.</td><td>2024‑12‑31</td></tr><tr><td>effective_start_date</td><td>Start date of SSP validity.</td><td>2021‑01‑01</td></tr><tr><td>mid_point</td><td>Midpoint percentage range for SSP.</td><td>90</td></tr><tr><td>order_financial_id</td><td>Order Financial ID tied to SSP line.</td><td>OFID_SNOW-1554_AA_1</td></tr><tr><td>ssp_batch_name</td><td>Name of the SSP batch used.</td><td>SSP_16Jan</td></tr><tr><td>ssp_ceiling_percentage</td><td>Max % allowed for SSP range.</td><td>110</td></tr><tr><td>ssp_date</td><td>Date used for selecting SSP record.</td><td>2021‑02‑01</td></tr><tr><td>ssp_expression</td><td>Formula used for SSP (if formula-based).</td><td>null</td></tr><tr><td>ssp_floor_percentage</td><td>Minimum % allowed for SSP range.</td><td>70</td></tr><tr><td>ssp_hierarchy</td><td>SSP hierarchy level used when determining SSP.</td><td>2</td></tr><tr><td>ssp_method</td><td>Source/method used for SSP (Upload / Formula / Override).</td><td>Upload</td></tr><tr><td>ssp_percent</td><td>Final SSP % selected for pricing.</td><td>90</td></tr><tr><td>ssp_policy_name</td><td>SSP policy applied to the line.</td><td>SSP_16Jan</td></tr><tr><td>ssp_transaction_range_identifier</td><td>Indicates which SSP position is used (mid_point / above / below).</td><td>mid_point</td></tr><tr><td>ssp_value_id</td><td>Unique identifier for the SSP value entry.</td><td>1aeece10‑6974‑47de‑a02c‑6a8ecd9c6db3</td></tr><tr><td>ssp_within_range</td><td>Whether value is within SSP policy range.</td><td>TRUE</td></tr><tr><td>term</td><td>Term or duration used for SSP.</td><td>null</td></tr><tr><td>total_list_price</td><td>Total list price for the line.</td><td>1000</td></tr><tr><td>total_sell_price</td><td>Total selling price for the line.</td><td>900</td></tr><tr><td>total_ssp_price</td><td>SSP price assigned to the line.</td><td>900</td></tr><tr><td>transaction_price</td><td>Final transaction price used for revenue allocation.</td><td>900</td></tr><tr><td>value_type</td><td>Pricing type used (Amount / Percent / Range).</td><td>Percent</td></tr><tr><td>total_records</td><td>Total number of SSP records returned.</td><td>1</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apis.rightrev.com/rightrev-rest-api/revenue-desk-360/revenue-contract-details/retrieve-revenue-contract-ssp-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
