Answered
Get Etag value
I an using Adobe Sign's SDK in C# to create an agreement.
I have done the following so far.
- Created a transient document using the document that I want participants to sign.
- I created an agreement in Autoriing state with participants and got an agreement id.
- Retrieved the participant id/member id using the API GetAllMembers from the SDK.
- I now want to update the form fields to the agreement. I have created the FormFieldPutInf object with all the form field details but am not able to execute the API UpdateAgreement.
- I am getting an error stating "Resource Modified - Resouce is already modified with newer version".
- I understand that I need to pass in ETag value in the API. I tried passing the date time stamp but it does not seem to be working.
- According to your documentation, I should be able to get the ETag information when I create an agreement or get member details.
- With C# SDK, I am not able to get the ETag value.
Please advise.
Thanks,
Minal
