Unique identifier assigned when the Order Entry transaction is created. Resolves to the internal transaction; caller must be authorized for this transaction.
Example:1064752
E-signature for DocuSign: load recipients, submit the case, poll signer status, cancel ceremony (void envelope; Pending), and retrigger signing email when in progress
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.Unique identifier assigned when the Order Entry transaction is created. Resolves to the internal transaction; caller must be authorized for this transaction.
Example:1064752
Returns the e-signature signer payload
True when signers were retrieved successfully.
User-safe message; populated when success is false.
DocuSign recipients for the transaction, ordered by signing sequence.
Example:{"recipientId":"11306862","signerName":"EE EE","signerEntityRole":"PrimaryOwner","signerEmail":"anannya.gupta@everglades.com","signerSequence":"1","signerAccessCode":[],"signerAuthMethod":["Phone","SMS"],"signerCountryCode":"1","signerPhoneNo":"8650827071"}
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.Unique identifier assigned when the Order Entry transaction is created. Resolves to the internal transaction; caller must be authorized for this transaction.
Example:1064752
Returns the signer status payload
True when signer status rows were retrieved successfully.
Per-recipient DocuSign status and contact details for the transaction.
Example:{"recipientId":"11306862","signerName":"EE EE1","signerStatus":"Needs to Sign","signerEmail":"anannya.gupta@everglades.com","dateOfAction":"2026-01-12T14:22:00","signerAuthMethod":"Phone","signerCountryCode":"1","signerPhoneNo":"8650827071"}
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.Case submission payload: transaction to submit and the final DocuSign signer roster (selected auth method per signer).
Transaction (case) identifier to submit for e-signature.
>= 1
Final signer roster with selected auth method and contact details.
>= 1 items
Returns the case submission result envelope
True when the case was submitted to DocuSign for e-signature.
User-safe confirmation or failure text from the submission result.
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.