[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
CreateTransaction
Defines the properties of the Create Transaction.
Properties
string
effectiveDateTime
Optional
The date and time of transaction creation.
array of
ConsolidatedOffer
offers
Optional
The list of the consolidated offers on a transaction.
TransactionCost
transactionCost
Optional
Defines the properties of the Transaction Cost.
JSON Example
{
"effectiveDateTime": "string",
"offers": [
{
"addOnOffers": [
{
"billingFrequency": "PREPAID",
"billingModel": "COMMIT_REQUIRED",
"billingTerm": 0,
"billingTermUom": "MONTHS",
"chargeId": "string",
"components": [
{
"description": "string",
"productFamily": "string",
"productId": "string",
"quantity": 0
}
],
"crossRefSku": "string",
"currency": "string",
"customerSegment": "ACADEMIC",
"dataCenter": "string",
"description": "string",
"endDate": "string",
"hostingType": "string",
"isMandatory": false,
"licenseUnit": "string",
"name": "string",
"offerCategory": "PRIMARY",
"offerConfigGroupId": "string",
"offerCost": {
"creditSavings": [
{
"creditAmount": 0,
"creditReference": "string",
"type": "FLEX_EXCHANGE"
}
],
"discountSavings": [
{
"attributes": {
"key": "string"
},
"discountAmount": 0,
"type": "RCD"
}
],
"promotionSavings": [
{
"promotionAmount": 0,
"promotionCode": "string",
"promotionName": "string",
"promotionPercent": 0,
"promotionServiceDetails": [
{
"description": "string",
"productFamily": "string",
"serviceDefinitionId": "string"
}
],
"promotionType": "PromotionSaving",
"remainingAmount": 0,
"sellerPromotionInstanceId": "string"
}
],
"remainingContractValue": 0,
"totalContractValue": 0,
"totalCreditSavings": 0,
"totalDiscountSavings": 0,
"totalListPrice": 0,
"totalNetPrice": 0,
"totalPromotionSavings": 0,
"totalSalePrice": 0,
"unitListPrice": 0,
"unitNetPrice": 0,
"unitTotalContractValue": 0
},
"offerReferenceIds": [
"string"
],
"offerType": "ONDEMAND",
"operatingSystem": "string",
"productId": "string",
"programOption": "string",
"purchaseQuantity": 0,
"quantityUom": "string",
"referenceId": "string",
"region": "string",
"retentionPeriod": "string",
"routeToMarket": "DIRECT",
"startDate": "string",
"status": "SUBMITTED",
"supportLevel": "string",
"tierName": "string",
"totalCreditSavings": 0,
"totalListContractValue": 0,
"totalListPrice": 0,
"uom": "string"
}
],
"billingFrequency": "PREPAID",
"billingModel": "COMMIT_REQUIRED",
"billingTerm": 0,
"billingTermUom": "MONTHS",
"chargeId": "string",
"components": [
{
"description": "string",
"productFamily": "string",
"productId": "string",
"quantity": 0
}
],
"crossRefSku": "string",
"currency": "string",
"customerSegment": "ACADEMIC",
"dataCenter": "string",
"description": "string",
"endDate": "string",
"hostingType": "string",
"isMandatory": false,
"licenseUnit": "string",
"name": "string",
"offerCategory": "PRIMARY",
"offerConfigGroupId": "string",
"offerCost": {
"creditSavings": [
{
"creditAmount": 0,
"creditReference": "string",
"type": "FLEX_EXCHANGE"
}
],
"discountSavings": [
{
"attributes": {
"key": "string"
},
"discountAmount": 0,
"type": "RCD"
}
],
"promotionSavings": [
{
"promotionAmount": 0,
"promotionCode": "string",
"promotionName": "string",
"promotionPercent": 0,
"promotionServiceDetails": [
{
"description": "string",
"productFamily": "string",
"serviceDefinitionId": "string"
}
],
"promotionType": "PromotionSaving",
"remainingAmount": 0,
"sellerPromotionInstanceId": "string"
}
],
"remainingContractValue": 0,
"totalContractValue": 0,
"totalCreditSavings": 0,
"totalDiscountSavings": 0,
"totalListPrice": 0,
"totalNetPrice": 0,
"totalPromotionSavings": 0,
"totalSalePrice": 0,
"unitListPrice": 0,
"unitNetPrice": 0,
"unitTotalContractValue": 0
},
"offerReferenceIds": [
"string"
],
"offerType": "ONDEMAND",
"operatingSystem": "string",
"productId": "string",
"programOption": "string",
"purchaseQuantity": 0,
"quantityUom": "string",
"referenceId": "string",
"region": "string",
"retentionPeriod": "string",
"routeToMarket": "DIRECT",
"startDate": "string",
"status": "SUBMITTED",
"supportLevel": "string",
"tierName": "string",
"totalCreditSavings": 0,
"totalListContractValue": 0,
"totalListPrice": 0,
"uom": "string"
}
],
"transactionCost": {
"payments": [
{
"effectiveEndDate": "string",
"effectiveStartDate": "string",
"listPrice": 0,
"netPrice": 0,
"paymentType": "PRORATED"
}
],
"totalContractValue": 0,
"totalCredits": 0,
"totalListContractValue": 0,
"totalListPrice": 0,
"totalNetPrice": 0
}
}