Newer Version Available

This content describes an older version of this product. View Latest

Application Mapper

Create financial accounts and related records from a residential loan application.
Resource
1/connect/financialservices/mapper
Available version
49.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
JSON example
1{
2  "recordId": "0cdB0000000CbVGIA0"
3}
Properties
Name Type Description Required or Optional Available Version
recordId String ID of the residential loan application. Required 49.0
Response example
1{
2  "result": {
3    "assetsAndLiabilities": [
4      "a03B000000735LwIAI",
5      "a03B000000735LxIAI",
6      "a03B000000735LyIAI"
7    ],
8    "customerProperties": [
9      "0b8B0000000GnjdIAC"
10    ],
11    "errors": [],
12    "financialAccounts": [
13      "a0EB000000227WtMAI",
14      "a0EB000000227WuMAI",
15      "a0EB000000227WvMAI"
16    ],
17    "personAccounts": [
18      "001B000001K8Zx5IAF"
19    ],
20    "status": "SUCCESS"
21  }
22}
Response body for POST
Mapper Result Representation