RCG Salesforce Volume Management System API - Implementation Template
Data mappings
This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables.
Module | Description |
---|---|
transactions-post-transaction-response | Post Transaction Response Mapping |
transactions-delete-transaction-response | Delete Transaction Response Mapping |
transactions-get-transactionstatus-response | Get Transaction status Response Mapping |
volumes-get-volumes-response | Get volumes Response Mapping |
transactions-post-transaction-response
Post Transaction Response Mapping
Source:
./src/main/resources/dwl/transactions-post-transaction-response.dwl
Mapping Tables
Maps Back end API Response to CIM Format
CIM | Back end API | Description |
---|---|---|
transactionName | transactionName | Name of the transaction |
messages | messages | Count of messages configured for registered transaction |
transactionId | transactionId | Id generated for created transaction |
transactions-delete-transaction-response
Delete Transaction Response Mapping
Source:
./src/main/resources/dwl/transactions-delete-transaction-response.dwl
Mapping Tables
Maps Back end API Response to CIM Format
CIM | Back end API | Description |
---|---|---|
transactionName | transactionName | Name of the transaction |
status | status | status of the transaction |
transactions-get-transactionstatus-response
Get Transaction status Response Mapping
Source:
./src/main/resources/dwl/transactions-get-transactionstatus-response.dwl
Mapping Tables
Maps Back end API Response to CIM Format
CIM | Back end API | Description |
---|---|---|
transactionName | transactionName | Name of the transaction |
status | status | status of the transaction |
messages | messages | Count of messages configured for registered transaction |
volumes-get-volumes-response
Get volumes Response Mapping
Source:
./src/main/resources/dwl/volumes-get-volumes-response.dwl
Mapping Tables
Maps Back end API Response to CIM Format
CIM | Back end API | Description |
---|---|---|
value | value | Volume of the products |
accountId | acc | Account ExternalID |
productId | prd | Product ExternalID |