TMFTMForumProductOffering

This VIP contains the GET Implementation for TMF620 ProductOffering.

Input JSON 

1{
2     "id": "1d2946de-28c5-22ff-cbce-b677b27bc289"
3}

Output JSON 

1{
2    "PageInfo": "Page 1 of 1",
3    "PageSize": 50,
4    "result": {
5        "description": "Add On 2 GB 30 Days",
6        "href": "/services/apexrest/vlocity_cmt/tmforum/productopenapi/v1/productOffering/01t4x000004b9EeAAI",
7        "id": "1d2946de-28c5-22ff-cbce-b677b27bc289",
8        "isSellable": true,
9        "lastUpdate": "2023-03-10T13:33:26.000+0000",
10        "lifecycleStatus": "Active",
11        "name": "2 GB 30 Days",
12        "productNumber": "VPL_OFFERING_2_GB_30_DAYS",
13        "version": "V1",
14        "bundledProductOffering": [
15            {
16                "lastUpdate": "2023-03-10T13:33:26.000+0000"
17            }
18        ],
19        "productOfferingPrice": [
20            {
21                "version": "V1",
22                "priceType": "Recurring",
23                "recurringChargePeriod": "Monthly",
24                "unitOfMeasure": "EUR",
25                "price": {
26                    "amount": "10.00000",
27                    "unit": "EUR"
28                },
29                "description": "10",
30                "href": "/services/data/v57.0/sobjects/vlocity_cmt__PriceListEntry__c/a3B4x000001bRc2EAE",
31                "name": "7c43a8fe-7e43-d14e-6d17-830005af4a80",
32                "validFor": {
33                    "startDateTime": "2020-08-01T03:00:00.000+0000"
34                }
35            },
36            {
37                "version": "V1",
38                "priceType": "One-time",
39                "unitOfMeasure": "EUR",
40                "price": {
41                    "amount": "10.00000",
42                    "unit": "EUR"
43                },
44                "description": "One Time Std Price",
45                "href": "/services/data/v57.0/sobjects/vlocity_cmt__PriceListEntry__c/a3B4x000001bRc3EAE",
46                "name": "126e8f90-81ea-615d-6bf0-723fad00445b",
47                "validFor": {
48                    "endDateTime": "2099-01-01T00:00:00.000+0000",
49                    "startDateTime": "2019-01-01T00:00:00.000+0000"
50                }
51            }
52        ],
53        "prodSpecCharValueUse": [
54            {
55                "configurable": false,
56                "description": "Balance : Balance",
57                "displayName": "Balance",
58                "name": "CLONED_01t5e0000028nWHAAY_VPL_ATTR_BALANCE",
59                "valueType": "Number",
60                "productSpecCharacteristicValue": [
61                    {
62                        "valueType": "Number"
63                    }
64                ]
65            },
66            {
67                "configurable": true,
68                "description": "Data : Data",
69                "displayName": "Data",
70                "name": "CLONED_01t5e0000028nWHAAY_VPL_ATTR_DATA",
71                "valueType": "Text",
72                "productSpecCharacteristicValue": [
73                    {
74                        "valueType": "Text"
75                    }
76                ]
77            },
78            {
79                "configurable": true,
80                "description": "Tangible : ",
81                "displayName": "Tangible",
82                "name": "TempAA-VPL_ATTR_TANGIBLE",
83                "valueType": "Checkbox",
84                "productSpecCharacteristicValue": [
85                    {
86                        "valueType": "Checkbox"
87                    }
88                ]
89            }
90        ]
91    }
92}