Identifies the case whose e-signature ceremony should be canceled (void DocuSign; case returns to Pending).
String form of the transaction (case) id to cancel; must be a positive integer.
>= 1 characters
400 Bad Request
VALIDATION_ERROR - The request failed input validation.
401 Unauthorized
UNAUTHORIZED - Authentication failed or the access token is missing, expired, or invalid.
403 Forbidden
FORBIDDEN - The authenticated user is not authorized to access this resource.
404 Not Found
TRANSACTION_ID_NOT_FOUND - No transaction exists for the specified transaction ID.
429 Too Many Requests
RATE_LIMIT_EXCEEDED - The client has exceeded the permitted request rate or quota.
500 Internal Server Error
UNEXPECTED_ERROR - An unexpected internal system error occurred while processing the request.
502 Bad Gateway
UPSTREAM_SERVICE_ERROR - An upstream dependency returned an invalid or unsuccessful response.
503 Service Unavailable
SERVICE_UNAVAILABLE - The service or a required dependency is temporarily unavailable.
504 Gateway Timeout
UPSTREAM_TIMEOUT - A required downstream service did not respond within the configured timeout.
All error responses conform to the standard ErrorResponse schema and include:
ErrorInfo.code.Identifies the case whose e-signature ceremony should be canceled (void DocuSign; case returns to Pending).
String form of the transaction (case) id to cancel; must be a positive integer.
>= 1 characters
Returns the cancel result envelope
True when the DocuSign ceremony was voided and the case returned to Pending upstream.
User-safe message when success is false; may also confirm the outcome when true.
400 Bad Request
VALIDATION_ERROR - The request failed input validation.
401 Unauthorized
UNAUTHORIZED - Authentication failed or the access token is missing, expired, or invalid.
403 Forbidden
FORBIDDEN - The authenticated user is not authorized to access this resource.
404 Not Found
TRANSACTION_ID_NOT_FOUND - No transaction exists for the specified transaction ID.
429 Too Many Requests
RATE_LIMIT_EXCEEDED - The client has exceeded the permitted request rate or quota.
500 Internal Server Error
UNEXPECTED_ERROR - An unexpected internal system error occurred while processing the request.
502 Bad Gateway
UPSTREAM_SERVICE_ERROR - An upstream dependency returned an invalid or unsuccessful response.
503 Service Unavailable
SERVICE_UNAVAILABLE - The service or a required dependency is temporarily unavailable.
504 Gateway Timeout
UPSTREAM_TIMEOUT - A required downstream service did not respond within the configured timeout.
All error responses conform to the standard ErrorResponse schema and include:
ErrorInfo.code.Identifies the case whose DocuSign signing notification should be resent (in-progress e-sign only).
String form of the transaction (case) id; must be a positive integer.
>= 1 characters
Returns the retrigger result envelope
True when the signing notification was retriggered (e-sign in progress upstream).
User-safe message; e.g. notification successfully triggered when success is true.
400 Bad Request
VALIDATION_ERROR - The request failed input validation.
401 Unauthorized
UNAUTHORIZED - Authentication failed or the access token is missing, expired, or invalid.
403 Forbidden
FORBIDDEN - The authenticated user is not authorized to access this resource.
404 Not Found
TRANSACTION_ID_NOT_FOUND - No transaction exists for the specified transaction ID.
429 Too Many Requests
RATE_LIMIT_EXCEEDED - The client has exceeded the permitted request rate or quota.
500 Internal Server Error
UNEXPECTED_ERROR - An unexpected internal system error occurred while processing the request.
502 Bad Gateway
UPSTREAM_SERVICE_ERROR - An upstream dependency returned an invalid or unsuccessful response.
503 Service Unavailable
SERVICE_UNAVAILABLE - The service or a required dependency is temporarily unavailable.
504 Gateway Timeout
UPSTREAM_TIMEOUT - A required downstream service did not respond within the configured timeout.
All error responses conform to the standard ErrorResponse schema and include:
ErrorInfo.code.Transaction ID and signer rows with corrected email and/or phone while e-signature is pending upstream.
Transaction (case) identifier whose signer contact details should be updated.
>= 1
Signer rows with corrected email and/or phone while e-sign is pending.
>= 1 items
Returns the update result envelope
True when signer contact details were updated (e-sign must be pending upstream).
User-safe message confirming the update or describing a failure.
Health check operations
Returns a simple health status. No authentication required.
API is healthy