Application Mapper

Create financial accounts and related records from a residential loan application.
Resource
/connect/financialservices/mapper
Available version
49.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
JSON example
{
  "recordId": "0cdB0000000CbVGIA0"
}
Properties
Name Type Description Required or Optional Available Version
recordId String ID of the residential loan application. Required 49.0
Response example
{
  "result": {
    "assetsAndLiabilities": [
      "a03B000000735LwIAI",
      "a03B000000735LxIAI",
      "a03B000000735LyIAI"
    ],
    "customerProperties": [
      "0b8B0000000GnjdIAC"
    ],
    "errors": [],
    "financialAccounts": [
      "a0EB000000227WtMAI",
      "a0EB000000227WuMAI",
      "a0EB000000227WvMAI"
    ],
    "personAccounts": [
      "001B000001K8Zx5IAF"
    ],
    "status": "SUCCESS"
  }
}
Response body for POST
Mapper Result Representation