You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**separateFiles** | **Boolean**| Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. | [optional]
697
700
698
701
### Return type
699
702
@@ -723,7 +726,7 @@ Name | Type | Description | Notes
**separateFiles** | **Boolean**| Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. | [optional]
<description>PandaDoc SDK spans a broad range of functionality to help you build incredible documents automation experiences inside your product.</description>
* @param separateFiles Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. (optional)
1142
1143
* @param _callback Callback for upload/download progress
1143
1144
* @return Call to execute
1144
1145
* @throws ApiException If fail to serialize the request body object
@@ -1154,7 +1155,7 @@ public okhttp3.Call detailsDocumentAsync(String id, final ApiCallback<DocumentDe
1154
1155
<tr><td> 429 </td><td> Too Many Requests </td><td> - </td></tr>
* @param separateFiles Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. (optional)
1242
1248
* @return File
1243
1249
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @param separateFiles Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. (optional)
1269
1276
* @return ApiResponse<File>
1270
1277
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @param separateFiles Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. (optional)
1297
1305
* @param _callback The callback to be executed when the API call finishes
1298
1306
* @return The request call
1299
1307
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -1309,16 +1317,17 @@ public ApiResponse<File> downloadDocumentWithHttpInfo(String id, String watermar
1309
1317
<tr><td> 429 </td><td> Too Many Requests </td><td> - </td></tr>
* @param separateFiles Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. (optional)
1322
1331
* @param _callback Callback for upload/download progress
1323
1332
* @return Call to execute
1324
1333
* @throws ApiException If fail to serialize the request body object
@@ -1333,7 +1342,7 @@ public okhttp3.Call downloadDocumentAsync(String id, String watermarkColor, Inte
1333
1342
<tr><td> 429 </td><td> Too Many Requests </td><td> - </td></tr>
* @param separateFiles Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. (optional)
1401
1415
* @return File
1402
1416
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @param separateFiles Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. (optional)
1423
1438
* @return ApiResponse<File>
1424
1439
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -1443,6 +1458,7 @@ public ApiResponse<File> downloadProtectedDocumentWithHttpInfo(String id) throws
1443
1458
* Download document protected (asynchronously)
1444
1459
* Download a signed PDF of a completed document
1445
1460
* @param id Specify document ID. (required)
1461
+
* @param separateFiles Set as `true` if you want to receive a zip file with all documents in separate when document transaction contains more than 1. (optional)
1446
1462
* @param _callback The callback to be executed when the API call finishes
1447
1463
* @return The request call
1448
1464
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -1457,9 +1473,9 @@ public ApiResponse<File> downloadProtectedDocumentWithHttpInfo(String id) throws
1457
1473
<tr><td> 429 </td><td> Too Many Requests </td><td> - </td></tr>
0 commit comments