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
Copy file name to clipboardExpand all lines: docs/apis/AccountApi.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,13 @@ namespace Example
58
58
| Name | Type | Description | Notes |
59
59
|------|------|-------------|-------|
60
60
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
69
-
70
68
<aid="deleteaccountimagebyid"></a>
71
69
# **DeleteAccountImageById**
72
70
```csharp
@@ -123,8 +121,6 @@ namespace Example
123
121
124
122
**string**
125
123
126
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
297
-
298
288
<aid="updateaccountsettingsimagesbyid"></a>
299
289
# **UpdateAccountSettingsImagesById**
300
290
```csharp
@@ -345,13 +335,11 @@ namespace Example
345
335
| Name | Type | Description | Notes |
346
336
|------|------|-------------|-------|
347
337
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
351
341
352
342
### Return type
353
343
354
344
**string**
355
345
356
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/apis/AddressesApi.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,15 +54,13 @@ namespace Example
54
54
| Name | Type | Description | Notes |
55
55
|------|------|-------------|-------|
56
56
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
57
-
|**parseAddressRequestBody**|[**ParseAddressRequestBody**](ParseAddressRequestBody.md)| The only required field is `text`, which is the text to be parsed. You can optionally also provide an `address` containing already-known values. For example, you may already know the recipient's name, city, and country, and only want to parse the street address into separate lines. ||
57
+
|**parseAddressRequestBody**|[**ParseAddressRequestBody**](../../docs//models/ParseAddressRequestBody.md)| The only required field is `text`, which is the text to be parsed. You can optionally also provide an `address` containing already-known values. For example, you may already know the recipient's name, city, and country, and only want to parse the street address into separate lines. ||
58
58
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
65
-
66
64
<aid="validateaddress"></a>
67
65
# **ValidateAddress**
68
66
```csharp
@@ -112,12 +110,10 @@ namespace Example
112
110
| Name | Type | Description | Notes |
113
111
|------|------|-------------|-------|
114
112
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/apis/BatchesApi.md
+4-24Lines changed: 4 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,16 +63,14 @@ namespace Example
63
63
| Name | Type | Description | Notes |
64
64
|------|------|-------------|-------|
65
65
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
69
69
70
70
### Return type
71
71
72
72
**string**
73
73
74
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
75
-
76
74
<aid="createbatch"></a>
77
75
# **CreateBatch**
78
76
```csharp
@@ -122,15 +120,13 @@ namespace Example
122
120
| Name | Type | Description | Notes |
123
121
|------|------|-------------|-------|
124
122
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
133
-
134
130
<aid="deletebatch"></a>
135
131
# **DeleteBatch**
136
132
```csharp
@@ -187,8 +183,6 @@ namespace Example
187
183
188
184
**string**
189
185
190
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
437
-
438
424
<aid="processbatch"></a>
439
425
# **ProcessBatch**
440
426
```csharp
@@ -485,16 +471,14 @@ namespace Example
485
471
| Name | Type | Description | Notes |
486
472
|------|------|-------------|-------|
487
473
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
491
477
492
478
### Return type
493
479
494
480
**string**
495
481
496
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
497
-
498
482
<aid="removefrombatch"></a>
499
483
# **RemoveFromBatch**
500
484
```csharp
@@ -545,16 +529,14 @@ namespace Example
545
529
| Name | Type | Description | Notes |
546
530
|------|------|-------------|-------|
547
531
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
551
535
552
536
### Return type
553
537
554
538
**string**
555
539
556
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
557
-
558
540
<aid="updatebatch"></a>
559
541
# **UpdateBatch**
560
542
```csharp
@@ -611,5 +593,3 @@ namespace Example
611
593
612
594
**string**
613
595
614
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/apis/CarrierAccountsApi.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,13 @@ namespace Example
58
58
|------|------|-------------|-------|
59
59
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
60
60
|**carrierName**|**CarrierName**| The carrier name, such as `stamps_com`, `ups`, `fedex`, or `dhl_express`. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
69
-
70
68
<aid="disconnectcarrier"></a>
71
69
# **DisconnectCarrier**
72
70
```csharp
@@ -125,8 +123,6 @@ namespace Example
125
123
126
124
**string**
127
125
128
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
189
-
190
184
<aid="updatecarriersettings"></a>
191
185
# **UpdateCarrierSettings**
192
186
```csharp
@@ -239,13 +233,11 @@ namespace Example
239
233
|------|------|-------------|-------|
240
234
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
241
235
|**carrierName**|**CarrierNameWithSettings**| The carrier name, such as `ups`, `fedex`, or `dhl_express`. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
245
239
246
240
### Return type
247
241
248
242
**string**
249
243
250
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/apis/CarriersApi.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,16 +60,14 @@ namespace Example
60
60
| Name | Type | Description | Notes |
61
61
|------|------|-------------|-------|
62
62
|**methodClient**|[**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0)| The HttpClient instance to use for the request. ||
|**cancellationToken**|[**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0)| The cancellation token to use for the request. ||
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
72
-
73
71
<aid="disconnectcarrierbyid"></a>
74
72
# **DisconnectCarrierById**
75
73
```csharp
@@ -126,8 +124,6 @@ namespace Example
126
124
127
125
**string**
128
126
129
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/apis/DownloadsApi.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,5 +68,3 @@ namespace Example
68
68
69
69
**System.IO.Stream**
70
70
71
-
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
0 commit comments