Skip to main content
POST
/
api
/
signature-process-templates
Criar template
curl --request POST \
  --url https://api-hml.valid.com/api/signature-process-templates \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "numbers_signers": 123,
  "numbers_pages": 123,
  "show_signatures_page_at_end": true,
  "show_manifest_at_end": true,
  "show_process_history_in_document": true,
  "force_all_signatures_to_end_page": true,
  "active": true,
  "signers": [
    {
      "queue_order": 123,
      "current_page": 123,
      "initialLeft": 123,
      "initialTop": 123,
      "position_left": 123,
      "position_top": 123
    }
  ]
}
'

Request Body

name
string
required
Nome do template. Exemplo: Template Contrato Padrão
numbers_signers
integer
Número de signatários. Exemplo: 2
numbers_pages
integer
Número de páginas. Exemplo: 5
show_signatures_page_at_end
boolean
Mostrar página de assinaturas no final. Exemplo: true
show_manifest_at_end
boolean
Mostrar manifesto no final. Exemplo: true
show_process_history_in_document
boolean
Mostrar histórico do processo no documento. Exemplo: true
force_all_signatures_to_end_page
boolean
Forçar todas as assinaturas para a página final. Exemplo: false
active
boolean
Status do template. Exemplo: true
signers
array
Lista de posições dos signatários no template.