Question

i'm using the SOAP based api to update an account in etapestry. i want to get the $ref(unique database ref) for an account created i.e

$ref = "INPUT_DATABASE_REF"; // example: 1234.0.567812

how do i obtain the database ref??

Was it helpful?

Solution

the account ref will be present if you retrieve an existing account via methods like getAccountById, getDuplicateAccount, and getExistingQueryResults

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top