Get Reseller Transactions
DescriptionRetrieves details about all transactions of a specified Reseller organization. The transaction list is paginated. Filtration and sorting of the transaction list can be done using appropriate parameters in request body.
- Default Sorting Order: TRANSACTION_DATE (Descending)
Request
URLURL
Path Parameters
Path Parameters
ID of the partner organization in CSP
Query Parameters
Query Parameters
Number of results to be fetched per page
Result number to be first on the page
Request Body
Reseller transaction summary filters and sorter
{
"filters": [
{
"key": "TRANSACTION_ID",
"operator": "LIKE",
"value": "string"
}
],
"sorter": {
"key": "TRANSACTION_DATE",
"operator": "ASC"
}
}
A list of filters for transaction summary list for Reseller
Authentication
Response
Response BodyResponse Body
200 OK
{
"current": 1,
"next": 2,
"results": [
{
"billingEngineOrderId": "12188",
"customerRef": {
"name": "Valley Mountain DD"
},
"id": "041894d2-6de0-4082-8f32-9705817b5e6b",
"requester": "John",
"serviceRefs": [
{
"id": "0f1c0f8c-a658-4142-b73a-06aee1ac2f9b",
"name": "VMware vRealize Operations Cloud",
"serviceIcon": "https://console.cloud.vmware.com/csp/gateway/portal/assets/img/vrops.svg"
}
],
"status": "ACTIVE",
"subscriptionRef": {
"billingEngineSubscriptionId": "M1213456",
"id": "052822d5-14ad-4184-b2e1-df37e39d674a"
},
"transactionDate": "22020-12-03T10:30:17Z"
},
{
"billingEngineOrderId": "123156",
"customerRef": {
"name": "San Diego University"
},
"id": "473a3ca7-8f52-43f6-badd-3f4049787574",
"requester": "Mary",
"serviceRefs": [
{
"id": "tcq4LTfyZ_-UPdPAJIi2LhnvxmE_",
"name": "VMware Cloud on AWS - real stg",
"serviceIcon": "https://stg.skyscraper.vmware.com/assets/images/aws-icon.svg"
}
],
"subscriptionRef": {
"billingEngineSubscriptionId": "M2291688",
"id": "141a69c4-223f-41f8-a4e1-e221fd9ea8fb"
},
"transactionDate": "2020-09-03T10:30:17Z"
}
],
"totalResultsCount": 2
}
First result on the current page
First result on the next page
Paginated list of transaction summary for Reseller
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