VPL360UpdateAccountData
This Omnistudio Data Mapper loads or updates the account and
contact details, and returns the IDs of the updated records.
Sample Input
{
"accountId": "0014W00002BvqD1QAJ",
"billing": {
"city": "abc",
"country": "abc",
"postalCode": 123123,
"state": "abc",
"street": "abc"
},
"contactId": "0034W00002KWZBwQAP",
"phone": 1231231231,
"shipping": {
"city": "abc",
"country": "abc",
"customerName": "abc",
"postalCode": 123123,
"state": "abc",
"street": "abc"
}
}
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 |