TMFTMForumPatchCategory

This IP is used to invoke the TM Forum API to update a category.

Input JSON 

1{
2    "patch_id": "432b3763-2233-65cd-8ba3-a67a035aab74",
3    "name": "Postpaid Addon updated",
4    "description": "A category to hold all available cloud service offers updated",
5    "subCategory": [
6        {
7            "name": "Cloud Services retest4",
8            "id": "f5a2cf7f-8405-baeb-2a83-f371aa89a303"
9        },
10        {
11            "name": "GS0 Category2-5",
12            "id": "57f0ad75-63ab-3c7a-f738-8fa719c9858e"
13        }
14    ],
15    "productOffering": [
16        {
17            "id": "edeafc77-336c-f915-bf13-78d65284de5c",
18            "name": "50 GB Data Postpaid Addon"
19        },
20        {
21            "name": "Postpaid Add On1",
22            "id": "693bb8d1-1c23-8aa8-13f2-561466651a38"
23        }
24    ]
25}

Output JSON 

1{
2    "productOffering": [
3        {
4            "id": "edeafc77-336c-f915-bf13-78d65284de5c",
5            "name": "50 GB Data Postpaid Addon"
6        },
7        {
8            "name": "Postpaid Add On1",
9            "id": "693bb8d1-1c23-8aa8-13f2-561466651a38"
10        }
11    ],
12    "subCategory": [
13        {
14            "name": "Cloud Services retest4",
15            "id": "f5a2cf7f-8405-baeb-2a83-f371aa89a303"
16        },
17        {
18            "name": "GS0 Category2-5",
19            "id": "57f0ad75-63ab-3c7a-f738-8fa719c9858e"
20        }
21    ],
22    "@type": "Category",
23    "href": "/services/apexrest/vlocity_cmt/tmforum/productopenapi/v1/category/a0e5e000003boMeAAI",
24    "validFor": {
25        "startDateTime": "2020-08-24T00:00:00.000+0000",
26        "endDateTime": "2024-03-25T00:00:00.000+0000"
27    },
28    "lifecycleStatus": "Active",
29    "lastUpdate": "2023-01-19T07:47:10.000+0000",
30    "isRoot": true,
31    "name": "Postpaid Addon updated",
32    "description": "A category to hold all available cloud service offers updated",
33    "id": "432b3763-2233-65cd-8ba3-a67a035aab74"
34}

Usage 

This IP calls the TMFOpenAPICategoryService.invokeMethod Apex method and the following Data Raptors: