You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/A1099/CreateW9FormRequest.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
10
10
**business_classification** | **string** | The classification of the business. Available values: - Individual: Individual/sole proprietor - C Corporation: C Corporation - S Corporation: S Corporation - Partnership: Partnership - Trust/estate: Trust/estate - LLC-C: Limited liability company (C Corporation) - LLC-S: Limited liability company (S Corporation) - LLC-P: Limited liability company (Partnership) - Other: Other (requires BusinessOther field to be populated) |
11
11
**business_other** | **string** | The classification description when \"businessClassification\" is \"Other\". | [optional]
12
12
**foreign_partner_owner_or_beneficiary** | **bool** | Indicates whether the individual is a foreign partner, owner, or beneficiary. | [optional]
13
-
**exempt_payee_code** | **string** | The exempt payee code. | [optional]
14
-
**exempt_fatca_code** | **string** | The exemption from FATCA reporting code. | [optional]
13
+
**exempt_payee_code** | **string** | The exempt payee code. Allowed values (1–13): - 1 — Organization exempt under §501(a) or IRA; custodial account under §403(b)(7) - 2 — U.S. government or its agencies/instrumentalities - 3 — U.S. state, DC, U.S. territory/possession, or their political subdivisions/agencies/instrumentalities - 4 — Foreign government or its political subdivisions/agencies/instrumentalities - 5 — Corporation - 6 — Dealer in securities or commodities required to register in the U.S., DC, or U.S. territory/possession - 7 — Futures commission merchant registered with the CFTC - 8 — Real estate investment trust (REIT) - 9 — Entity registered at all times during the tax year under the Investment Company Act of 1940 - 10 — Common trust fund operated by a bank under §584(a) - 11 — Financial institution (see §581) - 12 — Broker (nominee/custodian) - 13 — Trust exempt under §664 or described in §4947 | [optional]
14
+
**exempt_fatca_code** | **string** | The exemption from FATCA reporting code. Allowed values (A–M): - A — Tax‑exempt organization under §501(a) or IRA (§7701(a)(37)) - B — U.S. government or any of its agencies/instrumentalities - C — U.S. state, DC, territory/possession, or their political subdivisions/instrumentalities - D — Corporation whose stock is regularly traded on an established securities market - E — Corporation that is a member of the same expanded affiliated group as a D corporation - F — Registered dealer in securities/commodities/derivatives - G — REIT (Real Estate Investment Trust) - H — Regulated investment company (§851) or entity registered all year under the Investment Company Act of 1940 - I — Common trust fund (§584(a)) - J — Bank (§581) - K — Broker - L — Charitable remainder trust (§664) or trust described in §4947(a)(1) - M — Trust under §403(b) plan or §457(g) plan | [optional]
15
15
**foreign_country_indicator** | **bool** | Indicates whether the individual or entity is in a foreign country. | [optional]
16
16
**address** | **string** | The address of the employee. Required unless exempt. |
17
17
**foreign_address** | **string** | The foreign address of the individual or entity. | [optional]
**type** | **string** | An identifier for this occurrence of the problem. It is the name of a request's field when specific to that field. Otherwise, for other types of errors, its value is empty. | [optional]
8
+
**detail** | **string** | An explanation specific to this occurrence of the problem. | [optional]
9
9
10
10
[[Back to Model list]](../../../README.md#models)[[Back to API list]](../../../README.md#endpoints)[[Back to README]](../../../README.md)
Copy file name to clipboardExpand all lines: docs/A1099/V2/CompaniesW9Api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ $client = new \Avalara\SDK\ApiClient($config);
40
40
$apiInstance = new Avalara\SDK\Api\CompaniesW9Api($client);
41
41
42
42
$avalara_version = 2.0.0; // string | API version
43
-
$x_correlation_id = a607ad38-398e-43d2-918d-d809e43dbd6b; // string | Unique correlation Id in a GUID format
43
+
$x_correlation_id = 6df88900-1e19-42cb-b5a0-fc2442681327; // string | Unique correlation Id in a GUID format
44
44
$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/) .
45
45
$company_request = {"name":"Acme Corporation","dbaName":"","email":"[email protected]","address":"123 Business Ave","city":"Phoenix","state":"AZ","zip":"85001","telephone":"602-555-0123","tin":"12-3456789","referenceId":"","doTinMatch":null,"groupName":"","foreignProvince":"","countryCode":"US","resendRequests":null,"resendIntervalDays":null,"maxReminderAttempts":null}; // \Avalara\SDK\Model\A1099\V2\CompanyRequest | The company to create
46
46
@@ -108,7 +108,7 @@ $apiInstance = new Avalara\SDK\Api\CompaniesW9Api($client);
108
108
109
109
$id = 'id_example'; // string | The company to delete
110
110
$avalara_version = 2.0.0; // string | API version
111
-
$x_correlation_id = 54780530-dee1-472f-8626-a1ef1d6f3bfa; // string | Unique correlation Id in a GUID format
111
+
$x_correlation_id = 33931030-471d-4055-be36-8dcc3c48c11d; // string | Unique correlation Id in a GUID format
112
112
$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/) .
113
113
114
114
try {
@@ -179,7 +179,7 @@ $skip = 56; // int | If nonzero, skip this number of results before returning da
179
179
$order_by = 'order_by_example'; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
180
180
$count = True; // bool | If true, return the global count of elements in the collection.
181
181
$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 = 7ee6e06e-ae28-4317-9053-d966f0b24a94; // string | Unique correlation Id in a GUID format
182
+
$x_correlation_id = cf08fb7e-1d1c-43e2-a2b8-dfe7be26d43f; // string | Unique correlation Id in a GUID format
183
183
$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/) .
184
184
185
185
try {
@@ -251,7 +251,7 @@ $apiInstance = new Avalara\SDK\Api\CompaniesW9Api($client);
251
251
252
252
$id = 'id_example'; // string | Id of the company
253
253
$avalara_version = 2.0.0; // string | API version
254
-
$x_correlation_id = c2254966-bcae-4b32-a7b4-67f0518ca748; // string | Unique correlation Id in a GUID format
254
+
$x_correlation_id = f29e8436-2c45-494b-b537-a22ae251829e; // string | Unique correlation Id in a GUID format
255
255
$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/) .
256
256
257
257
try {
@@ -318,7 +318,7 @@ $apiInstance = new Avalara\SDK\Api\CompaniesW9Api($client);
318
318
319
319
$id = 'id_example'; // string | The ID of the company to update
320
320
$avalara_version = 2.0.0; // string | API version
321
-
$x_correlation_id = b730ea19-59f4-4cc8-8ef0-94a9d4637a6a; // string | Unique correlation Id in a GUID format
321
+
$x_correlation_id = 595ee1c9-2b9e-4d5a-8aa6-661b1fe4669f; // string | Unique correlation Id in a GUID format
322
322
$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/) .
323
323
$company_request = {"name":"Acme Corporation","dbaName":"","email":"[email protected]","address":"123 Business Ave","city":"Phoenix","state":"AZ","zip":"85001","telephone":"602-555-0123","tin":"12-3456789","referenceId":"","doTinMatch":null,"groupName":"","foreignProvince":"","countryCode":"US","resendRequests":null,"resendIntervalDays":null,"maxReminderAttempts":null}; // \Avalara\SDK\Model\A1099\V2\CompanyRequest | The updated company data
Copy file name to clipboardExpand all lines: docs/A1099/V2/Forms1099Api.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
43
43
44
44
$avalara_version = 2.0.0; // string | API version
45
45
$dry_run = false; // bool | defaults to false. If true, it will NOT change the DB. It will just return a report of what would've have been changed in the DB
46
-
$x_correlation_id = 5ef65de0-c394-4aa2-b249-d8bfcbe9b23a; // string | Unique correlation Id in a GUID format
46
+
$x_correlation_id = eec0b095-bfa8-4786-bbad-3f20a4b61ac2; // string | Unique correlation Id in a GUID format
47
47
$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/) .
@@ -111,7 +111,7 @@ $client = new \Avalara\SDK\ApiClient($config);
111
111
$apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
112
112
113
113
$avalara_version = 2.0.0; // string | API version
114
-
$x_correlation_id = 5b55b569-4e1e-44d3-920c-65153461c426; // string | Unique correlation Id in a GUID format
114
+
$x_correlation_id = ea80e3d4-6198-4297-9fff-4b12b5d270a0; // string | Unique correlation Id in a GUID format
115
115
$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/) .
@@ -179,7 +179,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
179
179
180
180
$id = 'id_example'; // string | The unique identifier of the desired form to delete.
181
181
$avalara_version = 2.0.0; // string | API version
182
-
$x_correlation_id = e82ee14f-7146-41a5-b856-28f403d65e29; // string | Unique correlation Id in a GUID format
182
+
$x_correlation_id = 6f61d545-12cb-445a-b60c-bd21c3f78ae3; // string | Unique correlation Id in a GUID format
183
183
$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/) .
184
184
185
185
try {
@@ -245,7 +245,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
245
245
246
246
$id = 'id_example'; // string
247
247
$avalara_version = 2.0.0; // string | API version
248
-
$x_correlation_id = f5198e72-fc87-4a4d-a09a-b2aa6cf70c38; // string | Unique correlation Id in a GUID format
248
+
$x_correlation_id = 3dda6df9-8f00-4ac0-8eab-0e56263c2895; // string | Unique correlation Id in a GUID format
249
249
$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/) .
250
250
251
251
try {
@@ -313,7 +313,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
313
313
$id = 'id_example'; // string | The ID of the form
314
314
$avalara_version = 2.0.0; // string | API version
315
315
$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 = 7fdfd0b2-cebf-4f25-8a65-6dd03811e77d; // string | Unique correlation Id in a GUID format
316
+
$x_correlation_id = 83471033-6587-4425-a03e-1057de8d14cf; // string | Unique correlation Id in a GUID format
317
317
$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/) .
318
318
319
319
try {
@@ -386,7 +386,7 @@ $skip = 56; // int | If nonzero, skip this number of results before returning da
386
386
$order_by = 'order_by_example'; // string | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
387
387
$count = True; // bool | If true, return the global count of elements in the collection.
388
388
$count_only = True; // bool | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
389
-
$x_correlation_id = 97f7596c-99c0-4879-b47c-57df572a32c9; // string | Unique correlation Id in a GUID format
389
+
$x_correlation_id = 9cd2b713-72ed-419c-8c1f-4aeef9f6b0d4; // string | Unique correlation Id in a GUID format
390
390
$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/) .
391
391
392
392
try {
@@ -458,7 +458,7 @@ $apiInstance = new Avalara\SDK\Api\Forms1099Api($client);
458
458
459
459
$id = 'id_example'; // string
460
460
$avalara_version = 2.0.0; // string | API version
461
-
$x_correlation_id = 560aa857-d5ba-484b-9375-a14e9e57d7a8; // string | Unique correlation Id in a GUID format
461
+
$x_correlation_id = b0bb9771-ffdf-4884-bac3-7cf00bf7c745; // string | Unique correlation Id in a GUID format
462
462
$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/) .
0 commit comments