TMFTMForumCreateCatalog

This IP is used to invoke the TM Forum API to create a catalog.

Input JSON 

1{
2    "name": "Cloud Services retest 1",
3    "description": "A category to hold all available cloud service offers",
4    "validFor": {
5        "startDateTime": "2020-08-24T00:00:00Z",
6        "endDateTime": "2024-03-25T00:00:00Z"
7    },
8    "lifecycleStatus": "Active",
9    "@type": "Catalog",
10    "relatedParty": [
11        {
12            "id": "CD451791",
13            "name": "Test Sh1",
14            "@type": "RelatedParty"
15        }
16    ]
17}

Output JSON 

1{
2    "validFor": {
3        "startDateTime": "2020-08-24T00:00:00.000+0000",
4        "endDateTime": "2024-03-25T00:00:00.000+0000"
5    },
6    "relatedParty": [
7        {
8            "name": "Test Sh1",
9            "id": "CD451791"
10        }
11    ],
12    "name": "Cloud Services retest 1",
13    "lifecycleStatus": true,
14    "isRoot": false,
15    "id": "50f6beb0-acb2-b99c-4cbf-c673334ad2a6",
16    "description": "A category to hold all available cloud service offers",
17    "@referredType": "vlocity_cmt__Catalog__c",
18    "statusCode": "201"
19}

Usage 

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