avalara_sdk 25.8.2 → 25.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +18 -79
  4. data/docs/A1099/V2/CompaniesW9Api.md +18 -18
  5. data/docs/A1099/V2/CompanyCreateUpdateRequestModel.md +18 -18
  6. data/docs/A1099/V2/CompanyResponse.md +37 -37
  7. data/docs/A1099/V2/CoveredIndividual.md +56 -0
  8. data/docs/A1099/V2/CreateAndSendW9FormEmailRequest.md +55 -0
  9. data/docs/A1099/V2/CreateCompanyRequest.md +49 -0
  10. data/docs/A1099/V2/CreateIssuerRequest.md +49 -0
  11. data/docs/A1099/V2/EntryStatusResponse.md +20 -0
  12. data/docs/A1099/V2/Form1042S.md +83 -83
  13. data/docs/A1099/V2/Form1095B.md +72 -62
  14. data/docs/A1099/V2/Form1095C.md +112 -0
  15. data/docs/A1099/V2/Form1099Base.md +60 -60
  16. data/docs/A1099/V2/Form1099Div.md +79 -77
  17. data/docs/A1099/V2/Form1099Int.md +76 -74
  18. data/docs/A1099/V2/Form1099K.md +83 -83
  19. data/docs/A1099/V2/Form1099ListRequest.md +20 -0
  20. data/docs/A1099/V2/Form1099Misc.md +79 -77
  21. data/docs/A1099/V2/Form1099Nec.md +64 -64
  22. data/docs/A1099/V2/Form1099R.md +95 -93
  23. data/docs/A1099/V2/Forms1099Api.md +45 -41
  24. data/docs/A1099/V2/FormsW9Api.md +98 -14
  25. data/docs/A1099/V2/Get1099Form200Response.md +19 -19
  26. data/docs/A1099/V2/IntermediaryOrFlowThrough.md +11 -11
  27. data/docs/A1099/V2/IssuerCommand.md +16 -16
  28. data/docs/A1099/V2/IssuerResponse.md +35 -35
  29. data/docs/A1099/V2/Issuers1099Api.md +10 -10
  30. data/docs/A1099/V2/JobResponse.md +56 -0
  31. data/docs/A1099/V2/JobsApi.md +91 -0
  32. data/docs/A1099/V2/OfferAndCoverage.md +28 -0
  33. data/docs/A1099/V2/PaginatedQueryResultModelForm1099Base.md +22 -0
  34. data/docs/A1099/V2/PrimaryWithholdingAgent.md +4 -4
  35. data/docs/A1099/V2/StateAndLocalWithholding.md +8 -8
  36. data/docs/A1099/V2/ValidationError.md +2 -2
  37. data/docs/A1099/V2/W4FormMinimalRequest.md +30 -0
  38. data/docs/A1099/V2/W4FormRequest.md +6 -6
  39. data/docs/A1099/V2/W8BenEFormMinimalRequest.md +28 -0
  40. data/docs/A1099/V2/W8BenEFormRequest.md +6 -6
  41. data/docs/A1099/V2/W8BenFormMinimalRequest.md +28 -0
  42. data/docs/A1099/V2/W8BenFormRequest.md +6 -6
  43. data/docs/A1099/V2/W8ImyFormMinimalRequest.md +28 -0
  44. data/docs/A1099/V2/W8ImyFormRequest.md +6 -6
  45. data/docs/A1099/V2/W9FormBaseMinimalRequest.md +24 -0
  46. data/docs/A1099/V2/W9FormBaseRequest.md +6 -6
  47. data/docs/A1099/V2/W9FormBaseResponse.md +3 -3
  48. data/docs/A1099/V2/W9FormMinimalRequest.md +28 -0
  49. data/docs/A1099/V2/W9FormRequest.md +6 -6
  50. data/lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb +27 -27
  51. data/lib/avalara_sdk/api/A1099/V2/forms1099_api.rb +89 -57
  52. data/lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb +144 -6
  53. data/lib/avalara_sdk/api/A1099/V2/issuers1099_api.rb +21 -21
  54. data/lib/avalara_sdk/api/A1099/V2/{jobs1099_api.rb → jobs_api.rb} +9 -9
  55. data/lib/avalara_sdk/api/EInvoicing/V1/data_input_fields_api.rb +1 -1
  56. data/lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb +1 -1
  57. data/lib/avalara_sdk/api/EInvoicing/V1/interop_api.rb +1 -1
  58. data/lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb +1 -1
  59. data/lib/avalara_sdk/api/EInvoicing/V1/subscriptions_api.rb +1 -1
  60. data/lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb +1 -1
  61. data/lib/avalara_sdk/api/EInvoicing/V1/trading_partners_api.rb +1 -1
  62. data/lib/avalara_sdk/models/A1099/V2/company_create_update_request_model.rb +58 -17
  63. data/lib/avalara_sdk/models/A1099/V2/company_response.rb +110 -69
  64. data/lib/avalara_sdk/models/A1099/V2/{covered_individual_request.rb → covered_individual.rb} +36 -7
  65. data/lib/avalara_sdk/models/A1099/V2/{i_create_form1099_request.rb → create_and_send_w9_form_email_request.rb} +6 -5
  66. data/lib/avalara_sdk/models/A1099/V2/{error_response_errors_inner.rb → create_company_request.rb} +3 -3
  67. data/lib/avalara_sdk/models/A1099/V2/{i_update_form1099_request.rb → create_issuer_request.rb} +3 -5
  68. data/lib/avalara_sdk/models/A1099/V2/{status_detail.rb → entry_status_response.rb} +20 -18
  69. data/lib/avalara_sdk/models/A1099/V2/form1042_s.rb +424 -179
  70. data/lib/avalara_sdk/models/A1099/V2/form1095_b.rb +365 -179
  71. data/lib/avalara_sdk/models/A1099/V2/{form1095_b_response.rb → form1095_c.rb} +259 -111
  72. data/lib/avalara_sdk/models/A1099/V2/form1099_base.rb +286 -177
  73. data/lib/avalara_sdk/models/A1099/V2/form1099_div.rb +310 -171
  74. data/lib/avalara_sdk/models/A1099/V2/form1099_int.rb +308 -174
  75. data/lib/avalara_sdk/models/A1099/V2/form1099_k.rb +298 -186
  76. data/lib/avalara_sdk/models/A1099/V2/{form1099_div_list.rb → form1099_list_request.rb} +49 -22
  77. data/lib/avalara_sdk/models/A1099/V2/form1099_misc.rb +337 -201
  78. data/lib/avalara_sdk/models/A1099/V2/form1099_nec.rb +298 -183
  79. data/lib/avalara_sdk/models/A1099/V2/form1099_r.rb +414 -274
  80. data/lib/avalara_sdk/models/A1099/V2/get1099_form200_response.rb +9 -9
  81. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through.rb +13 -1
  82. data/lib/avalara_sdk/models/A1099/V2/issuer_command.rb +42 -23
  83. data/lib/avalara_sdk/models/A1099/V2/issuer_response.rb +77 -46
  84. data/lib/avalara_sdk/models/A1099/V2/{job_result.rb → job_response.rb} +108 -42
  85. data/lib/avalara_sdk/models/A1099/V2/{offer_and_coverage_request.rb → offer_and_coverage.rb} +79 -9
  86. data/lib/avalara_sdk/models/A1099/V2/{paginated_query_result_model.rb → paginated_query_result_model_form1099_base.rb} +4 -4
  87. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent.rb +23 -16
  88. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding.rb +8 -0
  89. data/lib/avalara_sdk/models/A1099/V2/validation_error.rb +2 -0
  90. data/lib/avalara_sdk/models/A1099/V2/w4_form_minimal_request.rb +418 -0
  91. data/lib/avalara_sdk/models/A1099/V2/w4_form_request.rb +53 -27
  92. data/lib/avalara_sdk/models/A1099/V2/{company_model.rb → w8_ben_e_form_minimal_request.rb} +139 -170
  93. data/lib/avalara_sdk/models/A1099/V2/w8_ben_e_form_request.rb +53 -27
  94. data/lib/avalara_sdk/models/A1099/V2/{base_company_model.rb → w8_ben_form_minimal_request.rb} +148 -122
  95. data/lib/avalara_sdk/models/A1099/V2/w8_ben_form_request.rb +53 -27
  96. data/lib/avalara_sdk/models/A1099/V2/{attribute.rb → w8_imy_form_minimal_request.rb} +135 -132
  97. data/lib/avalara_sdk/models/A1099/V2/w8_imy_form_request.rb +53 -27
  98. data/lib/avalara_sdk/models/A1099/V2/{http_validation_problem_details.rb → w9_form_base_minimal_request.rb} +87 -53
  99. data/lib/avalara_sdk/models/A1099/V2/w9_form_base_request.rb +60 -27
  100. data/lib/avalara_sdk/models/A1099/V2/w9_form_base_response.rb +14 -14
  101. data/lib/avalara_sdk/models/A1099/V2/{company_response_model.rb → w9_form_minimal_request.rb} +140 -148
  102. data/lib/avalara_sdk/models/A1099/V2/w9_form_request.rb +53 -27
  103. data/lib/avalara_sdk/version.rb +1 -1
  104. data/lib/avalara_sdk.rb +22 -105
  105. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +5 -5
  106. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
  107. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/gem_make.out +5 -5
  108. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debug-1.10.0/gem_make.out +5 -5
  109. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/erb-5.0.1/gem_make.out +5 -5
  110. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.0/gem_make.out +5 -5
  111. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/gem_make.out +5 -5
  112. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/prism-1.4.0/gem_make.out +5 -5
  113. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/gem_make.out +5 -5
  114. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  115. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/gem_make.out +5 -5
  116. metadata +37 -103
  117. data/lib/avalara_sdk/models/A1099/V2/base_form_list_request.rb +0 -210
  118. data/lib/avalara_sdk/models/A1099/V2/bulk_upsert1099_forms_request.rb +0 -108
  119. data/lib/avalara_sdk/models/A1099/V2/covered_individual_reference.rb +0 -403
  120. data/lib/avalara_sdk/models/A1099/V2/covered_individual_reference_response.rb +0 -407
  121. data/lib/avalara_sdk/models/A1099/V2/create1099_form201_response.rb +0 -108
  122. data/lib/avalara_sdk/models/A1099/V2/data.rb +0 -237
  123. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list.rb +0 -238
  124. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list_item.rb +0 -816
  125. data/lib/avalara_sdk/models/A1099/V2/form1042_s_list_item_response.rb +0 -980
  126. data/lib/avalara_sdk/models/A1099/V2/form1042_s_request.rb +0 -778
  127. data/lib/avalara_sdk/models/A1099/V2/form1042_s_response.rb +0 -619
  128. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list.rb +0 -238
  129. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item.rb +0 -606
  130. data/lib/avalara_sdk/models/A1099/V2/form1095_b_list_item_response.rb +0 -765
  131. data/lib/avalara_sdk/models/A1099/V2/form1095_b_request.rb +0 -627
  132. data/lib/avalara_sdk/models/A1099/V2/form1095_c_list.rb +0 -238
  133. data/lib/avalara_sdk/models/A1099/V2/form1095_c_list_item.rb +0 -662
  134. data/lib/avalara_sdk/models/A1099/V2/form1099_base_response.rb +0 -726
  135. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list_item.rb +0 -747
  136. data/lib/avalara_sdk/models/A1099/V2/form1099_div_list_item_response.rb +0 -931
  137. data/lib/avalara_sdk/models/A1099/V2/form1099_div_request.rb +0 -729
  138. data/lib/avalara_sdk/models/A1099/V2/form1099_div_response.rb +0 -790
  139. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list.rb +0 -238
  140. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list_item.rb +0 -702
  141. data/lib/avalara_sdk/models/A1099/V2/form1099_int_list_item_response.rb +0 -887
  142. data/lib/avalara_sdk/models/A1099/V2/form1099_int_request.rb +0 -684
  143. data/lib/avalara_sdk/models/A1099/V2/form1099_int_response.rb +0 -773
  144. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list.rb +0 -238
  145. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item.rb +0 -788
  146. data/lib/avalara_sdk/models/A1099/V2/form1099_k_list_item_response.rb +0 -995
  147. data/lib/avalara_sdk/models/A1099/V2/form1099_k_request.rb +0 -770
  148. data/lib/avalara_sdk/models/A1099/V2/form1099_k_response.rb +0 -839
  149. data/lib/avalara_sdk/models/A1099/V2/form1099_list.rb +0 -219
  150. data/lib/avalara_sdk/models/A1099/V2/form1099_list_data_inner.rb +0 -55
  151. data/lib/avalara_sdk/models/A1099/V2/form1099_list_response.rb +0 -220
  152. data/lib/avalara_sdk/models/A1099/V2/form1099_list_response_value_inner.rb +0 -108
  153. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list.rb +0 -238
  154. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item.rb +0 -688
  155. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_list_item_response.rb +0 -886
  156. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_request.rb +0 -670
  157. data/lib/avalara_sdk/models/A1099/V2/form1099_misc_response.rb +0 -754
  158. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list.rb +0 -238
  159. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item.rb +0 -586
  160. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_list_item_response.rb +0 -765
  161. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_request.rb +0 -567
  162. data/lib/avalara_sdk/models/A1099/V2/form1099_nec_response.rb +0 -646
  163. data/lib/avalara_sdk/models/A1099/V2/form1099_proccess_result.rb +0 -228
  164. data/lib/avalara_sdk/models/A1099/V2/form1099_proccess_result_processed_forms_inner.rb +0 -107
  165. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list.rb +0 -238
  166. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item.rb +0 -763
  167. data/lib/avalara_sdk/models/A1099/V2/form1099_r_list_item_response.rb +0 -942
  168. data/lib/avalara_sdk/models/A1099/V2/form1099_r_request.rb +0 -720
  169. data/lib/avalara_sdk/models/A1099/V2/form1099_r_response.rb +0 -839
  170. data/lib/avalara_sdk/models/A1099/V2/form1099_status_detail_response.rb +0 -223
  171. data/lib/avalara_sdk/models/A1099/V2/form_request_base.rb +0 -502
  172. data/lib/avalara_sdk/models/A1099/V2/form_request_csv_base.rb +0 -475
  173. data/lib/avalara_sdk/models/A1099/V2/form_request_list_item_base.rb +0 -548
  174. data/lib/avalara_sdk/models/A1099/V2/form_request_model.rb +0 -345
  175. data/lib/avalara_sdk/models/A1099/V2/form_response_base.rb +0 -612
  176. data/lib/avalara_sdk/models/A1099/V2/form_single_request_base.rb +0 -530
  177. data/lib/avalara_sdk/models/A1099/V2/included_base.rb +0 -219
  178. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through_request.rb +0 -311
  179. data/lib/avalara_sdk/models/A1099/V2/intermediary_or_flow_through_response.rb +0 -311
  180. data/lib/avalara_sdk/models/A1099/V2/link.rb +0 -210
  181. data/lib/avalara_sdk/models/A1099/V2/paginated_w9_forms_model.rb +0 -231
  182. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent_request.rb +0 -221
  183. data/lib/avalara_sdk/models/A1099/V2/primary_withholding_agent_response.rb +0 -221
  184. data/lib/avalara_sdk/models/A1099/V2/problem_details.rb +0 -251
  185. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_request.rb +0 -278
  186. data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding_response.rb +0 -282
  187. data/lib/avalara_sdk/models/A1099/V2/state_efile_status_detail_app.rb +0 -231
  188. data/lib/avalara_sdk/models/A1099/V2/state_efile_status_detail_response.rb +0 -231
  189. data/lib/avalara_sdk/models/A1099/V2/update1099_form200_response.rb +0 -108
  190. data/lib/avalara_sdk/models/A1099/V2/validation_error_app.rb +0 -229
  191. data/lib/avalara_sdk/models/A1099/V2/validation_error_response.rb +0 -231
  192. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response.rb +0 -233
  193. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner.rb +0 -274
  194. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_addresses_inner.rb +0 -251
  195. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_identifiers_inner.rb +0 -221
  196. data/lib/avalara_sdk/models/EInvoicing/V1/directory_search_response_value_inner_supported_document_types_inner.rb +0 -241
  197. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request.rb +0 -224
  198. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request_data_inner.rb +0 -237
  199. data/lib/avalara_sdk/models/EInvoicing/V1/document_fetch_request_metadata.rb +0 -288
  200. data/lib/avalara_sdk/models/EInvoicing/V1/submit_document_data.rb +0 -216
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '081f4fe8a71581f2074672aafa9d503a5f0f50776ed8c5837537857c24c8be66'
4
- data.tar.gz: 8aa780091af51eb1026fba97b1823d5b7bfa952b6c904d435e4ece2ba7ca6647
3
+ metadata.gz: 6ece7f04579858bef0683c9ef0738417c67a46cb000ad4aebe3000132b3beb18
4
+ data.tar.gz: 16c480e1a38163e5a0c60152d47c6c2bed5e3c2be863099b531149a317ea0c0a
5
5
  SHA512:
