Skip to content

Commit 4a26bde

Browse files
Merge pull request #7 from avadev/25.8.0
Fix for skip and top
2 parents e3d883c + 6911954 commit 4a26bde

File tree

13 files changed

+55
-55
lines changed

13 files changed

+55
-55
lines changed

docs/A1099/V2/CompaniesW9Api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $client = new \Avalara\SDK\ApiClient($config);
4040
$apiInstance = new Avalara\SDK\Api\CompaniesW9Api($client);
4141

4242
$avalara_version = 2.0.0; // string | API version
43-
$x_correlation_id = fe0b2c61-3b02-476a-ab45-cffe1b04e41a; // string | Unique correlation Id in a GUID format
43+
$x_correlation_id = 144f810d-5777-472b-b372-c1028d9a13ae; // string | Unique correlation Id in a GUID format
4444
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
4545
$company_create_update_request_model = new \Avalara\SDK\Model\A1099\V2\CompanyCreateUpdateRequestModel(); // \Avalara\SDK\Model\A1099\V2\CompanyCreateUpdateRequestModel | The company to create
4646

@@ -108,7 +108,7 @@ $apiInstance = new Avalara\SDK\Api\CompaniesW9Api($client);
108108

109109
$id = 'id_example'; // string | The company to delete
110110
$avalara_version = 2.0.0; // string | API version
111-
$x_correlation_id = 250cdf61-a491-4fce-9544-33316d95a0a2; // string | Unique correlation Id in a GUID format
111+
$x_correlation_id = db071c51-528f-4929-a031-523aa34002d1; // string | Unique correlation Id in a GUID format
112112
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
113113

