[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Download Reseller Redemptions
DescriptionDownloads the redemption data of a Reseller organization against a specified discount contract ID.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/seller/v1/resellers/{orgId}/discount-contracts/{billingEngineDiscountContractId}/redemptions/download
Path Parameters
Path Parameters
string
orgId
Required
ID of the partner organization in CSP
string
billingEngineDiscountContractId
Required
Billing Engine Discount Contract ID
Request Body
Request Body
{
"filters": {}
}
array of
object
filters
Optional
Redemption filters such as SUBSCRIPTION_ID or CUSTOMER_NAME
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
string
formatted as binary
of type application/octet-stream
Errors
ErrorResponse
400
Bad Request - The request is either incomplete or incorrect
ErrorResponse
401
Unauthorized - The request requires user authentication
ErrorResponse
403
Forbidden - User does not have permission for this operation
ErrorResponse
500
Internal Server Error - Please contact support
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"filters":{}}' https://console.navigator.vmware.com/cphub/api/seller/v1/resellers/{orgId}/discount-contracts/{billingEngineDiscountContractId}/redemptions/download
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator