Skip to content

Commit 2023516

Browse files
committed
point to api 2.1 for binary send example
1 parent 2773f55 commit 2023516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher-csharp/eSignature/Examples/CreateEnvelopeWithMultipleDocumentTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static (bool statusOk, string envelopeId, string errorCode, string errorM
6161
byte[] hyphens = Encoding.ASCII.GetBytes("--");
6262

6363
string uri = basePath
64-
+ "/v2/accounts/" + accountId + "/envelopes";
64+
+ "/v2.1/accounts/" + accountId + "/envelopes";
6565
HttpWebRequest request = WebRequest.CreateHttp(uri);
6666

6767
request.Method = "POST";

0 commit comments

Comments
 (0)