TMFTMForumCreateProductOfferingPrice

This IP is used to invoke the TM Forum API to create a Product Offering Price.

Input JSON 

1{
2    "name": "demo pricing",
3    "description": "This pricing describes the recurring charge for a firewall service that can be deployed in business customer premise.",
4    "validFor": {
5        "startDateTime": "2020-09-22T00:00:00Z",
6        "endDateTime": "2023-09-22T00:00:00Z"
7    },
8    "lifecycleStatus": "Active",
9    "priceType": "Recurring",
10    "recurringChargePeriodType": "Monthly",
11    "price": {
12        "unit": "USD",
13        "value": 50
14    },
15    "productOfferingTerm": [
16        {
17            "name": "12 Month",
18            "description": "12 month contract",
19            "duration": {
20                "amount": 12,
21                "units": "Month"
22            },
23            "validFor": {
24                "startDateTime": "2020-09-22T16:42:23.0Z",
25                "endDateTime": "2023-09-22T00:00:00.0Z"
26            }
27        }
28    ]
29}

Output JSON 

1{
2    "productOfferingTerm": [
3        {
4            "href": "/services/data/v57.0/sobjects/vlocity_cmt__Promotion__c/a3S4x000000o2muEAA",
5            "@type": "ProductOfferingTerm",
6            "validFor": {
7                "startDateTime": "2020-09-22T16:42:23.000+0000",
8                "endDateTime": "2023-09-22T00:00:00.000+0000"
9            },
10            "duration": {
11                "units": "Month",
12                "amount": 12
13            },
14            "name": "12 Month",
15            "description": "12 month contract"
16        }
17    ],
18    "lifecycleStatus": "false",
19    "validFor": {
20        "startDateTime": "2020-09-22T00:00:00.000+0000",
21        "endDateTime": "2023-09-22T00:00:00.000+0000"
22    },
23    "name": "demo pricing",
24    "lastUpdate": "2023-05-02T06:09:42.000+0000",
25    "id": "86b73e5e-1166-9e69-a21e-b382be310fb1",
26    "href": "/services/apexrest/%vlocity_namespace%/tmforum/productopenapi/v1/priceListEntry/a3B4x000001bUyQEAU",
27    "description": "This pricing describes the recurring charge for a firewall service that can be deployed in business customer premise.",
28    "price": {
29        "value": 50.00000,
30        "unit": "USD"
31    },
32    "recurringChargePeriodType": "Monthly",
33    "priceType": "Recurring"
34}

Usage 

This IP calls the following Data Raptors: