Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 44 additions & 97 deletions README.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/A1099/V2/AddressVerificationStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Avalara.SDK.Model.A1099.V2.AddressVerificationStatus
The status of address verification.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Date** | **DateTime** | Date time when the status was set | [optional]
**Status** | **string** | | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

2 changes: 1 addition & 1 deletion docs/A1099/V2/AuthorizedApiRequestModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Path** | **string** | The path and query of the API request you want to pre-authorize, omitting the leading /api/ | [optional]
**Path** | **string** | The path and query of the API request you want to pre-authorize | [optional]
**Ttl** | **int** | Seconds until this AuthorizedApiRequest should expire, 3600 if omitted; values greater than 86400 will not be honored | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)
Expand Down
5 changes: 3 additions & 2 deletions docs/A1099/V2/AuthorizedApiRequestV2DataModel.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Avalara.SDK.Model.A1099.V2.AuthorizedApiRequestV2DataModel
Describes a one-time-use URL that, when accessed, executes the API request specified in path using the account and credentials you used to create this AuthorizedApiRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | | [optional]
**Path** | **string** | | [optional]
**ExpiresAt** | **string** | | [optional]
**Path** | **string** | The path and query of the API request you want to pre-authorize | [optional]
**ExpiresAt** | **string** | Timestamp when this AuthorizedApiRequest will expire, ttl (or 3600) seconds from creation | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

6 changes: 3 additions & 3 deletions docs/A1099/V2/BaseFormDataModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Resource data model for /w9/forms API

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **int** | | [optional]
**Id** | **string** | | [optional]
**Type** | **string** | | [optional] [readonly]
**EntryStatus** | **string** | | [optional]
**UpdatedAt** | **DateTime?** | The last updated date of the form. | [optional]
**ReferenceId** | **string** | A reference identifier for the form. | [optional]
**CompanyId** | **int?** | The ID of the associated company. | [optional]
**CompanyId** | **string** | The ID of the associated company. | [optional]
**DisplayName** | **string** | The display name associated with the form. | [optional]
**Email** | **string** | The email address of the individual associated with the form. | [optional]
**Archived** | **bool?** | Indicates whether the form is archived. | [optional]
Expand All @@ -23,7 +23,7 @@ Name | Type | Description | Notes
**AppVersion** | **string** | | [optional]
**Platform** | **string** | | [optional]
**OsVersion** | **string** | | [optional]
**AncestorId** | **long?** | | [optional]
**AncestorId** | **string** | | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

4 changes: 2 additions & 2 deletions docs/A1099/V2/BulkUpsert1099FormsRequest.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Avalara.SDK.Model.A1099.V2.BulkUpsert1099FormsRequest
1099 forms to upsert.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Forms** | [**List<Form1099RListItem>**](Form1099RListItem.md) | | [optional]
**FormType** | **string** | | [optional]
**Forms** | [**List<Form1099OneOf>**](Form1099OneOf.md) | |

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

313 changes: 207 additions & 106 deletions docs/A1099/V2/Class1099FormsApi.md

Large diffs are not rendered by default.

121 changes: 66 additions & 55 deletions docs/A1099/V2/Class1099IssuersApi.md

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/A1099/V2/CompanyModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | Company ID | [optional]
**UserId** | **long** | User ID associated with the company | [optional]
**AccountId** | **long** | Account ID associated with the company | [optional]
**UserId** | **string** | User ID associated with the company | [optional]
**Name** | **string** | Legal company name | [optional]
**Email** | **string** | Company email address | [optional]
**ShippingAddress** | **string** | Shipping address | [optional]
**City** | **string** | City | [optional]
**State** | **string** | State code | [optional]
**Zip** | **string** | ZIP/Postal code | [optional]
**Telephone** | **string** | Phone number | [optional]
**Tin** | **string** | Tax identification number | [optional]
**DbaName** | **string** | DBA (Doing Business As) name | [optional]
**AccountId** | **string** | Account ID associated with the company | [optional]
**ReferenceId** | **string** | Optional identifier for reference | [optional]
**DoTinMatch** | **bool** | Flag indicating whether to perform TIN matching | [optional]
**GroupName** | **string** | Group Name associated with the company | [optional]
**ForeignProvince** | **string** | Foreign province for non-US addresses | [optional]
**ShippingCountryCode** | **string** | Shipping country code | [optional]
**ResendRequests** | **bool** | Flag indicating whether to resend requests | [optional]
**ResendIntervalDays** | **int?** | Interval in days for resending requests | [optional]
**MaxReminderAttempts** | **int?** | Maximum number of reminder attempts | [optional]
**CreatedAt** | **DateTime** | Record creation timestamp | [optional]
**UpdatedAt** | **DateTime** | Record last update timestamp | [optional]
**Name** | **string** | | [optional]
**Email** | **string** | | [optional]
**Address** | **string** | | [optional]
**City** | **string** | | [optional]
**State** | **string** | | [optional]
**Zip** | **string** | | [optional]
**Telephone** | **string** | | [optional]
**Tin** | **string** | | [optional]
**DbaName** | **string** | | [optional]
**ReferenceId** | **string** | | [optional]
**DoTinMatch** | **bool** | | [optional]
**GroupName** | **string** | | [optional]
**ForeignProvince** | **string** | | [optional]
**CountryCode** | **string** | | [optional]
**ResendRequests** | **bool** | | [optional]
**ResendIntervalDays** | **int?** | | [optional]
**MaxReminderAttempts** | **int?** | | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

