# `DocuSign.Model.EnvelopeIdsRequest`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.5.1/lib/docusign/model/envelope_ids_request.ex#L5)

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` 

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
