TMFTMForumProductOfferingPriceInput

This Data Mapper is used in the TMFTMForumCreateProductOfferingPrice IP.

Input JSON 

1{
2"description": "This pricing describes the recurring charge for a firewall service that can be deployed in business customer premise.",
3"name": "Recurring Charge for Business Firewall",
4"price": {
5"unit": "USD",
6"value": 50
7},
8"priceType": "recurring",
9"productOfferingTerm": [
10{
11"description": "This product offering term is for new client at fix duration of less than a year",
12"duration": {
13"amount": 12,
14"units": "Month"
15},
16"name": "Airtel promotion",
17"validFor": {
18"endDateTime": "2021-09-23T00:00:00Z",
19"startDateTime": "2020-09-23T00:00:00Z"
20}
21}
22],
23"recurringChargePeriodType": "monthly",
24"validFor": {
25"endDateTime": "2021-09-22T00:00:00Z",
26"startDateTime": "2020-09-22T00:00:00Z"
27}
28}

Output JSON 

1{
2"priceListEntries": [
3{
4"vlocity_cmt__PricingElementId__r": {
5"vlocity_cmt__PricingVariableId__r": {
6"vlocity_cmt__RecurringFrequency__c": "monthly",
7"vlocity_cmt__ChargeType__c": "recurring"
8},
9"vlocity_cmt__PerUsageMeasurementId__r": {
10"Name": "USD"
11},
12"vlocity_cmt__CurrencyCode__c": "USD",
13"vlocity_cmt__Amount__c": 50
14}
15}
16],
17"productOfferingTerm": [
18{
19"Name": "Airtel promotion",
20"vlocity_cmt__Description__c": "This product offering term is for new client at fix duration of less than a year",
21"vlocity_cmt__EffectiveStartDate__c": 1600819200000,
22"vlocity_cmt__EffectiveEndDate__c": 1632355200000,
23"vlocity_cmt__TotalDuration__c": 12,
24"vlocity_cmt__TotalDurationUoM__c": "Month"
25}
26],
27"Name": "Recurring Charge for Business Firewall",
28"vlocity_cmt__DisplayText__c": "This pricing describes the recurring charge for a firewall service that can be deployed in business customer premise.",
29"vlocity_cmt__EffectiveUntilDate__c": 1632268800000,
30"vlocity_cmt__EffectiveFromDate__c": 1600732800000
31}