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
String avalaraVersion ="2.0.0"; // String | API version
52
-
String xCorrelationId ="144f810d-5777-472b-b372-c1028d9a13ae"; // String | Unique correlation Id in a GUID format
52
+
String xCorrelationId ="097506be-b40b-4107-8d62-206070d11548"; // String | Unique correlation Id in a GUID format
53
53
String xAvalaraClient ="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/) .
54
54
CompanyCreateUpdateRequestModel companyCreateUpdateRequestModel =newCompanyCreateUpdateRequestModel(); // CompanyCreateUpdateRequestModel | The company to create
String id ="id_example"; // String | The company to delete
138
138
String avalaraVersion ="2.0.0"; // String | API version
139
-
String xCorrelationId ="db071c51-528f-4929-a031-523aa34002d1"; // String | Unique correlation Id in a GUID format
139
+
String xCorrelationId ="3af2abb1-7024-4cc7-9c52-53e793e1c863"; // String | Unique correlation Id in a GUID format
140
140
String xAvalaraClient ="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/) .
String avalaraVersion ="2.0.0"; // String | API version
225
-
String $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>.
225
+
String $filter ="name eq 'company name'"; // 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>.
226
226
Integer $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.
227
227
Integer $skip =56; // Integer | If nonzero, skip this number of results before returning data. Used with top to provide pagination for large datasets.
228
228
String $orderBy ="$orderBy_example"; // String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
229
229
Boolean count =true; // Boolean | If true, return the global count of elements in the collection.
230
230
Boolean countOnly =true; // Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
231
-
String xCorrelationId ="7ad30f3a-b27d-440e-98da-516663741d89"; // String | Unique correlation Id in a GUID format
231
+
String xCorrelationId ="bbe9eb96-736f-4c5c-99d7-9df8f66819b3"; // String | Unique correlation Id in a GUID format
232
232
String xAvalaraClient ="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/) .
String id ="id_example"; // String | Id of the company
323
323
String avalaraVersion ="2.0.0"; // String | API version
324
-
String xCorrelationId ="77521b27-805c-40b1-a6c8-3d6339acba99"; // String | Unique correlation Id in a GUID format
324
+
String xCorrelationId ="e6013371-7d72-4c3d-8a5f-c4e08177c3ae"; // String | Unique correlation Id in a GUID format
325
325
String xAvalaraClient ="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/) .
326
326
try {
327
327
CompanyResponse result = apiInstance.getCompany(id, avalaraVersion, xCorrelationId, xAvalaraClient);
String id ="id_example"; // String | The ID of the company to update
411
411
String avalaraVersion ="2.0.0"; // String | API version
412
-
String xCorrelationId ="9b982dee-5208-416e-8acf-84070e235acc"; // String | Unique correlation Id in a GUID format
412
+
String xCorrelationId ="d8a0cb91-eb8b-4bd6-8812-2b690995afcc"; // String | Unique correlation Id in a GUID format
413
413
String xAvalaraClient ="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/) .
414
414
CompanyCreateUpdateRequestModel companyCreateUpdateRequestModel =newCompanyCreateUpdateRequestModel(); // CompanyCreateUpdateRequestModel | The updated company data
0 commit comments