Question
INVALID_AGREEMENT_ID response from /agreements/{agreementId}/formFields
Hello,
We're testing the agreements endpoints for an upcoming product. The workflow that we're testing is:
- Get /BaseUris
- Use response to upload a file to the /transientDocuments endpoint
- Create Agreement using the /agreements endpoints and transientId from previous step
- Try adding a form field using the "agreements/{agreementId}/formFields" endpoint and agreementId from previous step
We're getting the invalid agreement and 404 error on the last step.
Thins we've tried:
Created the agreement in DRAFT and AUTHORING states
Calling the endpoint using the "x-api-user" and "x-on-behalf-of-user" headers
