Update Annexures
Description: To update the annexures attached to a form, a HTTP PUT request is made to the URL with the form ID, annexure ID's and a session token.
info
Calling this end point will clear any existing annexures (and pdf annexures if supported) and attach only those passed in the parameters.
Method: PUT
URI: /forms/form_id/annexures
URI Parameters
- form_id: The ID of the form.
Parameters
annexures:An array of annexure ID's to attach to the form (see Available Annexures).
pdfs(if supported): An array of PDF annexure ID's to attach to the form (see Availablßße Annexures).
Headers: Authorization: Third party based authorization header
Example
Request