12 changes: 12 additions & 0 deletions docs/A1099/V2/FederalEfileStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Avalara.SDK.Model.A1099.V2.FederalEfileStatus
The status of federal e-filing. ONLY USED ON RESPONSES.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Date** | **DateTime** | Date time when the status was set | [optional]
**Status** | **string** | | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

40 changes: 40 additions & 0 deletions docs/A1099/V2/Form1099BaseModel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Avalara.SDK.Model.A1099.V2.Form1099BaseModel
Resource data model for Form 1099-NEC, capturing details about issuer, recipient, and filing statuses.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | | [readonly]
**IssuerId** | **string** | The ID of the issuer. |
**IssuerReferenceId** | **string** | Unique reference ID of the issuer | [optional]
**IssuerTin** | **string** | The Taxpayer Identification Number of the issuer. | [optional]
**TaxYear** | **int** | The tax year for the form in the format CCYY | [optional]
**FederalEfile** | **bool** | When upserting, this declares whether or not to federal e-file this form. | [optional]
**FederalEfileStatus** | [**Form1099BaseModelFederalEfileStatus**](Form1099BaseModelFederalEfileStatus.md) | | [optional]
**PostalMail** | **bool** | When upserting, this declares whether or not to postal mail this form to the recipient. | [optional]
**PostalMailStatus** | [**Form1099BaseModelPostalMailStatus**](Form1099BaseModelPostalMailStatus.md) | | [optional]
**StateEfile** | **bool** | When upserting, this declares whether or not to state e-file this form. | [optional]
**StateEfileStatuses** | [**List<StateEfileStatusesInner>**](StateEfileStatusesInner.md) | The status of state e-filing. ONLY USED ON RESPONSES. | [optional]
**TinMatch** | **bool** | When upserting this declares whether or not to TIN match this form. | [optional]
**TinMatchStatus** | [**TinMatchStatus**](TinMatchStatus.md) | | [optional]
**AddressVerification** | **bool** | When upserting, this declares whether or not to perform address verification for this form. | [optional]
**AddressVerificationStatus** | [**AddressVerificationStatus**](AddressVerificationStatus.md) | | [optional]
**ReferenceId** | **string** | Optional identifier for your reference, never shown to any agency or recipient. We will also prefix download filenames with this value, if present. Can only include letters, numbers, dashes, underscores and spaces. |
**RecipientName** | **string** | Legal name of the recipient |
**FederalIdType** | **string** | The type of federal ID provided by the recipient. | [optional]
**RecipientFederalIdNo** | **string** | The federal ID number of the recipient. |
**RecipientSecondName** | **string** | The second name of the recipient, if applicable. | [optional]
**StreetAddress** | **string** | The street address of the recipient. | [optional]
**StreetAddressLine2** | **string** | The second line of the street address, if applicable. | [optional]
**City** | **string** | The city of the recipient. | [optional]
**State** | **string** | The state of the recipient. |
**Zip** | **string** | The ZIP code of the recipient. |
**ForeignProvince** | **string** | The foreign province, if applicable. | [optional]
**CountryCode** | **string** | The country code of the recipient. |
**RecipientEmail** | **string** | The email address of the recipient. | [optional]
**AcctNo** | **string** | The account number associated with the form. | [optional]
**OfficeCode** | **string** | The office code associated with the form. | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

12 changes: 12 additions & 0 deletions docs/A1099/V2/Form1099BaseModelFederalEfileStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Avalara.SDK.Model.A1099.V2.Form1099BaseModelFederalEfileStatus
The status of federal e-filing.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Date** | **DateTime** | Date time when the status was set | [optional]
**Status** | **string** | | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

