Finalising Forms
Description: To finalise a form a HTTP POST request is made to the URL with the form ID and session token.
Method: POST
URI: /forms/form_id/finalise
URI Parameters:
- form_id: The ID of the form
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Message | String | Message relating to the update. |
Example
Request
Response