TMFTMForumPatchCategoryResponseTransform

This Data Mapper is used in the TMFTMForumPatchCategory IP.

Input JSON 

1[
2{
3"apiVersion": "v48.0",
4"parentCatalog": {
5"vlocity_cmt__CatalogCode__c": "POSTPAIDADDON",
6"vlocity_cmt__DefaultPriceListId__c": "a3D5e000000LZJUEA4",
7"vlocity_cmt__Description__c": "Postpaid Add On Updated",
8"vlocity_cmt__GlobalKey__c": "ad2afce3-2690-10f8-f765-16e0a0bb9bbd",
9"vlocity_cmt__IsActive__c": true,
10"vlocity_cmt__IsCatalogRoot__c": false,
11"vlocity_cmt__IsDefault__c": false,
12"CreatedById": "0055e000001m0OCAAY",
13"CreatedDate": "2022-04-04T05:29:32.000+0000",
14"Id": "a0e5e000003bKFeAAM",
15"IsDeleted": false,
16"LastModifiedById": "0055e000001m0OCAAY",
17"LastModifiedDate": "2023-01-05T04:14:36.000+0000",
18"LastReferencedDate": "2023-01-05T04:14:36.000+0000",
19"LastViewedDate": "2023-01-05T04:14:36.000+0000",
20"Name": "Postpaid Add On updated",
21"OwnerId": "0055e000001m0OCAAY",
22"SystemModstamp": "2023-01-05T04:14:36.000+0000",
23"attributes": {
24"type": "vlocity_cmt__Catalog__c",
25"url": "/services/data/v56.0/sobjects/vlocity_cmt__Catalog__c/a0e5e000003bKFeAAM"
26}
27},
28"productOffering": [
29{
30"vlocity_cmt__GlobalKey__c": "693bb8d1-1c23-8aa8-13f2-561466651a38",
31"vlocity_cmt__IsOrderable__c": true,
32"Description": "Get an extra 10 GB data in the current bill cycle. Additional charges on usage will be applicable as per tariff.",
33"Id": "01t5e000003gFzKAAU",
34"IsActive": true,
35"LastModifiedDate": "2023-01-03T06:59:54.000+0000",
36"Name": "Postpaid Add On1",
37"ProductCode": "B2CCmex_OFFERING_POSTPAID_10_GB",
38"RecordTypeId": "0125e00000095LwAAI",
39"attributes": {
40"type": "Product2",
41"url": "/services/data/v56.0/sobjects/Product2/01t5e000003gFzKAAU"
42}
43}
44]
45}
46]

Output JSON 

1{
2"outputResponse": {
3"productOffering": [
4{
5"name": "Postpaid Add On1",
6"href": "/services/data/v56.0/sobjects/Product2/01t5e000003gFzKAAU"
7}
8],
9"name": "Postpaid Add On updated",
10"lastUpdate": "2023-01-05T04:14:36.000+0000"
11}
12}