Copy link to clipboard
Copied
I have a program that is putting together an agreement through the C# SDK. And sometimes this works, but not everytime. How can I make this consistent? Here is my workflow:
1) BaseUrisApi.GetBaseUris
1.5) await TransientDocumentsApi.CreateTransientDocumentAsync
2) await AgreementsApi.CreateAgreementAsyncWithHttpInfo
3) await AgreementsApi.GetAllMembersWithHttpInfo
4) AgreementsApi.GetFormFieldsWithHttpInfo
4.5) GET ETAG FROM GetFormFieldsWithHttpInfo RESPONSE
5) AgreementsApi.UpdateFormFields
Everything needed to create the document is known upfront.
UpdateFormFields also sends the document (which is strange, but not terrible as this is the last call I have to make.) Below are the closest posts I could find to my issue. Both appear to touch on my issue, but no real solution has been presented.
ETag not working as expected and getting an error ... - Adobe Support Community - 11813573
Solved: Adding form fields to an agreement, returns "Resou... - Adobe Support Community - 10323864
Have something to add?