post https://api.forsign.digital/api/v1/form/operation
This endpoint is designed to create an Operation by uploading files that have been previously prepared.
Once a form is created, it can be listed for future use in operations.
To create a custom form, specific parameters need to be passed.
For custom forms, include the parameter "type" with the value "Others" to indicate customization. For pre-defined forms, you can directly add a form.
Configuration | - |
---|---|
type | the word "Others" must be sent to define that it will be a customizable form, if you want a form with pre-defined information, you can add a form directly in the Create Operation request. |
name | form name. |
description | description of the form. |
fieldType | form type, which can be "Text, TextLetter, Number, Email, Phone, Date, Select, DateUs" |
variant | Variation of the form, which can be "List", "Checkbox" or null |
required | defines the mandatory form. |
save | defines whether the form should be saved for future use. |
options | used to add conditions for List and Checkbox variations. |