V4SubscriptionEnrichmentResponse

V4SubscriptionEnrichmentResponse
V4SubscriptionEnrichmentResponse
JSON Example
{
    "billingAccountCurrency": "USD",
    "billingAccountId": "db36fc9b-6fde-4f10-8f32-2b2524a574fc",
    "billingAccountPricingRegion": "EMEA",
    "billingEngineSubscriptionId": "M123 or AWS ARN",
    "billingModel": "string",
    "orgId": "485a55fc-b853-40ee-b869-a1b2988e509c",
    "projectId": "project id UUID or default",
    "seller": "VMWARE",
    "sellerAccountId": "1234356",
    "serialNumber": "52331152-1-1",
    "serviceDefinitionId": "d27a99af-f433-4427-a58a-acdc01c9e3f8",
    "serviceEndDate": "2024-12-25",
    "serviceStartDate": "2024-01-25",
    "subscriptionId": "f9971a9e-de15-4abb-a732-a24bfa3378a6",
    "v3SubscriptionType": "string"
}
string
billingAccountCurrency
Optional

Currency of the billing account

string As uuid As uuid
billingAccountId
Required

The billing account used

string
billingAccountPricingRegion
Optional

Pricing Region of the billing account

string
billingEngineSubscriptionId
Optional

The underlying billingEngine subscription id. Applies to legacy SAP and AWS ARN

billingModel
Optional

The billing model of the service definition id on the offer group

Possible values are : COMMIT_REQUIRED, COMMIT_OPTIONAL, COMMIT_ONLY,
string
orgId
Required

The org id

string
projectId
Optional

The project id

string
seller
Required

Seller identifier

string
sellerAccountId
Optional

The seller account id (eg: AWS account id), none if seller is VMWARE

string
serialNumber
Required

The GTO serial number if applicable

string
serviceDefinitionId
Required

The service definition ID that subscription belongs to

string
serviceEndDate
Optional

Subscription End date, YYYY-MM-DD format. Date is in PST timezone

string
serviceStartDate
Optional

Subscription Start date, YYYY-MM-DD format. Date is in PST timezone

string
subscriptionId
Required

The VCF backend subscription id

string
v3SubscriptionType
Optional

Legacy Subscription Type, current choice: COMMIT, ONDEMAND. For migrated v3 subscriptions only

Possible values are : ONDEMAND, COMMIT,