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

Get Reseller Subscription Transactions

Description

Retrieves details about the transactions of a specified subscription within a specified Reseller organization.

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/seller/v1/resellers/{orgId}/subscriptions/{subscriptionId}/transactions
Copy

Path Parameters

Path Parameters

string
orgId Required

ID of the partner organization in CSP


string
subscriptionId Required

ID of a given subscription in CSP


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ResellerTransaction of type application/json
{
	"customerOrgId": "163739g-63hijgds-63840bn",
	"customerOrgName": "San Diego University Org",
	"customerRef": {
		"name": "San Diego University"
	},
	"hostingType": "Shared",
	"serviceRefs": [
		{
			"id": "1234-1234-1234-123123",
			"name": "Workspace ONE Standard",
			"serviceIcon": "https://www.workspace.com/service_icon"
		}
	],
	"support": "Production",
	"transactions": [
		{
			"billingEngineOrderId": "13452",
			"currency": "USD",
			"id": "ff1a8d82-1b1d-4bd2-8d83-cb1365f375c4",
			"offers": [
				{
					"currency": "USD",
					"description": "Production Support/Subscription",
					"licenseUnit": "DEVICE",
					"listPrice": 9500,
					"name": "VMware Workspace ONE Standard",
					"offerCost": {
						"creditSavings": [],
						"discountSavings": [
							{
								"attributes": {
									"discountPercent": "5.00"
								},
								"discountAmount": -82,
								"type": "RCD"
							}
						],
						"totalCreditSavings": -1.63,
						"totalDiscountSavings": -82,
						"totalListPrice": 586.32,
						"totalNetPrice": 421.68
					},
					"offerStatus": "SUBMITTED",
					"purchaseQuantity": 100,
					"sku": "COS-XASD-999",
					"unitListPrice": 95,
					"usageItems": [
						{
							"chargeId": "TMO_PPS",
							"name": "TMO_PPS",
							"offerCost": {
								"discountSavings": [
									{
										"attributes": {
											"discountPercent": "10"
										},
										"discountAmount": -50,
										"type": "RCD"
									}
								],
								"unitListPrice": 5.2,
								"unitNetPrice": 5.3
							},
							"uom": "PPS"
						}
					],
					"volumeTierDiscount": 5
				}
			],
			"requester": "Jonathan Smith",
			"totalListPrice": 10000,
			"transactionDate": "10/1/2019",
			"transactionType": "INITIAL"
		}
	]
}
customerRef Optional

Reference object containing minimal details of a customer


organizationRef Optional

Reference object containing minimal details of organization.


array of ServiceRef
serviceRefs Optional

List of services in the subscription


transactions Optional

List of transactions done on this subscription

Errors

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
404

Not Found - The requested resource does not exist


ErrorResponse
500

Internal Server Error - Please contact support

Code Samples

Code Samples

cURL Command

curl https://console.navigator.vmware.com/cphub/api/seller/v1/resellers/{orgId}/subscriptions/{subscriptionId}/transactions


Feedback

Was this page helpful?