TMFTMForumTransformCatalogRequest

This Data Mapper is used in these IPs

Input JSON 

1{
2  "@schemaLocation": "https://mycsp.com:8080/tmf-api/schemas/Product/Catalog.schema.json",
3  "@type": "Catalog",
4  "catalogType": "ProductCatalog",
5  "description": "",
6  "lifecycleStatus": "Active",
7  "name": "Catalog Wholesale Business",
8  "relatedParty": [
9{
10  "@referredType": "Organization",
11  "@schemaLocation": "https://mycsp.com:8080/tmf-api/schemas/EngagedParty/RelatedParty.schema.json",
12  "@type": "RelatedParty",
13  "href": "https://mycsp.com:8080/tmf-api/partyManagement/v4/organization/3426",
14  "id": "3426",
15  "name": "Broadly Broad Ltd",
16  "role": "vendor"
17}
18],
19  "validFor": {
20  "endDateTime": "2024-03-25T00:00:00Z",
21  "startDateTime": "2020-08-29T00:00:00Z"
22},
23"version": "1.0"
24}

Output JSON 

1{
2"relatedParty": [
3{
4  "SObjectField": "vlocity_cmt__vendorAccount__c",
5  "SObject": "Account",
6  "RecordType.Name": "vendor",
7  "Name": "Broadly Broad Ltd",
8  "AccountNumber": "3426"
9}
10],
11  "Name": "Catalog Wholesale Business",
12  "@type": "Catalog",
13  "vlocity_cmt__IsActive__c": true,
14  "vlocity_cmt__StartDateTime__c": 1598659200000,
15  "vlocity_cmt__EndDateTime__c": 1711324800000
16}