Skip to content

Commit 622df97

Browse files
committed
ELR updates for V1.3
1 parent 8790eab commit 622df97

File tree

75 files changed

+4516
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+4516
-110
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Class | Method | HTTP request | Description
9696
*InteropApi* | [**SubmitInteropDocument**](docs/EInvoicing/V1/InteropApi.md#submitinteropdocument) | **POST** /interop/documents | Submit a document
9797
*MandatesApi* | [**GetMandateDataInputFields**](docs/EInvoicing/V1/MandatesApi.md#getmandatedatainputfields) | **GET** /mandates/{mandateId}/data-input-fields | Returns document field information for a country mandate, a selected document type, and its version
9898
*MandatesApi* | [**GetMandates**](docs/EInvoicing/V1/MandatesApi.md#getmandates) | **GET** /mandates | List country mandates that are supported by the Avalara E-Invoicing platform
99+
*SubscriptionsApi* | [**CreateWebhookSubscription**](docs/EInvoicing/V1/SubscriptionsApi.md#createwebhooksubscription) | **POST** /webhooks/subscriptions | Create a subscription to events
100+
*SubscriptionsApi* | [**DeleteWebhookSubscription**](docs/EInvoicing/V1/SubscriptionsApi.md#deletewebhooksubscription) | **DELETE** /webhooks/subscriptions/{subscription-id} | Unsubscribe from events
101+
*SubscriptionsApi* | [**GetWebhookSubscription**](docs/EInvoicing/V1/SubscriptionsApi.md#getwebhooksubscription) | **GET** /webhooks/subscriptions/{subscription-id} | Get details of a subscription
102+
*SubscriptionsApi* | [**ListWebhookSubscriptions**](docs/EInvoicing/V1/SubscriptionsApi.md#listwebhooksubscriptions) | **GET** /webhooks/subscriptions | List all subscriptions
99103
*TradingPartnersApi* | [**BatchSearchParticipants**](docs/EInvoicing/V1/TradingPartnersApi.md#batchsearchparticipants) | **POST** /trading-partners/batch-searches | Creates a batch search and performs a batch search in the directory for participants in the background.
100104
*TradingPartnersApi* | [**DownloadBatchSearchReport**](docs/EInvoicing/V1/TradingPartnersApi.md#downloadbatchsearchreport) | **GET** /trading-partners/batch-searches/{id}/$download-results | Download batch search results in a csv file.
101105
*TradingPartnersApi* | [**GetBatchSearchDetail**](docs/EInvoicing/V1/TradingPartnersApi.md#getbatchsearchdetail) | **GET** /trading-partners/batch-searches/{id} | Get the batch search details for a given id.
@@ -140,6 +144,7 @@ Class | Method | HTTP request | Description
140144
- [Model.EInvoicing.V1.BadRequest](docs/EInvoicing/V1/BadRequest.md)
141145
- [Model.EInvoicing.V1.BatchSearch](docs/EInvoicing/V1/BatchSearch.md)
142146
- [Model.EInvoicing.V1.BatchSearchListResponse](docs/EInvoicing/V1/BatchSearchListResponse.md)
147+
- [Model.EInvoicing.V1.BatchSearchParticipants202Response](docs/EInvoicing/V1/BatchSearchParticipants202Response.md)
143148
- [Model.EInvoicing.V1.ConditionalForField](docs/EInvoicing/V1/ConditionalForField.md)
144149
- [Model.EInvoicing.V1.DataInputField](docs/EInvoicing/V1/DataInputField.md)
145150
- [Model.EInvoicing.V1.DataInputFieldNotUsedFor](docs/EInvoicing/V1/DataInputFieldNotUsedFor.md)
@@ -158,10 +163,17 @@ Class | Method | HTTP request | Description
158163
- [Model.EInvoicing.V1.DocumentSubmitResponse](docs/EInvoicing/V1/DocumentSubmitResponse.md)
159164
- [Model.EInvoicing.V1.DocumentSummary](docs/EInvoicing/V1/DocumentSummary.md)
160165
- [Model.EInvoicing.V1.ErrorResponse](docs/EInvoicing/V1/ErrorResponse.md)
166+
- [Model.EInvoicing.V1.EventId](docs/EInvoicing/V1/EventId.md)
167+
- [Model.EInvoicing.V1.EventMessage](docs/EInvoicing/V1/EventMessage.md)
168+
- [Model.EInvoicing.V1.EventPayload](docs/EInvoicing/V1/EventPayload.md)
169+
- [Model.EInvoicing.V1.EventSubscription](docs/EInvoicing/V1/EventSubscription.md)
161170
- [Model.EInvoicing.V1.FetchDocumentsRequest](docs/EInvoicing/V1/FetchDocumentsRequest.md)
162171
- [Model.EInvoicing.V1.FetchDocumentsRequestDataInner](docs/EInvoicing/V1/FetchDocumentsRequestDataInner.md)
163172
- [Model.EInvoicing.V1.FetchDocumentsRequestMetadata](docs/EInvoicing/V1/FetchDocumentsRequestMetadata.md)
164173
- [Model.EInvoicing.V1.ForbiddenError](docs/EInvoicing/V1/ForbiddenError.md)
174+
- [Model.EInvoicing.V1.HmacSignature](docs/EInvoicing/V1/HmacSignature.md)
175+
- [Model.EInvoicing.V1.HmacSignatureValue](docs/EInvoicing/V1/HmacSignatureValue.md)
176+
- [Model.EInvoicing.V1.Id](docs/EInvoicing/V1/Id.md)
165177
- [Model.EInvoicing.V1.InputDataFormats](docs/EInvoicing/V1/InputDataFormats.md)
166178
- [Model.EInvoicing.V1.InternalServerError](docs/EInvoicing/V1/InternalServerError.md)
167179
- [Model.EInvoicing.V1.Mandate](docs/EInvoicing/V1/Mandate.md)
@@ -170,10 +182,24 @@ Class | Method | HTTP request | Description
170182
- [Model.EInvoicing.V1.MandatesResponse](docs/EInvoicing/V1/MandatesResponse.md)
171183
- [Model.EInvoicing.V1.NotFoundError](docs/EInvoicing/V1/NotFoundError.md)
172184
- [Model.EInvoicing.V1.NotUsedForField](docs/EInvoicing/V1/NotUsedForField.md)
185+
- [Model.EInvoicing.V1.OutputDataFormats](docs/EInvoicing/V1/OutputDataFormats.md)
186+
- [Model.EInvoicing.V1.Pagination](docs/EInvoicing/V1/Pagination.md)
173187
- [Model.EInvoicing.V1.RequiredWhenField](docs/EInvoicing/V1/RequiredWhenField.md)
188+
- [Model.EInvoicing.V1.Signature](docs/EInvoicing/V1/Signature.md)
189+
- [Model.EInvoicing.V1.SignatureSignature](docs/EInvoicing/V1/SignatureSignature.md)
190+
- [Model.EInvoicing.V1.SignatureValue](docs/EInvoicing/V1/SignatureValue.md)
191+
- [Model.EInvoicing.V1.SignatureValueSignature](docs/EInvoicing/V1/SignatureValueSignature.md)
174192
- [Model.EInvoicing.V1.StatusEvent](docs/EInvoicing/V1/StatusEvent.md)
175193
- [Model.EInvoicing.V1.SubmitDocumentMetadata](docs/EInvoicing/V1/SubmitDocumentMetadata.md)
176194
- [Model.EInvoicing.V1.SubmitInteropDocument202Response](docs/EInvoicing/V1/SubmitInteropDocument202Response.md)
195+
- [Model.EInvoicing.V1.SubscriptionCommon](docs/EInvoicing/V1/SubscriptionCommon.md)
196+
- [Model.EInvoicing.V1.SubscriptionDetail](docs/EInvoicing/V1/SubscriptionDetail.md)
197+
- [Model.EInvoicing.V1.SubscriptionListResponse](docs/EInvoicing/V1/SubscriptionListResponse.md)
198+
- [Model.EInvoicing.V1.SubscriptionRegistration](docs/EInvoicing/V1/SubscriptionRegistration.md)
199+
- [Model.EInvoicing.V1.SuccessResponse](docs/EInvoicing/V1/SuccessResponse.md)
200+
- [Model.EInvoicing.V1.WebhookInvocation](docs/EInvoicing/V1/WebhookInvocation.md)
201+
- [Model.EInvoicing.V1.WebhooksErrorInfo](docs/EInvoicing/V1/WebhooksErrorInfo.md)
202+
- [Model.EInvoicing.V1.WebhooksErrorResponse](docs/EInvoicing/V1/WebhooksErrorResponse.md)
177203
- [Model.EInvoicing.V1.WorkflowIds](docs/EInvoicing/V1/WorkflowIds.md)
178204

179205

docs/A1099/V2/Class1099FormsApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace Example
4444
var apiInstance = new Class1099FormsApi(apiClient);
4545
var requestParameters = new BulkUpsert1099FormsRequest();
4646
requestParameters.AvalaraVersion = 2.0; // string | API version
47-
requestParameters.XCorrelationId = d3924eab-ae5e-4d58-beff-0acc46973175; // string | Unique correlation Id in a GUID format
47+
requestParameters.XCorrelationId = 8c27d637-2dfa-433a-8b99-796eabd34ada; // string | Unique correlation Id in a GUID format
4848
requestParameters.BulkUpsert1099FormsRequest = new BulkUpsert1099FormsRequest(); // BulkUpsert1099FormsRequest | (optional)
4949
5050
try
@@ -127,7 +127,7 @@ namespace Example
127127
var apiInstance = new Class1099FormsApi(apiClient);
128128
var requestParameters = new Create1099FormRequest();
129129
requestParameters.AvalaraVersion = 2.0; // string | API version
130-
requestParameters.XCorrelationId = 44717243-a8bf-4289-b9ca-3e95d44935a4; // string | Unique correlation Id in a GUID format
130+
requestParameters.XCorrelationId = ca54dde9-53f6-4494-8b19-cdd81502ad95; // string | Unique correlation Id in a GUID format
131131
requestParameters.Update1099FormRequest = new Update1099FormRequest(); // Update1099FormRequest | (optional)
132132
133133
try
@@ -210,7 +210,7 @@ namespace Example
210210
var requestParameters = new Delete1099FormRequest();
211211
requestParameters.Id = "id_example"; // string |
212212
requestParameters.AvalaraVersion = 2.0; // string | API version
213-
requestParameters.XCorrelationId = 70475224-f37e-4299-81ce-4f8f6b50279c; // string | Unique correlation Id in a GUID format
213+
requestParameters.XCorrelationId = a8f032f7-a715-4b0f-9a54-0359e4cf2d43; // string | Unique correlation Id in a GUID format
214214
215215
try
216216
{
@@ -292,7 +292,7 @@ namespace Example
292292
var requestParameters = new Get1099FormRequest();
293293
requestParameters.Id = "id_example"; // string |
294294
requestParameters.AvalaraVersion = 2.0; // string | API version
295-
requestParameters.XCorrelationId = dec2cd41-4709-40c1-a3ef-11d91b119677; // string | Unique correlation Id in a GUID format
295+
requestParameters.XCorrelationId = 43a8b5ca-16b8-4050-a916-171757cd489c; // string | Unique correlation Id in a GUID format
296296
297297
try
298298
{
@@ -374,7 +374,7 @@ namespace Example
374374
var apiInstance = new Class1099FormsApi(apiClient);
375375
var requestParameters = new List1099FormsRequest();
376376
requestParameters.AvalaraVersion = 2.0; // string | API version
377-
requestParameters.XCorrelationId = e4289fa1-6ef8-4273-8008-c82a44f60dc2; // string | Unique correlation Id in a GUID format
377+
requestParameters.XCorrelationId = e24f4b84-25c7-4029-b117-b7d5b5c1be4f; // string | Unique correlation Id in a GUID format
378378
requestParameters.Filter = "filter_example"; // string | A filter statement to identify specific records to retrieve. For more information on filtering, see <a href=\"https://developer.avalara.com/avatax/filtering-in-rest/\">Filtering in REST</a>. (optional)
379379
requestParameters.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. (optional) (default to 10)
380380
requestParameters.Skip = 0; // int? | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets. (optional) (default to 0)
@@ -466,7 +466,7 @@ namespace Example
466466
var requestParameters = new Update1099FormRequest();
467467
requestParameters.Id = "id_example"; // string |
468468
requestParameters.AvalaraVersion = 2.0; // string | API version
469-
requestParameters.XCorrelationId = 6dee7663-689a-40e4-8f0a-b3fcd4e7c4ab; // string | Unique correlation Id in a GUID format
469+
requestParameters.XCorrelationId = 534b2fc5-caae-4f25-9626-c5c9df5d4e0b; // string | Unique correlation Id in a GUID format
470470
requestParameters.Update1099FormRequest = new Update1099FormRequest(); // Update1099FormRequest | (optional)
471471
472472
try

docs/A1099/V2/Class1099IssuersApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace Example
4343
var apiInstance = new Class1099IssuersApi(apiClient);
4444
var requestParameters = new CreateIssuerRequest();
4545
requestParameters.AvalaraVersion = 2.0; // string | API version
46-
requestParameters.XCorrelationId = de1d7808-7142-4d7f-9615-70a5cb4e4aa5; // string | Unique correlation Id in a GUID format
46+
requestParameters.XCorrelationId = fe070162-abd9-4705-990b-4f33b952404d; // string | Unique correlation Id in a GUID format
4747
requestParameters.IssuerModel = new IssuerModel(); // IssuerModel | The issuer to create (optional)
4848
4949
try
@@ -127,7 +127,7 @@ namespace Example
127127
var requestParameters = new DeleteIssuerRequest();
128128
requestParameters.Id = "id_example"; // string | Id of the issuer to delete
129129
requestParameters.AvalaraVersion = 2.0; // string | API version
130-
requestParameters.XCorrelationId = 63408873-6519-409e-89ff-426a1b4f26b0; // string | Unique correlation Id in a GUID format
130+
requestParameters.XCorrelationId = 648fb003-aa96-49be-b95c-0c32f5d54dd6; // string | Unique correlation Id in a GUID format
131131
132132
try
133133
{
@@ -209,7 +209,7 @@ namespace Example
209209
var requestParameters = new GetIssuerRequest();
210210
requestParameters.Id = "id_example"; // string |
211211
requestParameters.AvalaraVersion = 2.0; // string | API version
212-
requestParameters.XCorrelationId = a33051b5-d211-4a36-bd3a-18a18bcb7712; // string | Unique correlation Id in a GUID format
212+
requestParameters.XCorrelationId = 8837fcd4-4ebe-41a1-ad5c-af1346d8711d; // string | Unique correlation Id in a GUID format
213213
214214
try
215215
{
@@ -291,7 +291,7 @@ namespace Example
291291
var apiInstance = new Class1099IssuersApi(apiClient);
292292
var requestParameters = new ListIssuersRequest();
293293
requestParameters.AvalaraVersion = 2.0; // string | API version
294-
requestParameters.XCorrelationId = 6483b3ae-1573-4cc3-a7d2-ed593c669cd2; // string | Unique correlation Id in a GUID format
294+
requestParameters.XCorrelationId = bd74654a-b81e-43a0-b959-27fbc88f8981; // string | Unique correlation Id in a GUID format
295295
requestParameters.Filter = "filter_example"; // string | A filter statement to identify specific records to retrieve. For more information on filtering, see <a href=\"https://developer.avalara.com/avatax/filtering-in-rest/\">Filtering in REST</a>. (optional)
296296
requestParameters.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. (optional) (default to 10)
297297
requestParameters.Skip = 0; // int? | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets. (optional) (default to 0)
@@ -383,7 +383,7 @@ namespace Example
383383
var requestParameters = new UpdateIssuerRequest();
384384
requestParameters.Id = "id_example"; // string | Id of the issuer to Update
385385
requestParameters.AvalaraVersion = 2.0; // string | API version
386-
requestParameters.XCorrelationId = 369b51d1-f4ba-45e1-8273-c3935ebca96a; // string | Unique correlation Id in a GUID format
386+
requestParameters.XCorrelationId = e3dc1707-3d09-429b-8792-bf2cf1ede2eb; // string | Unique correlation Id in a GUID format
387387
requestParameters.IssuerModel = new IssuerModel(); // IssuerModel | The issuer to update (optional)
388388
389389
try

docs/A1099/V2/Class1099JobsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Example
4040
var requestParameters = new GetJobRequest();
4141
requestParameters.Id = "id_example"; // string | Job id obtained from other API responses, like `/1099/bulk-upsert`.
4242
requestParameters.AvalaraVersion = 2.0; // string | API version
43-
requestParameters.XCorrelationId = 64a71c38-e847-45ec-96a4-dbd7ba15e571; // string | Unique correlation Id in a GUID format
43+
requestParameters.XCorrelationId = d5813dd9-0646-48b6-85a6-5b1db5100588; // string | Unique correlation Id in a GUID format
4444
4545
try
4646
{

docs/A1099/V2/W9CompaniesApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Example
4141
var apiInstance = new W9CompaniesApi(apiClient);
4242
var requestParameters = new CreateCompanyRequest();
4343
requestParameters.AvalaraVersion = 2.0; // string | API version
44-
requestParameters.XCorrelationId = 57c59227-74b9-4d2f-b41a-ccb672fe1169; // string | Unique correlation Id in a GUID format
44+
requestParameters.XCorrelationId = 12aa661b-1243-4a78-810c-b03c437cf265; // string | Unique correlation Id in a GUID format
4545
requestParameters.CompanyCreateUpdateRequestModel = new CompanyCreateUpdateRequestModel(); // CompanyCreateUpdateRequestModel | The company to create (optional)
4646
4747
try
@@ -124,7 +124,7 @@ namespace Example
124124
var apiInstance = new W9CompaniesApi(apiClient);
125125
var requestParameters = new GetCompaniesRequest();
126126
requestParameters.AvalaraVersion = 2.0; // string | API version
127-
requestParameters.XCorrelationId = 796baa30-887c-46ac-ad81-adc992323199; // string | Unique correlation Id in a GUID format
127+
requestParameters.XCorrelationId = 7bcecbfa-2667-4216-bbe4-7fe8d3c9d91c; // string | Unique correlation Id in a GUID format
128128
requestParameters.Filter = "filter_example"; // string | A filter statement to identify specific records to retrieve. For more information on filtering, see <a href=\"https://developer.avalara.com/avatax/filtering-in-rest/\">Filtering in REST</a>. (optional)
129129
requestParameters.Top = 56; // int? | If zero or greater than 1000, return at most 1000 results. Otherwise, return this number of results. Used with skip to provide pagination for large datasets. (optional)
130130
requestParameters.Skip = 56; // int? | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets. (optional)
@@ -220,7 +220,7 @@ namespace Example
220220
var requestParameters = new UpdateCompanyRequest();
221221
requestParameters.Id = "id_example"; // string | The ID of the company to update
222222
requestParameters.AvalaraVersion = 2.0; // string | API version
223-
requestParameters.XCorrelationId = caa848f2-9d02-4c87-8039-350fc617e364; // string | Unique correlation Id in a GUID format
223+
requestParameters.XCorrelationId = e618c6f1-fcc2-40e3-83b7-5921aa813069; // string | Unique correlation Id in a GUID format
224224
requestParameters.CompanyCreateUpdateRequestModel = new CompanyCreateUpdateRequestModel(); // CompanyCreateUpdateRequestModel | The updated company data (optional)
225225
226226
try

0 commit comments

Comments
 (0)