Skip to main content
Participant
June 16, 2020
Question

POST request to /agreements/{agreementId}/formFields

  • June 16, 2020
  • 1 reply
  • 326 views

Hello,

 

I have a question regarding this endpoint and just not sure where to look.

 

Once you uploaded a file using the /transientDocuments endpoint and then created an agreement in AUTHORING state using the /agreements endpoint, how does one add specific form fields to that document? I see it says something about using a Template ID, but not understanding what that is for or how to get the Template ID.

Thanks all, and appreciate the patience with me.

This topic has been closed for replies.

1 reply

Participant
February 28, 2022

You can make a PUT request to /agreements/{agreementId}/formFields, which in Authoring state will replace all the form fields on the agreement with what you send.