Dropbox SignDropbox Sign 电子签名 API
POST/unclaimed_draft/edit_and_resend/{signature_request_id}
编辑并重新发送无人认领的草稿
从嵌入请求创建新的签名请求,可以在发送给收件人之前对其进行编辑。参数 `test_mode` 可以在请求之前进行编辑。可以在嵌入式编辑器中编辑签名者。如果不设置`requester_email_address`参数,请求者的电子邮件地址将保持不变。 **注意:** 嵌入式无人认领草稿只能在嵌入式 iFrame 中访问,而普通草稿可以在 Dropbox Sign 上使用和访问。
通过完整的 Dropbox Sign v3 API 管理账户、签名请求、模板、团队、批量发送、文件下载、传真和事件回调;Hub 仅提供文档与本地 SDK/CLI。
请求
- operationId
unclaimedDraftEditAndResend- 服务器
https://api.hellosign.com/v3- 认证
- api_key, oauth2
请求参数
signature_request_id
pathstring必填
要编辑和重新发送的签名请求的 ID。
fa5c8a0b0f492d768749333ad6fcc214c111e967
Body 参数
UnclaimedDraftEditAndResendRequest必填
Content-Type: application/json
字段: client_ideditor_optionsis_for_embedded_signingrequester_email_addressrequesting_redirect_urlshow_progress_steppersigning_redirect_urltest_mode
{
"client_id": "example-client-id",
"editor_options": {
"allow_edit_signers": false,
"allow_edit_documents": false
},
"is_for_embedded_signing": false,
"requester_email_address": "developer@example.com",
"requesting_redirect_url": "https://example.com/resource",
"show_progress_stepper": true,
"signing_redirect_url": "https://example.com/resource",
"test_mode": false
}响应
200
UnclaimedDraftCreateResponseapplication/json
成功响应
字段: unclaimed_draftwarnings
4XX
ErrorResponseapplication/json
操作失败
字段: error
{
"unclaimed_draft": {
"signature_request_id": "example-signature-request-id",
"claim_url": "https://example.com/resource",
"signing_redirect_url": "https://example.com/resource",
"requesting_redirect_url": "https://example.com/resource",
"expires_at": 0,
"test_mode": false
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}