VPL360_ExtractAccountForUser
This Integration Procedure fetches the account address,
payment method, case details and user details for the specified user.
Sample Output
{
"Account": {
"shipping": {
"street": "3493,County Road 4100,Montgomery County",
"state": "Kansas",
"postalCode": "67301",
"country": "United States",
"city": "Independence"
},
"billing": {
"street": "224,South 16th Street,Montgomery County",
"state": "Kansas",
"postalCode": "67301",
"country": "United States",
"city": "Independence"
},
"phone": "+1-515-516-0624"
},
"Payment": [
{
"PaymentId": "a3Q4W000000gXzSUAU"
}
],
"Case": [
{
"Subject": "Problem with device",
"Status": "New",
"CreatedDate": "2020-11-11T14:38:37.000Z",
"CaseReason": "Wrong set-up",
"CaseNumber": "00001030"
}
],
"User": {
"lastName": "Smith",
"firstName": "John",
"email": "johnsmith@example.com",
"Id": "0054W00000CRxFqQAL",
"ContactId": "0034W00002IRPRSQA5",
"AccountId": "0014W00002AFIFRQA5"
}
}