Skip to main content
Participant
July 3, 2023
Answered

Agreement document ids not consistent pre and post signing

  • July 3, 2023
  • 1 reply
  • 347 views

I'm creating an agreement for signing via the REST API. I'm doing this by creating  transient documents and then creating the agreement with the transient document ids.

I've noticed that the agreement document ids differs from the transient document ids.

Furthermore, when the agreement document is signed the agreement document ids change again to new values.

As a result of all these different ids I'm finding it difficult to maintain a reference between the local documents sent for signing with the documents on on Adode Sign.

Is there a means of cross referencing agreement document ids pre-signing with post-signing ids?

This topic has been closed for replies.
Correct answer Chris30400533cas8

Have found the "label" property on the Document class, which is preserved so I can use to store our own external id and cross reference.

1 reply

Chris30400533cas8AuthorCorrect answer
Participant
July 3, 2023

Have found the "label" property on the Document class, which is preserved so I can use to store our own external id and cross reference.