Last active
November 13, 2020 05:47
-
-
Save mrcampbell/5ec13d5be3edffb959e8db54a0c5d43c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"attributes": { | |
"type": "Account", | |
"url": "/services/data/v43.0/sobjects/Account/XXX1234567890" | |
}, | |
"Id": "XXX1234567890", | |
"IsDeleted": false, | |
"Name": "Sample Account", | |
"Phone": "8015551234", | |
"Welcome_Call_Completed__c": false, | |
"Internal_Id_2": "123" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment