[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Reseller Discount Contract Customers
DescriptionFor a specified Reseller organization, lists all customers with active discount contracts.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/seller/v1/resellers/{orgId}/discount-contracts/customers
Path Parameters
Path Parameters
string
orgId
Required
ID of the partner organization in CSP
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
DiscountContractReseller
of type application/json
[
{
"customers": [
{
"customerName": "GWB State Prod",
"customerOrgId": "cebad2b8-5ad8-43ae-98c2-863a21685dba"
},
{
"customerName": "SDSU IT",
"customerOrgId": "f72dc7f9-8361-4a4b-a94e-a083bdd45744"
},
{
"customerName": "SDSU Admission",
"customerOrgId": "c44e5c1c-438b-47f6-8748-77b9f2eadf9e"
}
],
"resellerName": "Dolum Ipsum",
"resellerPRMId": "756323"
}
]
array of
DiscountContractCustomer
customers
Optional
List of customers along with billing account id
string
resellerName
Optional
Partner name for the reseller in Partner Connect
string
resellerPRMId
Optional
Partner PRM Id for the reseller in Partner Connect
Errors
401
Unauthorized - The request requires user authentication
403
Forbidden - User does not have permission for this operation
Code Samples
cURL Command
curl https://console.navigator.vmware.com/cphub/api/seller/v1/resellers/{orgId}/discount-contracts/customers
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator