VPL360UpdateAccountData

This Omnistudio Data Mapper loads or updates the account and contact details, and returns the IDs of the updated records.

Sample Input

1{
2  "accountId": "0014W00002BvqD1QAJ",
3  "billing": {
4    "city": "abc",
5    "country": "abc",
6    "postalCode": 123123,
7    "state": "abc",
8    "street": "abc"
9  },
10  "contactId": "0034W00002KWZBwQAP",
11  "phone": 1231231231,
12  "shipping": {
13    "city": "abc",
14    "country": "abc",
15    "customerName": "abc",
16    "postalCode": 123123,
17    "state": "abc",
18    "street": "abc"
19  }
20}

Parameter

Required/Optional

accountId

Required

billing

Required

city

Required

contactId

Required

country

Required

customerName

Required

phone

Required

postalCode

Required

shipping

Required

state

Required

street

Required

Sample Output

11- Contact: 0034W00002KWZBwQAP
22- Account: 0014W00002BvqD1QAJ

Called By

  • Workflow: Self care Account Update

    • LWC: vplS360SelfCareAccountDetails.js

      • Integration Procedure: VPL360_UpdateAccountDetails