vpls360csr-GetCustomerDetailsByContextId
This Omnistudio Data Mapper is used in the agent console to
fetch customer details.
Sample Input
1{
2 "ContextId": "a1S4W000006A1ZyUAK"
3}|
Parameter |
Required/Optional |
|---|---|
|
ContextId |
Required |
Sample Output
1{
2 "ShippingStreet": "abc",
3 "ShippingState": "abc",
4 "ShippingPostalCode": "123123",
5 "ShippingCountry": "abc",
6 "ShippingCity": "abc",
7 "BillingStreet": "abc",
8 "BillingState": "abc",
9 "BillingPostalCode": "123123",
10 "BillingCountry": "abc",
11 "BillingCity": "abc",
12 "LastName": "Villiers",
13 "FirstName": "Jhonny",
14 "ContactPhone": "1231231231",
15 "ContactId": "0034W00002KWZBwQAP",
16 "ContactEmail": "jhn@test.com"
17}