Adding form fields to an agreement, returns "Resource is already modified with newer version"
Goal: add a formfield (a signature) to an agreement.
Steps:
1. Create an agreement
2. Use the id of that agreement to GET the agreement which returns the ETag in its headers
3. Do a POST/PUT to agreements/{agreementId}/formfields with that ETag in the If-Match header
Result:
The error "Resource is already modified with newer version" is returned.
I get this using Postman and using my Java code. What am I doing wrong?
Kind regards
