Prefill text fields
PUT {{url}}/v2/documents/{{document_id}}/prefill-texts
Updates a document by adding/overwriting fields or elements (texts, checks, signatures, hyperlinks, attachments)
More details can be found here
Request Body
{"fields"=>[{"field_name"=>"first_name", "prefilled_text"=>"Jane"}, {"field_name"=>"last_name", "prefilled_text"=>"Doe"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |