Reputation: 16446
While I was poking around the DocuSign API getting it set up for an application, I noticed recipients have two separate ID's, one being a recipientId
and the other recipientIdGuid
.
The first value recipientId
appears to be plain numbers, whereas the other value looks to be a UUID or hash of some kind.
I'm assuming the recipientId
fields are unique to the envelope, whereas the recipientIdGuid
version is unique across the service? I'm trying to get the Docusign Connect service set up currently, so I'm wondering what I should be storing locally in our own DB.
Upvotes: 1
Views: 520
Reputation: 2702
Upvotes: 4