[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

Get Reseller Discount Contract Customers

Description

For a specified Reseller organization, lists all customers with active discount contracts.

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/seller/v1/resellers/{orgId}/discount-contracts/customers
Copy

Path Parameters

Path Parameters

string
orgId Required

ID of the partner organization in CSP


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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"
	}
]
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

Errors

401

Unauthorized - The request requires user authentication


403

Forbidden - User does not have permission for this operation

Code Samples

Code Samples

cURL Command

curl https://console.navigator.vmware.com/cphub/api/seller/v1/resellers/{orgId}/discount-contracts/customers


Feedback

Was this page helpful?