Create text template
Create a new html/text template. This probably isn't the method you are looking for. You can use the 'text' attribute in /document/ to create and send your HTML as a signing document in one call.
- application/json
Request Body required
data for template creation
- title string required
Possible values: Value must match regular expression
^[-\w ]{1,60}$
- group string required
Possible values: Value must match regular expression
^/api/v1/group/[-\w]{1,50}/$
- latest_text string required
text/html for template
- user string
Possible values: Value must match regular expression
^/api/v1/user/[-\w]{1,60}/$
assign to a user if not api user
Responses
- 201
operation successful
Response Headers
Location string
resource_uri for new template
Loading...