Get Reseller Redemptions
DescriptionFor a specified Reseller organization, retrieves all redemption data against a specified discount contract. The redemption list is paginated. Filtration of the redemption list can be done using appropriate parameters in request body.
- Default Filter: REDEEMED_DATE BETWEEN (Previous Quarter)
- Default Sorting Order: REDEEMED_DATE (Descending)
Request
URLURL
Path Parameters
Path Parameters
ID of the partner organization in CSP
Billing Engine Discount Contract ID
Query Parameters
Query Parameters
Number of results to be fetched per page
Result number to be first on the page
Request Body
{
"filters": [
{
"key": "SUBSCRIPTION_ID",
"operator": "EQUALS",
"value": "M0353803413"
},
{
"key": "CUSTOMER_NAME",
"operator": "LIKE",
"value": "Coke Inc"
},
{
"end": "2023-09-15T06:07:50.000Z",
"key": "REDEEMED_DATE",
"operator": "BETWEEN",
"start": "2022-09-15T06:07:51.000Z"
}
]
}
Redemption filters such as SUBSCRIPTION_ID or CUSTOMER_NAME
Authentication
Response
Response BodyResponse Body
200 OK
{
"current": 1,
"next": 3,
"results": [
{
"arInvoiceNumber": "4900001337",
"billDocNumber": "1318566905",
"billingFrequency": "PREPAID",
"billingTerm": "12",
"currency": "USD",
"customerName": "IQVIA",
"extendedPrice": 265133.7,
"offerType": "COMMIT",
"orgId": "3e46b5fb-de5d-4fbb-9d69-e6a08b5af88b",
"orgName": "jxlygmpq",
"quantity": 6,
"redeemedDate": "2021-11-11 00:00:00",
"sku": "VMC_AWS_I3_CP",
"skuDescription": "VMware Cloud on AWS - Per i3 Host - Commitment",
"subscriptionId": "M1823001248"
}
],
"totalResultsCount": 100
}
First result on the current page
First result on the next page
The total number of results
Errors
Bad Request - The request is either incomplete or incorrect
Unauthorized - The request requires user authentication
Forbidden - User does not have permission for this operation
Not Found - The requested resource does not exist
Internal Server Error - Please contact support