6
- metadata.gz: 99b0e4f7d352fb431cbe604ffb623acaffac3007937a97b834a91efa1cdf718a8c0749ee016b0a2eb0d068405b7d14b6adc164443a346131c8b46a51ad89b6a6
7
- data.tar.gz: '0805b33bab6a3fd69014faad579dab6ef62b4647a9a410e298fb4647c9a5b581db167d3770760a7df69442b51a1dde30135f5744f0070e6ea16e53e7e5ef83af'
6
+ metadata.gz: cc9afd9d346dac38c07161b132473fc5fe5caed6b6034a5aba7037c7e7332ca52f23bc34d9d48a1b545641b9de8e3aaaa4380f4f2a13803606f3404de500a97e
7
+ data.tar.gz: df5818b21aebc48136c8670e32266412b37ef76ebfde075b856d78e20e4502488ae20fbe9cc803caf3c1a94f05077d5900d5cde933e10d2fd9b901813d4fa259
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avalara_sdk (25.8.1)
4
+ avalara_sdk (25.8.2)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -90,6 +90,7 @@ Class | Method | HTTP request | Description
90
90
  *Forms1099Api* | [**get1099_form_pdf**](docs/A1099/V2/Forms1099Api.md#get1099_form_pdf) | **GET** /1099/forms/{id}/pdf | Retrieve the PDF file for a 1099/1095/W2/1042S form
91
91
  *Forms1099Api* | [**list1099_forms**](docs/A1099/V2/Forms1099Api.md#list1099_forms) | **GET** /1099/forms | List 1099/1095/W2/1042S forms
92
92
  *Forms1099Api* | [**update1099_form**](docs/A1099/V2/Forms1099Api.md#update1099_form) | **PUT** /1099/forms/{id} | Update a 1099/1095/W2/1042S form
93
+ *FormsW9Api* | [**create_and_send_w9_form_email**](docs/A1099/V2/FormsW9Api.md#create_and_send_w9_form_email) | **POST** /w9/forms/$create-and-send-email | Create a minimal W9/W4/W8 form and sends the e-mail request
93
94
  *FormsW9Api* | [**create_w9_form**](docs/A1099/V2/FormsW9Api.md#create_w9_form) | **POST** /w9/forms | Create a W9/W4/W8 form
94
95
  *FormsW9Api* | [**delete_w9_form**](docs/A1099/V2/FormsW9Api.md#delete_w9_form) | **DELETE** /w9/forms/{id} | Delete a W9/W4/W8 form
95
96
  *FormsW9Api* | [**get_w9_form**](docs/A1099/V2/FormsW9Api.md#get_w9_form) | **GET** /w9/forms/{id} | Retrieve a W9/W4/W8 form
@@ -102,7 +103,7 @@ Class | Method | HTTP request | Description
102
103
  *Issuers1099Api* | [**get_issuer**](docs/A1099/V2/Issuers1099Api.md#get_issuer) | **GET** /1099/issuers/{id} | Retrieve an issuer
103
104
  *Issuers1099Api* | [**get_issuers**](docs/A1099/V2/Issuers1099Api.md#get_issuers) | **GET** /1099/issuers | List issuers
104
105
  *Issuers1099Api* | [**update_issuer**](docs/A1099/V2/Issuers1099Api.md#update_issuer) | **PUT** /1099/issuers/{id} | Update an issuer
105
- *Jobs1099Api* | [**get_job**](docs/A1099/V2/Jobs1099Api.md#get_job) | **GET** /1099/jobs/{id} | Retrieves information about the job
106
+ *JobsApi* | [**get_job**](docs/A1099/V2/JobsApi.md#get_job) | **GET** /jobs/{id} | Retrieves information about the job
106
107
 
107
108
  <a name="documentation-for-models"></a>
108
109
  ## Documentation for Models
@@ -189,134 +190,72 @@ Class | Method | HTTP request | Description
189
190
  <a name="documentation-for-A1099-V2-models"></a>
190
191
  ### A1099 V2 Model Documentation
191
192
 
192
- - [models.Attribute](docs/A1099/V2/Attribute.md)
193
193
  - [models.AuthorizedApiRequestModel](docs/A1099/V2/AuthorizedApiRequestModel.md)
194
194
  - [models.AuthorizedApiRequestV2DataModel](docs/A1099/V2/AuthorizedApiRequestV2DataModel.md)
195
- - [models.BaseCompanyModel](docs/A1099/V2/BaseCompanyModel.md)
196
- - [models.BaseFormListRequest](docs/A1099/V2/BaseFormListRequest.md)
197
- - [models.BulkUpsert1099FormsRequest](docs/A1099/V2/BulkUpsert1099FormsRequest.md)
198
195
  - [models.CompanyCreateUpdateRequestModel](docs/A1099/V2/CompanyCreateUpdateRequestModel.md)
199
- - [models.CompanyModel](docs/A1099/V2/CompanyModel.md)
200
196
  - [models.CompanyResponse](docs/A1099/V2/CompanyResponse.md)
201
- - [models.CompanyResponseModel](docs/A1099/V2/CompanyResponseModel.md)
202
- - [models.CoveredIndividualReference](docs/A1099/V2/CoveredIndividualReference.md)
203
- - [models.CoveredIndividualReferenceResponse](docs/A1099/V2/CoveredIndividualReferenceResponse.md)
204
- - [models.CoveredIndividualRequest](docs/A1099/V2/CoveredIndividualRequest.md)
205
- - [models.Create1099Form201Response](docs/A1099/V2/Create1099Form201Response.md)
197
+ - [models.CoveredIndividual](docs/A1099/V2/CoveredIndividual.md)
198
+ - [models.CreateAndSendW9FormEmailRequest](docs/A1099/V2/CreateAndSendW9FormEmailRequest.md)
199
+ - [models.CreateCompanyRequest](docs/A1099/V2/CreateCompanyRequest.md)
200
+ - [models.CreateIssuerRequest](docs/A1099/V2/CreateIssuerRequest.md)
206
201
  - [models.CreateW9Form201Response](docs/A1099/V2/CreateW9Form201Response.md)
207
202
  - [models.CreateW9FormRequest](docs/A1099/V2/CreateW9FormRequest.md)
208
- - [models.Data](docs/A1099/V2/Data.md)
203
+ - [models.EntryStatusResponse](docs/A1099/V2/EntryStatusResponse.md)
209
204
  - [models.ErrorModel](docs/A1099/V2/ErrorModel.md)
210
205
  - [models.ErrorResponse](docs/A1099/V2/ErrorResponse.md)
211
206
  - [models.ErrorResponseItem](docs/A1099/V2/ErrorResponseItem.md)
212
207
  - [models.Form1042S](docs/A1099/V2/Form1042S.md)
213
- - [models.Form1042SList](docs/A1099/V2/Form1042SList.md)
214
- - [models.Form1042SListItem](docs/A1099/V2/Form1042SListItem.md)
215
- - [models.Form1042SListItemResponse](docs/A1099/V2/Form1042SListItemResponse.md)
216
- - [models.Form1042SRequest](docs/A1099/V2/Form1042SRequest.md)
217
- - [models.Form1042SResponse](docs/A1099/V2/Form1042SResponse.md)
218
208
  - [models.Form1095B](docs/A1099/V2/Form1095B.md)
219
- - [models.Form1095BList](docs/A1099/V2/Form1095BList.md)
220
- - [models.Form1095BListItem](docs/A1099/V2/Form1095BListItem.md)
221
- - [models.Form1095BListItemResponse](docs/A1099/V2/Form1095BListItemResponse.md)
222
- - [models.Form1095BRequest](docs/A1099/V2/Form1095BRequest.md)
223
- - [models.Form1095BResponse](docs/A1099/V2/Form1095BResponse.md)
224
- - [models.Form1095CList](docs/A1099/V2/Form1095CList.md)
225
- - [models.Form1095CListItem](docs/A1099/V2/Form1095CListItem.md)
209
+ - [models.Form1095C](docs/A1099/V2/Form1095C.md)
226
210
  - [models.Form1099Base](docs/A1099/V2/Form1099Base.md)
227
- - [models.Form1099BaseResponse](docs/A1099/V2/Form1099BaseResponse.md)
228
211
  - [models.Form1099Div](docs/A1099/V2/Form1099Div.md)
229
- - [models.Form1099DivList](docs/A1099/V2/Form1099DivList.md)
230
- - [models.Form1099DivListItem](docs/A1099/V2/Form1099DivListItem.md)
231
- - [models.Form1099DivListItemResponse](docs/A1099/V2/Form1099DivListItemResponse.md)
232
- - [models.Form1099DivRequest](docs/A1099/V2/Form1099DivRequest.md)
233
- - [models.Form1099DivResponse](docs/A1099/V2/Form1099DivResponse.md)
234
212
  - [models.Form1099Int](docs/A1099/V2/Form1099Int.md)
235
- - [models.Form1099IntList](docs/A1099/V2/Form1099IntList.md)
236
- - [models.Form1099IntListItem](docs/A1099/V2/Form1099IntListItem.md)
237
- - [models.Form1099IntListItemResponse](docs/A1099/V2/Form1099IntListItemResponse.md)
238
- - [models.Form1099IntRequest](docs/A1099/V2/Form1099IntRequest.md)
239
- - [models.Form1099IntResponse](docs/A1099/V2/Form1099IntResponse.md)
240
213
  - [models.Form1099K](docs/A1099/V2/Form1099K.md)
241
- - [models.Form1099KList](docs/A1099/V2/Form1099KList.md)
242
- - [models.Form1099KListItem](docs/A1099/V2/Form1099KListItem.md)
243
- - [models.Form1099KListItemResponse](docs/A1099/V2/Form1099KListItemResponse.md)
244
- - [models.Form1099KRequest](docs/A1099/V2/Form1099KRequest.md)
245
- - [models.Form1099KResponse](docs/A1099/V2/Form1099KResponse.md)
246
- - [models.Form1099ListResponse](docs/A1099/V2/Form1099ListResponse.md)
247
- - [models.Form1099ListResponseValueInner](docs/A1099/V2/Form1099ListResponseValueInner.md)
214
+ - [models.Form1099ListRequest](docs/A1099/V2/Form1099ListRequest.md)
248
215
  - [models.Form1099Misc](docs/A1099/V2/Form1099Misc.md)
249
- - [models.Form1099MiscList](docs/A1099/V2/Form1099MiscList.md)
250
- - [models.Form1099MiscListItem](docs/A1099/V2/Form1099MiscListItem.md)
251
- - [models.Form1099MiscListItemResponse](docs/A1099/V2/Form1099MiscListItemResponse.md)
252
- - [models.Form1099MiscRequest](docs/A1099/V2/Form1099MiscRequest.md)
253
- - [models.Form1099MiscResponse](docs/A1099/V2/Form1099MiscResponse.md)
254
216
  - [models.Form1099Nec](docs/A1099/V2/Form1099Nec.md)
255
- - [models.Form1099NecList](docs/A1099/V2/Form1099NecList.md)
256
- - [models.Form1099NecListItem](docs/A1099/V2/Form1099NecListItem.md)
257
- - [models.Form1099NecListItemResponse](docs/A1099/V2/Form1099NecListItemResponse.md)
258
- - [models.Form1099NecRequest](docs/A1099/V2/Form1099NecRequest.md)
259
- - [models.Form1099NecResponse](docs/A1099/V2/Form1099NecResponse.md)
260
- - [models.Form1099ProccessResult](docs/A1099/V2/Form1099ProccessResult.md)
261
- - [models.Form1099ProccessResultProcessedFormsInner](docs/A1099/V2/Form1099ProccessResultProcessedFormsInner.md)
262
217
  - [models.Form1099R](docs/A1099/V2/Form1099R.md)
263
- - [models.Form1099RList](docs/A1099/V2/Form1099RList.md)
264
- - [models.Form1099RListItem](docs/A1099/V2/Form1099RListItem.md)
265
- - [models.Form1099RListItemResponse](docs/A1099/V2/Form1099RListItemResponse.md)
266
- - [models.Form1099RRequest](docs/A1099/V2/Form1099RRequest.md)
267
- - [models.Form1099RResponse](docs/A1099/V2/Form1099RResponse.md)
268
218
  - [models.Form1099StatusDetail](docs/A1099/V2/Form1099StatusDetail.md)
269
- - [models.FormRequestBase](docs/A1099/V2/FormRequestBase.md)
270
- - [models.FormRequestListItemBase](docs/A1099/V2/FormRequestListItemBase.md)
271
- - [models.FormResponseBase](docs/A1099/V2/FormResponseBase.md)
272
- - [models.FormSingleRequestBase](docs/A1099/V2/FormSingleRequestBase.md)
273
219
  - [models.Get1099Form200Response](docs/A1099/V2/Get1099Form200Response.md)
274
- - [models.ICreateForm1099Request](docs/A1099/V2/ICreateForm1099Request.md)
275
- - [models.IUpdateForm1099Request](docs/A1099/V2/IUpdateForm1099Request.md)
276
220
  - [models.IW9FormDataModelsOneOf](docs/A1099/V2/IW9FormDataModelsOneOf.md)
277
- - [models.IncludedBase](docs/A1099/V2/IncludedBase.md)
278
221
  - [models.IntermediaryOrFlowThrough](docs/A1099/V2/IntermediaryOrFlowThrough.md)
279
- - [models.IntermediaryOrFlowThroughRequest](docs/A1099/V2/IntermediaryOrFlowThroughRequest.md)
280
- - [models.IntermediaryOrFlowThroughResponse](docs/A1099/V2/IntermediaryOrFlowThroughResponse.md)
281
222
  - [models.IrsResponse](docs/A1099/V2/IrsResponse.md)
282
223
  - [models.IssuerCommand](docs/A1099/V2/IssuerCommand.md)
283
224
  - [models.IssuerResponse](docs/A1099/V2/IssuerResponse.md)
284
- - [models.JobResult](docs/A1099/V2/JobResult.md)
285
- - [models.Link](docs/A1099/V2/Link.md)
286
- - [models.OfferAndCoverageRequest](docs/A1099/V2/OfferAndCoverageRequest.md)
225
+ - [models.JobResponse](docs/A1099/V2/JobResponse.md)
226
+ - [models.OfferAndCoverage](docs/A1099/V2/OfferAndCoverage.md)
287
227
  - [models.PaginatedQueryResultModelCompanyResponse](docs/A1099/V2/PaginatedQueryResultModelCompanyResponse.md)
228
+ - [models.PaginatedQueryResultModelForm1099Base](docs/A1099/V2/PaginatedQueryResultModelForm1099Base.md)
288
229
  - [models.PaginatedQueryResultModelIssuerResponse](docs/A1099/V2/PaginatedQueryResultModelIssuerResponse.md)
289
230
  - [models.PaginatedQueryResultModelW9FormBaseResponse](docs/A1099/V2/PaginatedQueryResultModelW9FormBaseResponse.md)
290
231
  - [models.PrimaryWithholdingAgent](docs/A1099/V2/PrimaryWithholdingAgent.md)
291
- - [models.PrimaryWithholdingAgentRequest](docs/A1099/V2/PrimaryWithholdingAgentRequest.md)
292
- - [models.PrimaryWithholdingAgentResponse](docs/A1099/V2/PrimaryWithholdingAgentResponse.md)
293
232
  - [models.StateAndLocalWithholding](docs/A1099/V2/StateAndLocalWithholding.md)
294
- - [models.StateAndLocalWithholdingRequest](docs/A1099/V2/StateAndLocalWithholdingRequest.md)
295
- - [models.StateAndLocalWithholdingResponse](docs/A1099/V2/StateAndLocalWithholdingResponse.md)
296
233
  - [models.StateEfileStatusDetail](docs/A1099/V2/StateEfileStatusDetail.md)
297
- - [models.StateEfileStatusDetailResponse](docs/A1099/V2/StateEfileStatusDetailResponse.md)
298
- - [models.StatusDetail](docs/A1099/V2/StatusDetail.md)
299
234
  - [models.SubstantialUsOwnerRequest](docs/A1099/V2/SubstantialUsOwnerRequest.md)
300
235
  - [models.SubstantialUsOwnerResponse](docs/A1099/V2/SubstantialUsOwnerResponse.md)
301
236
  - [models.TinMatchStatusResponse](docs/A1099/V2/TinMatchStatusResponse.md)
302
- - [models.Update1099Form200Response](docs/A1099/V2/Update1099Form200Response.md)
303
237
  - [models.ValidationError](docs/A1099/V2/ValidationError.md)
304
- - [models.ValidationErrorResponse](docs/A1099/V2/ValidationErrorResponse.md)
305
238
  - [models.W4FormDataModel](docs/A1099/V2/W4FormDataModel.md)
239
+ - [models.W4FormMinimalRequest](docs/A1099/V2/W4FormMinimalRequest.md)
306
240
  - [models.W4FormRequest](docs/A1099/V2/W4FormRequest.md)
307
241
  - [models.W4FormResponse](docs/A1099/V2/W4FormResponse.md)
242
+ - [models.W8BenEFormMinimalRequest](docs/A1099/V2/W8BenEFormMinimalRequest.md)
308
243
  - [models.W8BenEFormRequest](docs/A1099/V2/W8BenEFormRequest.md)
309
244
  - [models.W8BenEFormResponse](docs/A1099/V2/W8BenEFormResponse.md)
310
245
  - [models.W8BenESubstantialUsOwnerDataModel](docs/A1099/V2/W8BenESubstantialUsOwnerDataModel.md)
311
246
  - [models.W8BenFormDataModel](docs/A1099/V2/W8BenFormDataModel.md)
247
+ - [models.W8BenFormMinimalRequest](docs/A1099/V2/W8BenFormMinimalRequest.md)
312
248
  - [models.W8BenFormRequest](docs/A1099/V2/W8BenFormRequest.md)
313
249
  - [models.W8BenFormResponse](docs/A1099/V2/W8BenFormResponse.md)
314
250
  - [models.W8BeneFormDataModel](docs/A1099/V2/W8BeneFormDataModel.md)
315
251
  - [models.W8ImyFormDataModel](docs/A1099/V2/W8ImyFormDataModel.md)
252
+ - [models.W8ImyFormMinimalRequest](docs/A1099/V2/W8ImyFormMinimalRequest.md)
316
253
  - [models.W8ImyFormRequest](docs/A1099/V2/W8ImyFormRequest.md)
317
254
  - [models.W8ImyFormResponse](docs/A1099/V2/W8ImyFormResponse.md)
255
+ - [models.W9FormBaseMinimalRequest](docs/A1099/V2/W9FormBaseMinimalRequest.md)
318
256
  - [models.W9FormBaseRequest](docs/A1099/V2/W9FormBaseRequest.md)
319
257
  - [models.W9FormBaseResponse](docs/A1099/V2/W9FormBaseResponse.md)
320
258
  - [models.W9FormDataModel](docs/A1099/V2/W9FormDataModel.md)
259
+ - [models.W9FormMinimalRequest](docs/A1099/V2/W9FormMinimalRequest.md)
321
260
  - [models.W9FormRequest](docs/A1099/V2/W9FormRequest.md)
322
261
  - [models.W9FormResponse](docs/A1099/V2/W9FormResponse.md)
@@ -1,6 +1,6 @@
1
1
  # AvalaraSdk::A1099::V2::CompaniesW9Api
2
2
 
3
- All URIs are relative to *https://api-ava1099.eta.sbx.us-east-1.aws.avalara.io/avalara1099*
3
+ All URIs are relative to *https://api.sbx.avalara.com/avalara1099*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
@@ -13,7 +13,7 @@ All URIs are relative to *https://api-ava1099.eta.sbx.us-east-1.aws.avalara.io/a
13
13
 
14
14
  ## create_company
15
15
 
16
- > <CompanyResponseModel> create_company(avalara_version, opts)
16
+ > <CompanyResponse> create_company(avalara_version, opts)
17
17
 
18
18
  Create a company
19
19
 
@@ -39,9 +39,9 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
39
39
 
40
40
  avalara_version = '2.0.0' # String | API version
41
41
  opts = {
42
- x_correlation_id: '5ba3a8b6-bf05-4aaa-b8cb-d06c7cfea0f7', # String | Unique correlation Id in a GUID format
42
+ x_correlation_id: '68cce84c-ae6e-4cef-bdc6-4620c710b5e5', # String | Unique correlation Id in a GUID format
43
43
  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/) .
44
- company_create_update_request_model: AvalaraSdk::A1099::V2::CompanyCreateUpdateRequestModel.new # CompanyCreateUpdateRequestModel | The company to create
44
+ create_company_request: AvalaraSdk::A1099::V2::CompanyCreateUpdateRequestModel.new({name: 'name_example', email: 'email_example', address: 'address_example', city: 'city_example', zip: 'zip_example', telephone: 'telephone_example', tin: 'tin_example', country_code: 'country_code_example'}) # CreateCompanyRequest | The company to create
45
45
  }
46
46
 
47
47
  begin
@@ -57,7 +57,7 @@ end
57
57
 
58
58
  This returns an Array which contains the response data, status code and headers.
59
59
 
60
- > <Array(<CompanyResponseModel>, Integer, Hash)> create_company_with_http_info(avalara_version, opts)
60
+ > <Array(<CompanyResponse>, Integer, Hash)> create_company_with_http_info(avalara_version, opts)
61
61
 
62
62
  ```ruby
63
63
  begin
@@ -65,7 +65,7 @@ begin
65
65
  data, status_code, headers = api_instance.create_company_with_http_info(avalara_version, opts)
66
66
  p status_code # => 2xx
67
67
  p headers # => { ... }
68
- p data # => <CompanyResponseModel>
68
+ p data # => <CompanyResponse>
69
69
  rescue AvalaraSdk::A1099::V2::ApiError => e
70
70
  puts "Error when calling CompaniesW9Api->create_company_with_http_info: #{e}"
71
71
  end
@@ -78,11 +78,11 @@ end
78
78
  | **avalara_version** | **String** | API version | |
79
79
  | **x_correlation_id** | **String** | Unique correlation Id in a GUID format | [optional] |
80
80
  | **x_avalara_client** | **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/) . | [optional] |
81
- | **company_create_update_request_model** | [**CompanyCreateUpdateRequestModel**](CompanyCreateUpdateRequestModel.md) | The company to create | [optional] |
81
+ | **create_company_request** | [**CreateCompanyRequest**](CreateCompanyRequest.md) | The company to create | [optional] |
82
82
 
83
83
  ### Return type
84
84
 
85
- [**CompanyResponseModel**](CompanyResponseModel.md)
85
+ [**CompanyResponse**](CompanyResponse.md)
86
86
 
87
87
  ### Authorization
88
88
 
@@ -123,7 +123,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
123
123
  id = 'id_example' # String | The company to delete
124
124
  avalara_version = '2.0.0' # String | API version
125
125
  opts = {
126
- x_correlation_id: '07a8ecdb-0465-469d-8bff-49fce135d5e4', # String | Unique correlation Id in a GUID format
126
+ x_correlation_id: 'f2e08ea9-6e1e-4828-91f9-4926ff26dbe4', # String | Unique correlation Id in a GUID format
127
127
  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/) .
128
128
  }
129
129
 
@@ -210,7 +210,7 @@ opts = {
210
210
  order_by: 'order_by_example', # String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
211
211
  count: true, # Boolean | If true, return the global count of elements in the collection.
212
212
  count_only: true, # Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
213
- x_correlation_id: 'f047fdc5-a6e4-4290-8c5c-d4da96ad0699', # String | Unique correlation Id in a GUID format
213
+ x_correlation_id: 'f431c7bb-9661-447a-8f5f-b17b3d55a06c', # String | Unique correlation Id in a GUID format
214
214
  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/) .
215
215
  }
216
216
 
@@ -298,7 +298,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
298
298
  id = 'id_example' # String | Id of the company
299
299
  avalara_version = '2.0.0' # String | API version
300
300
  opts = {
301
- x_correlation_id: '3f7b5971-06e7-4459-84af-61db7fdcb027', # String | Unique correlation Id in a GUID format
301
+ x_correlation_id: 'c5c11797-5ea9-4ec3-85ba-ed4e0ee63300', # String | Unique correlation Id in a GUID format
302
302
  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/) .
303
303
  }
304
304
 
@@ -354,7 +354,7 @@ end
354
354
 
355
355
  ## update_company
356
356
 
357
- > <CompanyResponseModel> update_company(id, avalara_version, opts)
357
+ > <CompanyResponse> update_company(id, avalara_version, opts)
358
358
 
359
359
  Update a company
360
360
 
@@ -381,9 +381,9 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
381
381
  id = 'id_example' # String | The ID of the company to update
382
382
  avalara_version = '2.0.0' # String | API version
383
383
  opts = {
384
- x_correlation_id: '1cd32062-b0bc-46a0-8311-a973b8fb3d56', # String | Unique correlation Id in a GUID format
384
+ x_correlation_id: '86a26d78-90b6-4ca0-a10b-0221d11dd34a', # String | Unique correlation Id in a GUID format
385
385
  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/) .
386
- company_create_update_request_model: AvalaraSdk::A1099::V2::CompanyCreateUpdateRequestModel.new # CompanyCreateUpdateRequestModel | The updated company data
386
+ create_company_request: AvalaraSdk::A1099::V2::CompanyCreateUpdateRequestModel.new({name: 'name_example', email: 'email_example', address: 'address_example', city: 'city_example', zip: 'zip_example', telephone: 'telephone_example', tin: 'tin_example', country_code: 'country_code_example'}) # CreateCompanyRequest | The updated company data
387
387
  }
388
388
 
389
389
  begin
@@ -399,7 +399,7 @@ end
399
399
 
400
400
  This returns an Array which contains the response data, status code and headers.
401
401
 
402
- > <Array(<CompanyResponseModel>, Integer, Hash)> update_company_with_http_info(id, avalara_version, opts)
402
+ > <Array(<CompanyResponse>, Integer, Hash)> update_company_with_http_info(id, avalara_version, opts)
403
403
 
404
404
  ```ruby
405
405
  begin
@@ -407,7 +407,7 @@ begin
407
407
  data, status_code, headers = api_instance.update_company_with_http_info(id, avalara_version, opts)
408
408
  p status_code # => 2xx
409
409
  p headers # => { ... }
410
- p data # => <CompanyResponseModel>
410
+ p data # => <CompanyResponse>
411
411
  rescue AvalaraSdk::A1099::V2::ApiError => e
412
412
  puts "Error when calling CompaniesW9Api->update_company_with_http_info: #{e}"
413
413
  end
@@ -421,11 +421,11 @@ end
421
421
  | **avalara_version** | **String** | API version | |
422
422
  | **x_correlation_id** | **String** | Unique correlation Id in a GUID format | [optional] |
423
423
  | **x_avalara_client** | **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/) . | [optional] |
424
- | **company_create_update_request_model** | [**CompanyCreateUpdateRequestModel**](CompanyCreateUpdateRequestModel.md) | The updated company data | [optional] |
424
+ | **create_company_request** | [**CreateCompanyRequest**](CreateCompanyRequest.md) | The updated company data | [optional] |
425
425
 
426
426
  ### Return type
427
427
 
428
- [**CompanyResponseModel**](CompanyResponseModel.md)
428
+ [**CompanyResponse**](CompanyResponse.md)
429
429
 
430
430
  ### Authorization
431
431
 
@@ -4,23 +4,23 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | | [optional] |
8
- | **email** | **String** | | [optional] |
9
- | **address** | **String** | | [optional] |
10
- | **city** | **String** | | [optional] |
11
- | **state** | **String** | | [optional] |
12
- | **zip** | **String** | | [optional] |
13
- | **telephone** | **String** | | [optional] |
14
- | **tin** | **String** | | [optional] |
15
- | **dba_name** | **String** | | [optional] |
16
- | **reference_id** | **String** | | [optional] |
17
- | **do_tin_match** | **Boolean** | | [optional] |
18
- | **group_name** | **String** | | [optional] |
19
- | **foreign_province** | **String** | | [optional] |
20
- | **country_code** | **String** | | [optional] |
21
- | **resend_requests** | **Boolean** | | [optional] |
22
- | **resend_interval_days** | **Integer** | | [optional] |
23
- | **max_reminder_attempts** | **Integer** | | [optional] |
7
+ | **name** | **String** | Legal name. Not the DBA name. | |
8
+ | **dba_name** | **String** | Doing Business As (DBA) name or continuation of a long legal name. | [optional] |
9
+ | **email** | **String** | Contact email address. For inquiries by vendors/employees. | |
10
+ | **address** | **String** | Address. | |
11
+ | **city** | **String** | City. | |
12
+ | **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional] |
13
+ | **zip** | **String** | ZIP/postal code. | |
14
+ | **telephone** | **String** | Contact phone number (must contain at least 10 digits, max 15 characters). | |
15
+ | **tin** | **String** | Federal Tax Identification Number (TIN). EIN/Tax ID (required for US companies). | |
16
+ | **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. | [optional] |
17
+ | **do_tin_match** | **Boolean** | Indicates whether the company authorizes IRS TIN matching. | [optional] |
18
+ | **group_name** | **String** | Group name for organizing companies (creates or finds group by name). | [optional] |
19
+ | **foreign_province** | **String** | Province or region for non-US/CA addresses. | [optional] |
20
+ | **country_code** | **String** | Two-letter IRS country code (e.g., &#39;US&#39;, &#39;CA&#39;), as defined at https://www.irs.gov/e-file-providers/country-codes. | |
21
+ | **resend_requests** | **Boolean** | Boolean to enable automatic reminder emails (default: false). | [optional] |
22
+ | **resend_interval_days** | **Integer** | Days between reminder emails (7-365, required if resendRequests is true). | [optional] |
23
+ | **max_reminder_attempts** | **Integer** | Maximum number of reminder attempts (1-52, required if resendRequests is true). | [optional] |
24
24
 
25
25
  ## Example
26
26
 
@@ -29,6 +29,7 @@ require 'avalara_sdk'
29
29
 
30
30
  instance = AvalaraSdk::A1099::V2::CompanyCreateUpdateRequestModel.new(
31
31
  name: null,
32
+ dba_name: null,
32
33
  email: null,
33
34
  address: null,
34
35
  city: null,
@@ -36,7 +37,6 @@ instance = AvalaraSdk::A1099::V2::CompanyCreateUpdateRequestModel.new(
36
37
  zip: null,
37
38
  telephone: null,
38
39
  tin: null,
39
- dba_name: null,
40
40
  reference_id: null,
41
41
  do_tin_match: null,
42
42
  group_name: null,
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional] |
8
- | **reference_id** | **String** | | [optional] |
9
- | **group_name** | **String** | | [optional] |
10
- | **name** | **String** | | [optional] |
11
- | **dba_name** | **String** | | [optional] |
12
- | **address** | **String** | | [optional] |
13
- | **city** | **String** | | [optional] |
14
- | **state** | **String** | | [optional] |
15
- | **foreign_province** | **String** | | [optional] |
16
- | **zip** | **String** | | [optional] |
17
- | **country_code** | **String** | | [optional] |
18
- | **email** | **String** | | [optional] |
19
- | **telephone** | **String** | | [optional] |
20
- | **tin** | **String** | | [optional] |
21
- | **do_tin_match** | **Boolean** | | [optional] |
22
- | **resend_requests** | **Boolean** | | [optional] |
23
- | **resend_interval_days** | **Integer** | | [optional] |
24
- | **max_reminder_attempts** | **Integer** | | [optional] |
25
- | **created_at** | **Time** | | [optional] |
26
- | **updated_at** | **Time** | | [optional] |
7
+ | **id** | **String** | Unique identifier set when the record is created. | [optional] |
8
+ | **created_at** | **Time** | Date time when the record was created. | [optional] |
9
+ | **updated_at** | **Time** | Date time when the record was last updated. | [optional] |
10
+ | **name** | **String** | Legal name. Not the DBA name. | |
11
+ | **dba_name** | **String** | Doing Business As (DBA) name or continuation of a long legal name. | [optional] |
12
+ | **email** | **String** | Contact email address. For inquiries by vendors/employees. | |
13
+ | **address** | **String** | Address. | |
14
+ | **city** | **String** | City. | |
15
+ | **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional] |
16
+ | **zip** | **String** | ZIP/postal code. | |
17
+ | **telephone** | **String** | Contact phone number (must contain at least 10 digits, max 15 characters). | |
18
+ | **tin** | **String** | Federal Tax Identification Number (TIN). EIN/Tax ID (required for US companies). | |
19
+ | **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. | [optional] |
20
+ | **do_tin_match** | **Boolean** | Indicates whether the company authorizes IRS TIN matching. | [optional] |
21
+ | **group_name** | **String** | Group name for organizing companies (creates or finds group by name). | [optional] |
22
+ | **foreign_province** | **String** | Province or region for non-US/CA addresses. | [optional] |
23
+ | **country_code** | **String** | Two-letter IRS country code (e.g., &#39;US&#39;, &#39;CA&#39;), as defined at https://www.irs.gov/e-file-providers/country-codes. | |
24
+ | **resend_requests** | **Boolean** | Boolean to enable automatic reminder emails (default: false). | [optional] |
25
+ | **resend_interval_days** | **Integer** | Days between reminder emails (7-365, required if resendRequests is true). | [optional] |
26
+ | **max_reminder_attempts** | **Integer** | Maximum number of reminder attempts (1-52, required if resendRequests is true). | [optional] |
27
27
 
28
28
  ## Example
29
29
 
@@ -31,26 +31,26 @@
31
31
  require 'avalara_sdk'
32
32
 
33
33
  instance = AvalaraSdk::A1099::V2::CompanyResponse.new(
34
- id: ,
35
- reference_id: ,
36
- group_name: ,
37
- name: ,
38
- dba_name: ,
39
- address: ,
40
- city: ,
41
- state: ,
42
- foreign_province: ,
43
- zip: ,
44
- country_code: ,
45
- email: ,
46
- telephone: ,
47
- tin: ,
34
+ id: null,
35
+ created_at: null,
36
+ updated_at: null,
37
+ name: null,
38
+ dba_name: null,
39
+ email: null,
40
+ address: null,
41
+ city: null,
42
+ state: null,
43
+ zip: null,
44
+ telephone: null,
45
+ tin: null,
46
+ reference_id: null,
48
47
  do_tin_match: null,
48
+ group_name: null,
49
+ foreign_province: null,
50
+ country_code: null,
49
51
  resend_requests: null,
50
52
  resend_interval_days: null,
51
- max_reminder_attempts: null,
52
- created_at: null,
53
- updated_at: null
53
+ max_reminder_attempts: null
54
54
  )
55
55
  ```
56
56
 
@@ -0,0 +1,56 @@
1
+ # AvalaraSdk::A1099::V2::CoveredIndividual
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Covered individual&#39;s ID | [optional][readonly] |
8
+ | **first_name** | **String** | Covered individual&#39;s first name | |
9
+ | **middle_name** | **String** | Covered individual&#39;s middle name | [optional] |
10
+ | **last_name** | **String** | Covered individual&#39;s last name | |
11
+ | **name_suffix** | **String** | Covered individual&#39;s name suffix | [optional] |
12
+ | **tin** | **String** | Covered individual&#39;s Federal Tax Identification Number (TIN).. SSN or ITIN. Required unless unavailable. | [optional] |
13
+ | **birth_date** | **Date** | Covered individual&#39;s date of birth - Required when SSN is missing. | [optional] |
14
+ | **covered_all_months** | **Boolean** | Coverage indicator for all 12 months | [optional] |
15
+ | **covered_january** | **Boolean** | Coverage indicator for January | [optional] |
16
+ | **covered_february** | **Boolean** | Coverage indicator for February | [optional] |
17
+ | **covered_march** | **Boolean** | Coverage indicator for March | [optional] |
18
+ | **covered_april** | **Boolean** | Coverage indicator for April | [optional] |
19
+ | **covered_may** | **Boolean** | Coverage indicator for May | [optional] |
20
+ | **covered_june** | **Boolean** | Coverage indicator for June | [optional] |
21
+ | **covered_july** | **Boolean** | Coverage indicator for July | [optional] |
22
+ | **covered_august** | **Boolean** | Coverage indicator for August | [optional] |
23
+ | **covered_september** | **Boolean** | Coverage indicator for September | [optional] |
24
+ | **covered_october** | **Boolean** | Coverage indicator for October | [optional] |
25
+ | **covered_november** | **Boolean** | Coverage indicator for November | [optional] |
26
+ | **covered_december** | **Boolean** | Coverage indicator for December | [optional] |
27
+
28
+ ## Example
29
+
30
+ ```ruby
31
+ require 'avalara_sdk'
32
+
33
+ instance = AvalaraSdk::A1099::V2::CoveredIndividual.new(
34
+ id: null,
35
+ first_name: null,
36
+ middle_name: null,
37
+ last_name: null,
38
+ name_suffix: null,
39
+ tin: null,
40
+ birth_date: null,
41
+ covered_all_months: null,
42
+ covered_january: null,
43
+ covered_february: null,
44
+ covered_march: null,
45
+ covered_april: null,
46
+ covered_may: null,
47
+ covered_june: null,
48
+ covered_july: null,
49
+ covered_august: null,
50
+ covered_september: null,
51
+ covered_october: null,
52
+ covered_november: null,
53
+ covered_december: null
54
+ )
55
+ ```
56
+
@@ -0,0 +1,55 @@
1
+ # AvalaraSdk::A1099::V2::CreateAndSendW9FormEmailRequest
2
+
3
+ ## Class instance methods
4
+
5
+ ### `openapi_one_of`
6
+
7
+ Returns the list of classes defined in oneOf.
8
+
9
+ #### Example
10
+
11
+ ```ruby
12
+ require 'avalara_sdk'
13
+
14
+ AvalaraSdk::A1099::V2::CreateAndSendW9FormEmailRequest.openapi_one_of
15
+ # =>
16
+ # [
17
+ # :'W4FormMinimalRequest',
18
+ # :'W8BenEFormMinimalRequest',
19
+ # :'W8BenFormMinimalRequest',
20
+ # :'W8ImyFormMinimalRequest',
21
+ # :'W9FormMinimalRequest'
22
+ # ]
23
+ ```
24
+
25
+ ### build
26
+
27
+ Find the appropriate object from the `openapi_one_of` list and casts the data into it.
28
+
29
+ #### Example
30
+
31
+ ```ruby
32
+ require 'avalara_sdk'
33
+
34
+ AvalaraSdk::A1099::V2::CreateAndSendW9FormEmailRequest.build(data)
35
+ # => #<W4FormMinimalRequest:0x00007fdd4aab02a0>
36
+
37
+ AvalaraSdk::A1099::V2::CreateAndSendW9FormEmailRequest.build(data_that_doesnt_match)
38
+ # => nil
39
+ ```
40
+
41
+ #### Parameters
42
+
43
+ | Name | Type | Description |
44
+ | ---- | ---- | ----------- |
45
+ | **data** | **Mixed** | data to be matched against the list of oneOf items |
46
+
47
+ #### Return type
48
+
49
+ - `W4FormMinimalRequest`
50
+ - `W8BenEFormMinimalRequest`
51
+ - `W8BenFormMinimalRequest`
52
+ - `W8ImyFormMinimalRequest`
53
+ - `W9FormMinimalRequest`
54
+ - `nil` (if no type matches)
55
+
@@ -0,0 +1,49 @@
1
+ # AvalaraSdk::A1099::V2::CreateCompanyRequest
2
+
3
+ ## Class instance methods
4
+
5
+ ### `openapi_one_of`
6
+
7
+ Returns the list of classes defined in oneOf.
8
+
9
+ #### Example
10
+
11
+ ```ruby
12
+ require 'avalara_sdk'
13
+
14
+ AvalaraSdk::A1099::V2::CreateCompanyRequest.openapi_one_of
15
+ # =>
16
+ # [
17
+ # :'CompanyCreateUpdateRequestModel',
18
+ # :'CompanyResponse'
19
+ # ]
20
+ ```
21
+
22
+ ### build
23
+
24
+ Find the appropriate object from the `openapi_one_of` list and casts the data into it.
25
+
26
+ #### Example
27
+
28
+ ```ruby
29
+ require 'avalara_sdk'
30
+
31
+ AvalaraSdk::A1099::V2::CreateCompanyRequest.build(data)
32
+ # => #<CompanyCreateUpdateRequestModel:0x00007fdd4aab02a0>
33
+
34
+ AvalaraSdk::A1099::V2::CreateCompanyRequest.build(data_that_doesnt_match)
35
+ # => nil
36
+ ```
37
+
38
+ #### Parameters
39
+
40
+ | Name | Type | Description |
41
+ | ---- | ---- | ----------- |
42
+ | **data** | **Mixed** | data to be matched against the list of oneOf items |
43
+
44
+ #### Return type
45
+
46
+ - `CompanyCreateUpdateRequestModel`
47
+ - `CompanyResponse`
48
+ - `nil` (if no type matches)
49
+