114114
try {
@@ -179,7 +179,7 @@ $skip = 56; // int | If nonzero, skip this number of results before returning da
179179
$order_by = 'order_by_example'; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
180180
$count = True; // bool | If true, return the global count of elements in the collection.
181181
$count_only = True; // bool | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
182-
$x_correlation_id = 9bc362f8-548a-4a98-b44b-37da159b8126; // string | Unique correlation Id in a GUID format
182+
$x_correlation_id = 7ad30f3a-b27d-440e-98da-516663741d89; // string | Unique correlation Id in a GUID format
183183
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
184184

185185
try {
@@ -251,7 +251,7 @@ $apiInstance = new Avalara\SDK\Api\CompaniesW9Api($client);
251251

252252
$id = 'id_example'; // string | Id of the company
253253
$avalara_version = 2.0.0; // string | API version
254-
$x_correlation_id = 1c9d767c-523c-42c5-bbcb-5158761b48a0; // string | Unique correlation Id in a GUID format
254+
$x_correlation_id = 77521b27-805c-40b1-a6c8-3d6339acba99; // string | Unique correlation Id in a GUID format
255255
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
256256

257257
try {
@@ -318,7 +318,7 @@ $apiInstance = new Avalara\SDK\Api\CompaniesW9Api($client);
318318

319319
$id = 'id_example'; // string | The ID of the company to update
320320
$avalara_version = 2.0.0; // string | API version
321-
$x_correlation_id = 03774e95-4208-4f91-a5c8-e218fcb3c0a4; // string | Unique correlation Id in a GUID format
321+
$x_correlation_id = 9b982dee-5208-416e-8acf-84070e235acc; // string | Unique correlation Id in a GUID format
322322
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
323323
$company_create_update_request_model = new \Avalara\SDK\Model\A1099\V2\CompanyCreateUpdateRequestModel(); // \Avalara\SDK\Model\A1099\V2\CompanyCreateUpdateRequestModel | The updated company data
324324

docs/A1099/V2/Forms1099Api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
4343

4444
$avalara_version = 2.0.0; // string | API version
4545
$dry_run = false; // bool |
46-
$x_correlation_id = 2887c820-8999-462b-a6d0-a806ff098c1d; // string | Unique correlation Id in a GUID format
46+
$x_correlation_id = 032e11a9-1930-48bc-9cd5-865dfeb5f8bb; // string | Unique correlation Id in a GUID format
4747
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
4848
$bulk_upsert1099_forms_request = new \Avalara\SDK\Model\A1099\V2\BulkUpsert1099FormsRequest(); // \Avalara\SDK\Model\A1099\V2\BulkUpsert1099FormsRequest |
4949

@@ -111,7 +111,7 @@ $client = new \Avalara\SDK\ApiClient($config);
111111
$apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
112112

113113
$avalara_version = 2.0.0; // string | API version
114-
$x_correlation_id = d0cd754d-adf8-41e6-be0a-b4d205e24e61; // string | Unique correlation Id in a GUID format
114+
$x_correlation_id = 2a525a1d-2ac8-4894-87a5-1bd347d76b1c; // string | Unique correlation Id in a GUID format
115115
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
116116
$i_create_form1099_request = new \Avalara\SDK\Model\A1099\V2\ICreateForm1099Request(); // \Avalara\SDK\Model\A1099\V2\ICreateForm1099Request
117117

@@ -179,7 +179,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
179179

180180
$id = 'id_example'; // string | The unique identifier of the desired form to delete.
181181
$avalara_version = 2.0.0; // string | API version
182-
$x_correlation_id = addfa5c3-a255-432d-97a0-51af301447b2; // string | Unique correlation Id in a GUID format
182+
$x_correlation_id = ba633be6-e650-424e-a01c-28c6693b9e3a; // string | Unique correlation Id in a GUID format
183183
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
184184

185185
try {
@@ -245,7 +245,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
245245

246246
$id = 'id_example'; // string
247247
$avalara_version = 2.0.0; // string | API version
248-
$x_correlation_id = d24d3112-03b3-42d3-8118-9654a4ed92c1; // string | Unique correlation Id in a GUID format
248+
$x_correlation_id = f311cf9a-de50-4d53-9663-bdf93020dd26; // string | Unique correlation Id in a GUID format
249249
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
250250

251251
try {
@@ -313,7 +313,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
313313
$id = 'id_example'; // string | The ID of the form
314314
$avalara_version = 2.0.0; // string | API version
315315
$mark_edelivered = True; // bool | Optional boolean that if set indicates that the form should be marked as having been successfully edelivered
316-
$x_correlation_id = 84d9cf56-2aee-4be1-a89f-de5be5369993; // string | Unique correlation Id in a GUID format
316+
$x_correlation_id = a1c63b5e-c575-4315-90ad-0ac98e71a981; // string | Unique correlation Id in a GUID format
317317
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
318318

319319
try {
@@ -384,7 +384,7 @@ $filter = 'filter_example'; // string | A filter statement to identify specific
384384
$top = 10; // int | If nonzero, return no more than this number of results. Used with skip to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
385385
$skip = 0; // int | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets.
386386
$order_by = 'order_by_example'; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example issuerReferenceId ASC. Supported sorting fields are: issuerReferenceId taxYear createdAt recipientName updatedAt
387-
$x_correlation_id = edd69041-acfd-4252-8f4f-a0a3f009bda6; // string | Unique correlation Id in a GUID format
387+
$x_correlation_id = 443e5440-659c-4f7d-865e-fd185b0ed923; // string | Unique correlation Id in a GUID format
388388
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
389389

390390
try {
@@ -454,7 +454,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
454454

455455
$id = 'id_example'; // string
456456
$avalara_version = 2.0.0; // string | API version
457-
$x_correlation_id = 860f5511-f0d8-45a4-ac62-6d2733e3028d; // string | Unique correlation Id in a GUID format
457+
$x_correlation_id = d65ebcaf-e252-421c-a543-3d1ba4e4175b; // string | Unique correlation Id in a GUID format
458458
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
459459
$i_update_form1099_request = new \Avalara\SDK\Model\A1099\V2\IUpdateForm1099Request(); // \Avalara\SDK\Model\A1099\V2\IUpdateForm1099Request
460460

docs/A1099/V2/FormsW9Api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $client = new \Avalara\SDK\ApiClient($config);
4242
$apiInstance = new Avalara\SDK\Api\FormsW9Api($client);
4343

4444
$avalara_version = 2.0.0; // string | API version
45-
$x_correlation_id = a80d4171-c58b-440c-8cc7-4093fd542b00; // string | Unique correlation Id in a GUID format
45+
$x_correlation_id = 968b9850-b859-4a5a-8165-bd1e444fbf47; // string | Unique correlation Id in a GUID format
4646
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
4747
$create_w9_form_request = {"type":"W9","name":"John Doe","businessName":"Acme Inc.","businessClassification":"Individual","businessOther":null,"foreignPartnerOwnerOrBeneficiary":false,"exemptPayeeCode":null,"exemptFatcaCode":null,"foreignCountryIndicator":false,"address":"123 Main St.","foreignAddress":null,"city":"Anytown","state":"CA","zip":"12345","accountNumber":null,"tinType":"SSN","tin":"543456789","backupWithholding":false,"is1099able":true,"companyId":"32553266","referenceId":null,"email":null,"eDeliveryConsentedAt":null,"signature":null}; // \Avalara\SDK\Model\A1099\V2\CreateW9FormRequest | Form to be created
4848

@@ -110,7 +110,7 @@ $apiInstance = new Avalara\SDK\Api\FormsW9Api($client);
110110

111111
$id = 'id_example'; // string | ID of the form to delete
112112
$avalara_version = 2.0.0; // string | API version
113-
$x_correlation_id = 458bae89-b373-4297-b5eb-0e7a18838af3; // string | Unique correlation Id in a GUID format
113+
$x_correlation_id = 69926298-ed5b-4d78-8099-b5488589912d; // string | Unique correlation Id in a GUID format
114114
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
115115

116116
try {
@@ -176,7 +176,7 @@ $apiInstance = new Avalara\SDK\Api\FormsW9Api($client);
176176

177177
$id = 'id_example'; // string | ID of the form
178178
$avalara_version = 2.0.0; // string | API version
179-
$x_correlation_id = fcd3a4fb-da5b-4195-a470-97567434f46c; // string | Unique correlation Id in a GUID format
179+
$x_correlation_id = e138390c-5561-49df-a969-49427e2c5ffa; // string | Unique correlation Id in a GUID format
180180
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
181181

182182
try {
@@ -247,7 +247,7 @@ $top = 10; // int | If nonzero, return no more than this number of results. Used
247247
$skip = 0; // int | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets.
248248
$order_by = 'order_by_example'; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
249249
$count = True; // bool | When true, returns a @recordSetCount in the result set
250-
$x_correlation_id = a4990941-fbe5-45f9-8495-43ed73f8334e; // string | Unique correlation Id in a GUID format
250+
$x_correlation_id = f80bd20b-84ec-47de-913f-304dd9951b58; // string | Unique correlation Id in a GUID format
251251
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
252252

253253
try {
@@ -318,7 +318,7 @@ $apiInstance = new Avalara\SDK\Api\FormsW9Api($client);
318318

319319
$id = 'id_example'; // string | The ID of the W9/W4/W8 form.
320320
$avalara_version = 2.0.0; // string | API version
321-
$x_correlation_id = 72cf9106-878e-4643-9b5a-440f89a7b20d; // string | Unique correlation Id in a GUID format
321+
$x_correlation_id = 75735dc9-2909-4f11-bc6c-6e1ec0d77264; // string | Unique correlation Id in a GUID format
322322
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
323323

324324
try {
@@ -385,7 +385,7 @@ $apiInstance = new Avalara\SDK\Api\FormsW9Api($client);
385385

386386
$id = 'id_example'; // string | ID of the form to update
387387
$avalara_version = 2.0.0; // string | API version
388-
$x_correlation_id = 38f0a02f-83cf-4142-b6ed-6b29474177df; // string | Unique correlation Id in a GUID format
388+
$x_correlation_id = d24784a4-9522-46c7-b6e0-8f44cb176f17; // string | Unique correlation Id in a GUID format
389389
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
390390
$iw9_form_data_models_one_of = new \Avalara\SDK\Model\A1099\V2\IW9FormDataModelsOneOf(); // \Avalara\SDK\Model\A1099\V2\IW9FormDataModelsOneOf | Form to be updated
391391

@@ -454,7 +454,7 @@ $apiInstance = new Avalara\SDK\Api\FormsW9Api($client);
454454

455455
$id = 'id_example'; // string | Id of the form
456456
$avalara_version = 2.0.0; // string | API version
457-
$x_correlation_id = 4fee6fea-2e64-4911-bb75-0931dd2875be; // string | Unique correlation Id in a GUID format
457+
$x_correlation_id = ee2e9278-6cdb-47ad-82a0-9d5a726f7412; // string | Unique correlation Id in a GUID format
458458
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
459459
$file = "/path/to/file.txt"; // \SplFileObject
460460

docs/A1099/V2/Issuers1099Api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $client = new \Avalara\SDK\ApiClient($config);
4040
$apiInstance = new Avalara\SDK\Api\Issuers1099Api($client);
4141

4242
$avalara_version = 2.0.0; // string | API version
43-
$x_correlation_id = 790d12c4-e473-4e06-8104-e1391469363d; // string | Unique correlation Id in a GUID format
43+
$x_correlation_id = ce42bd72-2b6a-438a-8e8b-983910339267; // string | Unique correlation Id in a GUID format
4444
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
4545
$issuer_command = new \Avalara\SDK\Model\A1099\V2\IssuerCommand(); // \Avalara\SDK\Model\A1099\V2\IssuerCommand | The issuer to create
4646

@@ -108,7 +108,7 @@ $apiInstance = new Avalara\SDK\Api\Issuers1099Api($client);
108108

109109
$id = 'id_example'; // string | Id of the issuer to delete
110110
$avalara_version = 2.0.0; // string | API version
111-
$x_correlation_id = f4fbae4e-795e-458a-aec2-5e5232efb33b; // string | Unique correlation Id in a GUID format
111+
$x_correlation_id = 706821c8-d3fe-4fb8-82c2-5d6cf92c475e; // string | Unique correlation Id in a GUID format
112112
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
113113

114114
try {
@@ -174,7 +174,7 @@ $apiInstance = new Avalara\SDK\Api\Issuers1099Api($client);
174174

175175
$id = 'id_example'; // string | Id of the issuer to retrieve
176176
$avalara_version = 2.0.0; // string | API version
177-
$x_correlation_id = 826bf1b5-f556-485c-be41-e57e14e5cae9; // string | Unique correlation Id in a GUID format
177+
$x_correlation_id = 14762757-396e-4e07-851b-2b7dd2542250; // string | Unique correlation Id in a GUID format
178178
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
179179

180180
try {
@@ -246,7 +246,7 @@ $skip = 56; // int | If nonzero, skip this number of results before returning da
246246
$order_by = 'order_by_example'; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
247247
$count = True; // bool | If true, return the global count of elements in the collection.
248248
$count_only = True; // bool | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
249-
$x_correlation_id = 12264f5a-c0c1-4cb2-8ab1-e5434d55b73f; // string | Unique correlation Id in a GUID format
249+
$x_correlation_id = 99c911ff-f4eb-42a8-841d-342a6cd1c7d5; // string | Unique correlation Id in a GUID format
250250
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
251251

252252
try {
@@ -318,7 +318,7 @@ $apiInstance = new Avalara\SDK\Api\Issuers1099Api($client);
318318

319319
$id = 'id_example'; // string | Id of the issuer to update
320320
$avalara_version = 2.0.0; // string | API version
321-
$x_correlation_id = 73758ef3-adb6-4b4b-ab1b-96f87332b71d; // string | Unique correlation Id in a GUID format
321+
$x_correlation_id = 092e5597-f724-49e7-bffa-4f1f21cb6236; // string | Unique correlation Id in a GUID format
322322
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
323323
$issuer_command = new \Avalara\SDK\Model\A1099\V2\IssuerCommand(); // \Avalara\SDK\Model\A1099\V2\IssuerCommand | The issuer to update
324324

docs/A1099/V2/Jobs1099Api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $apiInstance = new Avalara\SDK\Api\Jobs1099Api($client);
3737

3838
$id = 'id_example'; // string | Job id obtained from other API responses, like `/1099/bulk-upsert`.
3939
$avalara_version = 2.0.0; // string | API version
40-
$x_correlation_id = 08e85997-7532-4dd7-96fa-f7a029bb399f; // string | Unique correlation Id in a GUID format
40+
$x_correlation_id = 0d84e31f-0d44-4920-9f1b-5daa360e7925; // string | Unique correlation Id in a GUID format
4141
$x_avalara_client = Swagger UI; 22.1.0; // string | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
4242

4343
try {

0 commit comments

Comments
 (0)