List Rebate Sheets Using GET

List Rebate Sheets Using GET

Get a list of rebate sheets.

Pre-authorized roles: Deal Administrator

Request
URI
GET
https://{api_host}//vcp.vmware.com/api/aggregator/v1/deals/rebateSheets
COPY
Query Parameters
integer
limit
Optional

limit

integer
offset
Optional

offset

string
sort
Optional

sort


Responses
200

Rebate sheets data in current quarter and region. startDate: product effective start date. endDate: product effective end date.

Returns PageOfRebateSheet of type(s) application/json
{
    "content": [
        {
            "productSKU": "VSPP3-1800-C",
            "productDisplayName": "VMware Virtual SAN Standard",
            "geo": "USC",
            "startDate": "2022-10-29",
            "endDate": "2023-01-30"
        }
    ],
    "total": 1
}
content
Optional

content

integer As int64 As int64
total
Optional

total


400

Bad Request

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure