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
x_correlation_id:'d0e29cf5-55bc-44e6-9894-3e1cd2923e5a', # String | Unique correlation Id in a GUID format
42
+
x_correlation_id:'144f810d-5777-472b-b372-c1028d9a13ae', # 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
44
company_create_update_request_model:AvalaraSdk::A1099::V2::CompanyCreateUpdateRequestModel.new# CompanyCreateUpdateRequestModel | The company to create
45
45
}
46
46
47
47
begin
48
-
#Creates a new company
48
+
#Create a company
49
49
result = api_instance.create_company(avalara_version, opts)
50
50
p result
51
51
rescueAvalaraSdk::ApiError => e
@@ -61,7 +61,7 @@ This returns an Array which contains the response data, status code and headers.
x_correlation_id:'713ec82b-b94e-4e2f-8b82-0cecc0abb124', # String | Unique correlation Id in a GUID format
126
+
x_correlation_id:'db071c51-528f-4929-a031-523aa34002d1', # 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/) .
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>.
208
208
top:56, # Integer | 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.
209
209
skip:56, # Integer | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets.
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:'38d61b75-2ccf-4a20-8fc0-6fc047805ec3', # String | Unique correlation Id in a GUID format
213
+
x_correlation_id:'7ad30f3a-b27d-440e-98da-516663741d89', # 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/) .
x_correlation_id:'dccf03ba-f1c1-4540-a0ab-3a642cb46223', # String | Unique correlation Id in a GUID format
301
+
x_correlation_id:'77521b27-805c-40b1-a6c8-3d6339acba99', # 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/) .
id ='id_example'# String | The ID of the company to update
382
-
avalara_version ='2.0'# String | API version
382
+
avalara_version ='2.0.0'# String | API version
383
383
opts = {
384
-
x_correlation_id:'e5197be7-4ab7-4f90-a190-c0a491ebb8e1', # String | Unique correlation Id in a GUID format
384
+
x_correlation_id:'9b982dee-5208-416e-8acf-84070e235acc', # 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
386
company_create_update_request_model:AvalaraSdk::A1099::V2::CompanyCreateUpdateRequestModel.new# CompanyCreateUpdateRequestModel | The updated company data
0 commit comments