Search
K
MarketConnect-OrderEntry

ErrorResponse

object
* Additional properties are NOT allowed.
transactionIdstringrequired

>= 1 characters

errorsarray[object]required

Example:{"code":"VALIDATION_ERROR","description":"Validation failed for field '$.fieldName'","details":"The request contains an unrecognized property. Only documented fields are allowed.","timestamp":"2024-01-15T10:30:00.000Z"}

* Additional properties are NOT allowed.
Show Child Parameters
Example

EsignatureResponse

object
* Additional properties are NOT allowed.
successboolean

True when signers were retrieved successfully.

messagestring

User-safe message; populated when success is false.

signersarray[object]

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"}

* Additional properties are NOT allowed.
Show Child Parameters
Example

EsignatureSigner

object
* Additional properties are NOT allowed.
recipientIdstring

DocuSign recipient ID from the recipient proc.

signerNamestring

Display name shown in the signer grid.

signerEntityRolestring

Entity role (for example PrimaryOwner, AgentOfRecord).

signerEmailstring

Signer email; may be empty for some roles.

signerSequencestring

Signing order when routing is sequential.

signerAccessCodearray[string]

Access codes when configured; empty array when none.

signerAuthMethodarray[string]

Array of auth method labels (for example Phone, SMS).

signerCountryCodestring

Country calling code (default 1 for US).

signerPhoneNostring

Phone digits only; stored without dashes in proc.

Example

EsignatureSignerStatus

object
* Additional properties are NOT allowed.
recipientIdstring

DocuSign recipient sequence (RecipientID from proc).

signerNamestring

Display name in the signer grid.

signerStatusstring

Delivered | Needs to Sign | Needs to View | Waiting for Other Signer(s) | Completed (Signed).

signerEmailstring

Signer email; may be read-only for AYCO.

dateOfActionstring

When this recipient last acted or status changed, as returned by upstream (format varies; often empty until an action occurs).

signerAuthMethodstring

Phone, SMS, or None.

signerCountryCodestring

Country calling code (default 1 for US; up to ~3 characters).

signerPhoneNostring

Digits only (no dashes); typically 10 digits for US display.

Example

EsignatureSignerStatusResponse

object
* Additional properties are NOT allowed.
successboolean

True when signer status rows were retrieved successfully.

signersarray[object]

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"}

* Additional properties are NOT allowed.
Show Child Parameters
Example