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 xAvalaraClient ="Swagger UI; 22.7.0; Custom; 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/) .
145
-
AddressValidationInfo body =newAddressValidationInfo(); // AddressValidationInfo | The address to resolve
146
-
try {
147
-
// SDK will fetch OAuth token using client creds flow with Avalara Identity and append Authorization header to the request with the access token.
148
-
AddressResolutionModel result = apiInstance.resolveAddressPost(xAvalaraClient, body);
149
-
System.out.println(result);
150
-
} catch (ApiException e) {
151
-
System.err.println("Exception when calling AddressesApi#resolveAddressPost");
String xAvalaraClient ="Swagger UI; 22.7.0; Custom; 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/) .
195
-
AddressValidationInfo body =newAddressValidationInfo(); // AddressValidationInfo | The address to resolve
196
-
try {
197
-
// SDK will fetch OAuth token using client creds flow with Avalara Identity and append Authorization header to the request with the access token.
198
-
AddressResolutionModel result = apiInstance.resolveAddressPost(xAvalaraClient, body);
199
-
System.out.println(result);
200
-
} catch (ApiException e) {
201
-
System.err.println("Exception when calling AddressesApi#resolveAddressPost");
0 commit comments