View Source DocuSign.Model.EnvelopeIdsRequest (DocuSign v1.2.0)

Lists of envelope and transaction IDs to use in the results. If you use this request body with Envelopes: listStatus, you must set one or both of the following query parameters to the special value request_body: - envelope_ids=request_body - transaction_ids=request_body

Summary

Types

@type t() :: %DocuSign.Model.EnvelopeIdsRequest{
  envelopeIds: [String.t()] | nil,
  transactionIds: [String.t()] | nil
}