Comprehensive Update Signing Request
Perform comprehensive updates to a signing request including properties, recipients, fields, and reminders. Cannot update after signing request has been sent, completed, or cancelled. All sections are optional but at least one must be provided.
Temporary ID Pattern for New Recipients: When adding new recipients in a comprehensive update, use the 'temp_id' field (format: 'temp_X') instead of 'id' to establish relationships with fields and reminders. This allows you to create new recipients and reference them in fields/reminders in a single request. Use the 'id' field to update existing recipients. Validation rules: (1) Temporary IDs must start with 'temp'; (2) Each temporary ID must be unique within the request; (3) Fields and reminders can reference temporary IDs in their recipient_id property; (4) The API will automatically resolve temporary IDs to real UUIDs after recipient creation.
Path parameters
Signing request ID
Request body
Example request
{
"fields": [
{
"format_rules": {
"dateFormat": "MMMM dd, yyyy"
},
"background_color": "#FFFDE7"
}
]
}Response
Signing request updated successfully. Returns the updated signing request and summary of changes made.
Changes
No recorded changes to this endpoint across all 1 revision of this API.