12 changes: 12 additions & 0 deletions docs/A1099/V2/Form1099BaseModelPostalMailStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Avalara.SDK.Model.A1099.V2.Form1099BaseModelPostalMailStatus
The status of postal mail delivery.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Date** | **DateTime** | Date time when the status was set | [optional]
**Status** | **string** | | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

56 changes: 56 additions & 0 deletions docs/A1099/V2/Form1099MiscModel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Avalara.SDK.Model.A1099.V2.Form1099MiscModel
Resource data model for Form 1099-MISC, capturing details about various income types and withholding.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **Object** | | [optional]
**Rents** | **double** | Amount of rents. | [optional]
**Royalties** | **double** | Amount of royalties. | [optional]
**OtherIncome** | **double** | Amount of other income. | [optional]
**FedIncomeTaxWithheld** | **double** | Amount of federal income tax withheld. | [optional]
**FishingBoatProceeds** | **double** | Proceeds from fishing boats. | [optional]
**MedicalAndHealthCare** | **double** | Amount of medical and healthcare payments. | [optional]
**ForResale** | **string** | Indicates whether the payment is for resale purposes. | [optional]
**SubstitutePayments** | **double** | Amount of substitute payments. | [optional]
**CropInsuranceProceeds** | **double** | Crop insurance proceeds. | [optional]
**GrossProceedsPaidToAnAttorney** | **double** | Gross proceeds paid to an attorney. | [optional]
**FishPurchasedForResale** | **double** | Amount of fish purchased for resale. | [optional]
**Section409aDeferrals** | **double?** | Section 409A deferrals. | [optional]
**FatcaFilingReqt** | **string** | FATCA filing requirement indicator. | [optional]
**ExcessGoldenParachutePayments** | **double** | Excess golden parachute payments. | [optional]
**NonqualifiedDeferredCompensation** | **double?** | Nonqualified deferred compensation. | [optional]
**StateWithholding** | [**StateWithholding**](StateWithholding.md) | | [optional]
**IssuerId** | **string** | The ID of the issuer. |
**IssuerReferenceId** | **string** | Unique reference ID of the issuer | [optional]
**IssuerTin** | **string** | The Taxpayer Identification Number of the issuer. | [optional]
**TaxYear** | **int** | The tax year for the form in the format CCYY | [optional]
**FederalEfile** | **bool** | When upserting, this declares whether or not to federal e-file this form. | [optional]
**FederalEfileStatus** | [**Form1099BaseModelFederalEfileStatus**](Form1099BaseModelFederalEfileStatus.md) | | [optional]
**PostalMail** | **bool** | When upserting, this declares whether or not to postal mail this form to the recipient. | [optional]
**PostalMailStatus** | [**Form1099BaseModelPostalMailStatus**](Form1099BaseModelPostalMailStatus.md) | | [optional]
**StateEfile** | **bool** | When upserting, this declares whether or not to state e-file this form. | [optional]
**StateEfileStatuses** | [**List<StateEfileStatusesInner>**](StateEfileStatusesInner.md) | The status of state e-filing. ONLY USED ON RESPONSES. | [optional]
**TinMatch** | **bool** | When upserting this declares whether or not to TIN match this form. | [optional]
**TinMatchStatus** | [**TinMatchStatus**](TinMatchStatus.md) | | [optional]
**AddressVerification** | **bool** | When upserting, this declares whether or not to perform address verification for this form. | [optional]
**AddressVerificationStatus** | [**AddressVerificationStatus**](AddressVerificationStatus.md) | | [optional]
**ReferenceId** | **string** | Optional identifier for your reference, never shown to any agency or recipient. We will also prefix download filenames with this value, if present. Can only include letters, numbers, dashes, underscores and spaces. |
**RecipientName** | **string** | Legal name of the recipient |
**FederalIdType** | **string** | The type of federal ID provided by the recipient. | [optional]
**RecipientFederalIdNo** | **string** | The federal ID number of the recipient. |
**RecipientSecondName** | **string** | The second name of the recipient, if applicable. | [optional]
**StreetAddress** | **string** | The street address of the recipient. | [optional]
**StreetAddressLine2** | **string** | The second line of the street address, if applicable. | [optional]
**City** | **string** | The city of the recipient. | [optional]
**State** | **string** | The state of the recipient. |
**Zip** | **string** | The ZIP code of the recipient. |
**ForeignProvince** | **string** | The foreign province, if applicable. | [optional]
**CountryCode** | **string** | The country code of the recipient. |
**RecipientEmail** | **string** | The email address of the recipient. | [optional]
**AcctNo** | **string** | The account number associated with the form. | [optional]
**OfficeCode** | **string** | The office code associated with the form. | [optional]

[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)

Loading
Loading