Uses of Interface
Avalara.SDK.ApiCallback
-
Packages that use ApiCallback Package Description Avalara.SDK Avalara.SDK.api.A1099.V2 Avalara.SDK.api.EInvoicing.V1 -
-
Uses of ApiCallback in Avalara.SDK
Methods in Avalara.SDK with parameters of type ApiCallback Modifier and Type Method Description okhttp3.CallApiClient. buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, Map<String,Object> formParams, String[] authNames, ApiCallback callback, AvalaraMicroservice microservice)Build HTTP call with the given options.okhttp3.CallApiClient. buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, Map<String,Object> formParams, String[] authNames, ApiCallback callback, String scope, AvalaraMicroservice microservice)Build HTTP call with the given options.okhttp3.RequestApiClient. buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, Map<String,Object> formParams, String[] authNames, ApiCallback callback, String scope, AvalaraMicroservice microservice)Build an HTTP request with the given options.<T> voidApiClient. executeAsync(okhttp3.Call call, ApiCallback<T> callback)<T> voidApiClient. executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback)Execute HTTP call asynchronously.Constructors in Avalara.SDK with parameters of type ApiCallback Constructor Description ProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback)ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in Avalara.SDK.api.A1099.V2
Methods in Avalara.SDK.api.A1099.V2 with parameters of type ApiCallback Modifier and Type Method Description okhttp3.CallForms1099Api. bulkUpsert1099FormsAsync(Forms1099Api.BulkUpsert1099FormsRequest requestParameters, ApiCallback<JobResponse> _callback)Create or update multiple 1099/1095/W2/1042S forms (asynchronously) This endpoint allows you to create or update multiple 1099/1095/W2/1042S forms.okhttp3.CallForms1099Api. bulkUpsert1099FormsCall(Forms1099Api.BulkUpsert1099FormsRequest requestParameters, ApiCallback _callback)Build call for bulkUpsert1099Formsokhttp3.CallForms1099Api. create1099FormAsync(Forms1099Api.Create1099FormRequest requestParameters, ApiCallback<Get1099Form200Response> _callback)Create a 1099/1095/W2/1042S form (asynchronously) Create a 1099/1095/W2/1042S form.okhttp3.CallForms1099Api. create1099FormCall(Forms1099Api.Create1099FormRequest requestParameters, ApiCallback _callback)Build call for create1099Formokhttp3.CallFormsW9Api. createAndSendW9FormEmailAsync(FormsW9Api.CreateAndSendW9FormEmailRequest requestParameters, ApiCallback<CreateW9Form201Response> _callback)Create a minimal W9/W4/W8 form and sends the e-mail request (asynchronously) Create a minimal W9/W4/W8 form and sends the e-mail request.okhttp3.CallFormsW9Api. createAndSendW9FormEmailCall(FormsW9Api.CreateAndSendW9FormEmailRequest requestParameters, ApiCallback _callback)Build call for createAndSendW9FormEmailokhttp3.CallCompaniesW9Api. createCompanyAsync(CompaniesW9Api.CreateCompanyRequest requestParameters, ApiCallback<CompanyResponse> _callback)Create a company (asynchronously) Create a company.okhttp3.CallCompaniesW9Api. createCompanyCall(CompaniesW9Api.CreateCompanyRequest requestParameters, ApiCallback _callback)Build call for createCompanyokhttp3.CallIssuers1099Api. createIssuerAsync(Issuers1099Api.CreateIssuerRequest requestParameters, ApiCallback<IssuerResponse> _callback)Create an issuer (asynchronously) Create an issuer (also known as a Payer).okhttp3.CallIssuers1099Api. createIssuerCall(Issuers1099Api.CreateIssuerRequest requestParameters, ApiCallback _callback)Build call for createIssuerokhttp3.CallFormsW9Api. createW9FormAsync(FormsW9Api.CreateW9FormRequest requestParameters, ApiCallback<CreateW9Form201Response> _callback)Create a W9/W4/W8 form (asynchronously) Create a W9/W4/W8 form.okhttp3.CallFormsW9Api. createW9FormCall(FormsW9Api.CreateW9FormRequest requestParameters, ApiCallback _callback)Build call for createW9Formokhttp3.CallForms1099Api. delete1099FormAsync(Forms1099Api.Delete1099FormRequest requestParameters, ApiCallback<Void> _callback)Delete a 1099/1095/W2/1042S form (asynchronously) Delete a 1099/1095/W2/1042S form.okhttp3.CallForms1099Api. delete1099FormCall(Forms1099Api.Delete1099FormRequest requestParameters, ApiCallback _callback)Build call for delete1099Formokhttp3.CallCompaniesW9Api. deleteCompanyAsync(CompaniesW9Api.DeleteCompanyRequest requestParameters, ApiCallback<Void> _callback)Delete a company (asynchronously) Delete a company.okhttp3.CallCompaniesW9Api. deleteCompanyCall(CompaniesW9Api.DeleteCompanyRequest requestParameters, ApiCallback _callback)Build call for deleteCompanyokhttp3.CallIssuers1099Api. deleteIssuerAsync(Issuers1099Api.DeleteIssuerRequest requestParameters, ApiCallback<Void> _callback)Delete an issuer (asynchronously) Delete an issuer (also known as a Payer).okhttp3.CallIssuers1099Api. deleteIssuerCall(Issuers1099Api.DeleteIssuerRequest requestParameters, ApiCallback _callback)Build call for deleteIssuerokhttp3.CallFormsW9Api. deleteW9FormAsync(FormsW9Api.DeleteW9FormRequest requestParameters, ApiCallback<Void> _callback)Delete a W9/W4/W8 form (asynchronously) Delete a W9/W4/W8 form.okhttp3.CallFormsW9Api. deleteW9FormCall(FormsW9Api.DeleteW9FormRequest requestParameters, ApiCallback _callback)Build call for deleteW9Formokhttp3.CallForms1099Api. get1099FormAsync(Forms1099Api.Get1099FormRequest requestParameters, ApiCallback<Get1099Form200Response> _callback)Retrieve a 1099/1095/W2/1042S form (asynchronously) Retrieve a 1099/1095/W2/1042S form.okhttp3.CallForms1099Api. get1099FormCall(Forms1099Api.Get1099FormRequest requestParameters, ApiCallback _callback)Build call for get1099Formokhttp3.CallForms1099Api. get1099FormPdfAsync(Forms1099Api.Get1099FormPdfRequest requestParameters, ApiCallback<File> _callback)Retrieve the PDF file for a 1099/1095/W2/1042S form (asynchronously) Retrieve the PDF file for a 1099/1095/W2/1042S form.okhttp3.CallForms1099Api. get1099FormPdfCall(Forms1099Api.Get1099FormPdfRequest requestParameters, ApiCallback _callback)Build call for get1099FormPdfokhttp3.CallCompaniesW9Api. getCompaniesAsync(CompaniesW9Api.GetCompaniesRequest requestParameters, ApiCallback<PaginatedQueryResultModelCompanyResponse> _callback)List companies (asynchronously) List existing companies.okhttp3.CallCompaniesW9Api. getCompaniesCall(CompaniesW9Api.GetCompaniesRequest requestParameters, ApiCallback _callback)Build call for getCompaniesokhttp3.CallCompaniesW9Api. getCompanyAsync(CompaniesW9Api.GetCompanyRequest requestParameters, ApiCallback<CompanyResponse> _callback)Retrieve a company (asynchronously) Retrieve a company.okhttp3.CallCompaniesW9Api. getCompanyCall(CompaniesW9Api.GetCompanyRequest requestParameters, ApiCallback _callback)Build call for getCompanyokhttp3.CallIssuers1099Api. getIssuerAsync(Issuers1099Api.GetIssuerRequest requestParameters, ApiCallback<IssuerResponse> _callback)Retrieve an issuer (asynchronously) Retrieve an issuer (also known as a Payer).okhttp3.CallIssuers1099Api. getIssuerCall(Issuers1099Api.GetIssuerRequest requestParameters, ApiCallback _callback)Build call for getIssuerokhttp3.CallIssuers1099Api. getIssuersAsync(Issuers1099Api.GetIssuersRequest requestParameters, ApiCallback<PaginatedQueryResultModelIssuerResponse> _callback)List issuers (asynchronously) List issuers (also known as Payers).okhttp3.CallIssuers1099Api. getIssuersCall(Issuers1099Api.GetIssuersRequest requestParameters, ApiCallback _callback)Build call for getIssuersokhttp3.CallJobsApi. getJobAsync(JobsApi.GetJobRequest requestParameters, ApiCallback<JobResponse> _callback)Retrieves information about the job (asynchronously) Retrieves information about the jobokhttp3.CallJobsApi. getJobCall(JobsApi.GetJobRequest requestParameters, ApiCallback _callback)Build call for getJobokhttp3.CallFormsW9Api. getW9FormAsync(FormsW9Api.GetW9FormRequest requestParameters, ApiCallback<CreateW9Form201Response> _callback)Retrieve a W9/W4/W8 form (asynchronously) Retrieve a W9/W4/W8 form.okhttp3.CallFormsW9Api. getW9FormCall(FormsW9Api.GetW9FormRequest requestParameters, ApiCallback _callback)Build call for getW9Formokhttp3.CallForms1099Api. list1099FormsAsync(Forms1099Api.List1099FormsRequest requestParameters, ApiCallback<PaginatedQueryResultModelForm1099Base> _callback)List 1099/1095/W2/1042S forms (asynchronously) List 1099/1095/W2/1042S forms.okhttp3.CallForms1099Api. list1099FormsCall(Forms1099Api.List1099FormsRequest requestParameters, ApiCallback _callback)Build call for list1099Formsokhttp3.CallFormsW9Api. listW9FormsAsync(FormsW9Api.ListW9FormsRequest requestParameters, ApiCallback<PaginatedQueryResultModelW9FormBaseResponse> _callback)List W9/W4/W8 forms (asynchronously) List W9/W4/W8 forms.okhttp3.CallFormsW9Api. listW9FormsCall(FormsW9Api.ListW9FormsRequest requestParameters, ApiCallback _callback)Build call for listW9Formsokhttp3.CallFormsW9Api. sendW9FormEmailAsync(FormsW9Api.SendW9FormEmailRequest requestParameters, ApiCallback<CreateW9Form201Response> _callback)Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form (asynchronously) Send an email to the vendor/payee requesting they fill out a W9/W4/W8 form.okhttp3.CallFormsW9Api. sendW9FormEmailCall(FormsW9Api.SendW9FormEmailRequest requestParameters, ApiCallback _callback)Build call for sendW9FormEmailokhttp3.CallForms1099Api. update1099FormAsync(Forms1099Api.Update1099FormRequest requestParameters, ApiCallback<Get1099Form200Response> _callback)Update a 1099/1095/W2/1042S form (asynchronously) Update a 1099/1095/W2/1042S form.okhttp3.CallForms1099Api. update1099FormCall(Forms1099Api.Update1099FormRequest requestParameters, ApiCallback _callback)Build call for update1099Formokhttp3.CallCompaniesW9Api. updateCompanyAsync(CompaniesW9Api.UpdateCompanyRequest requestParameters, ApiCallback<CompanyResponse> _callback)Update a company (asynchronously) Update a company.okhttp3.CallCompaniesW9Api. updateCompanyCall(CompaniesW9Api.UpdateCompanyRequest requestParameters, ApiCallback _callback)Build call for updateCompanyokhttp3.CallIssuers1099Api. updateIssuerAsync(Issuers1099Api.UpdateIssuerRequest requestParameters, ApiCallback<Void> _callback)Update an issuer (asynchronously) Update an issuer (also known as a Payer).okhttp3.CallIssuers1099Api. updateIssuerCall(Issuers1099Api.UpdateIssuerRequest requestParameters, ApiCallback _callback)Build call for updateIssuerokhttp3.CallFormsW9Api. updateW9FormAsync(FormsW9Api.UpdateW9FormRequest requestParameters, ApiCallback<IW9FormDataModelsOneOf> _callback)Update a W9/W4/W8 form (asynchronously) Update a W9/W4/W8 form.okhttp3.CallFormsW9Api. updateW9FormCall(FormsW9Api.UpdateW9FormRequest requestParameters, ApiCallback _callback)Build call for updateW9Formokhttp3.CallFormsW9Api. uploadW9FilesAsync(FormsW9Api.UploadW9FilesRequest requestParameters, ApiCallback<Void> _callback)Replace the PDF file for a W9/W4/W8 form (asynchronously) Replaces the PDF file for a W9/W4/W8 form.okhttp3.CallFormsW9Api. uploadW9FilesCall(FormsW9Api.UploadW9FilesRequest requestParameters, ApiCallback _callback)Build call for uploadW9Files -
Uses of ApiCallback in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 with parameters of type ApiCallback Modifier and Type Method Description okhttp3.CallTradingPartnersApi. batchSearchParticipantsAsync(TradingPartnersApi.BatchSearchParticipantsRequest requestParameters, ApiCallback<BatchSearchParticipants202Response> _callback)Handles batch search requests by uploading a file containing search parameters.okhttp3.CallTradingPartnersApi. batchSearchParticipantsCall(TradingPartnersApi.BatchSearchParticipantsRequest requestParameters, ApiCallback _callback)Build call for batchSearchParticipantsokhttp3.CallTradingPartnersApi. createTradingPartnerAsync(TradingPartnersApi.CreateTradingPartnerRequest requestParameters, ApiCallback<CreateTradingPartner201Response> _callback)Creates a new trading partner.okhttp3.CallTradingPartnersApi. createTradingPartnerCall(TradingPartnersApi.CreateTradingPartnerRequest requestParameters, ApiCallback _callback)Build call for createTradingPartnerokhttp3.CallTradingPartnersApi. createTradingPartnersBatchAsync(TradingPartnersApi.CreateTradingPartnersBatchRequest requestParameters, ApiCallback<CreateTradingPartnersBatch200Response> _callback)Creates a batch of multiple trading partners.okhttp3.CallTradingPartnersApi. createTradingPartnersBatchCall(TradingPartnersApi.CreateTradingPartnersBatchRequest requestParameters, ApiCallback _callback)Build call for createTradingPartnersBatchokhttp3.CallSubscriptionsApi. createWebhookSubscriptionAsync(SubscriptionsApi.CreateWebhookSubscriptionRequest requestParameters, ApiCallback<SuccessResponse> _callback)Create a subscription to events (asynchronously) Create a subscription to events exposed by registered systems.okhttp3.CallSubscriptionsApi. createWebhookSubscriptionCall(SubscriptionsApi.CreateWebhookSubscriptionRequest requestParameters, ApiCallback _callback)Build call for createWebhookSubscriptionokhttp3.CallTradingPartnersApi. deleteTradingPartnerAsync(TradingPartnersApi.DeleteTradingPartnerRequest requestParameters, ApiCallback<Void> _callback)Deletes a trading partner using ID.okhttp3.CallTradingPartnersApi. deleteTradingPartnerCall(TradingPartnersApi.DeleteTradingPartnerRequest requestParameters, ApiCallback _callback)Build call for deleteTradingPartnerokhttp3.CallSubscriptionsApi. deleteWebhookSubscriptionAsync(SubscriptionsApi.DeleteWebhookSubscriptionRequest requestParameters, ApiCallback<Void> _callback)Unsubscribe from events (asynchronously) Remove a subscription from the webhooks dispatch service.okhttp3.CallSubscriptionsApi. deleteWebhookSubscriptionCall(SubscriptionsApi.DeleteWebhookSubscriptionRequest requestParameters, ApiCallback _callback)Build call for deleteWebhookSubscriptionokhttp3.CallTradingPartnersApi. downloadBatchSearchReportAsync(TradingPartnersApi.DownloadBatchSearchReportRequest requestParameters, ApiCallback<File> _callback)Downloads batch search results in a csv file.okhttp3.CallTradingPartnersApi. downloadBatchSearchReportCall(TradingPartnersApi.DownloadBatchSearchReportRequest requestParameters, ApiCallback _callback)Build call for downloadBatchSearchReportokhttp3.CallDocumentsApi. downloadDocumentAsync(DocumentsApi.DownloadDocumentRequest requestParameters, ApiCallback<File> _callback)Returns a copy of the document (asynchronously) When the document is available, use this endpoint to download it as text, XML, or PDF.okhttp3.CallDocumentsApi. downloadDocumentCall(DocumentsApi.DownloadDocumentRequest requestParameters, ApiCallback _callback)Build call for downloadDocumentokhttp3.CallDocumentsApi. fetchDocumentsAsync(DocumentsApi.FetchDocumentsRequest requestParameters, ApiCallback<DocumentFetch> _callback)Fetch the inbound document from a tax authority (asynchronously) This API allows you to retrieve an inbound document.okhttp3.CallDocumentsApi. fetchDocumentsCall(DocumentsApi.FetchDocumentsRequest requestParameters, ApiCallback _callback)Build call for fetchDocumentsokhttp3.CallTradingPartnersApi. getBatchSearchDetailAsync(TradingPartnersApi.GetBatchSearchDetailRequest requestParameters, ApiCallback<BatchSearch> _callback)Returns the batch search details using ID.okhttp3.CallTradingPartnersApi. getBatchSearchDetailCall(TradingPartnersApi.GetBatchSearchDetailRequest requestParameters, ApiCallback _callback)Build call for getBatchSearchDetailokhttp3.CallDataInputFieldsApi. getDataInputFieldsAsync(DataInputFieldsApi.GetDataInputFieldsRequest requestParameters, ApiCallback<DataInputFieldsResponse> _callback)Returns the optionality of document fields for different country mandates (asynchronously) This endpoint provides a list of required, conditional, and optional fields for each country mandate.okhttp3.CallDataInputFieldsApi. getDataInputFieldsCall(DataInputFieldsApi.GetDataInputFieldsRequest requestParameters, ApiCallback _callback)Build call for getDataInputFieldsokhttp3.CallDocumentsApi. getDocumentListAsync(DocumentsApi.GetDocumentListRequest requestParameters, ApiCallback<DocumentListResponse> _callback)Returns a summary of documents for a date range (asynchronously) Get a list of documents on the Avalara E-Invoicing platform that have a processing date within the specified date range.okhttp3.CallDocumentsApi. getDocumentListCall(DocumentsApi.GetDocumentListRequest requestParameters, ApiCallback _callback)Build call for getDocumentListokhttp3.CallDocumentsApi. getDocumentStatusAsync(DocumentsApi.GetDocumentStatusRequest requestParameters, ApiCallback<DocumentStatusResponse> _callback)Checks the status of a document (asynchronously) Using the unique ID from POST /einvoicing/documents response body, request the current status of a document.okhttp3.CallDocumentsApi. getDocumentStatusCall(DocumentsApi.GetDocumentStatusRequest requestParameters, ApiCallback _callback)Build call for getDocumentStatusokhttp3.CallMandatesApi. getMandateDataInputFieldsAsync(MandatesApi.GetMandateDataInputFieldsRequest requestParameters, ApiCallback<List<MandateDataInputField>> _callback)Returns document field information for a country mandate, a selected document type, and its version (asynchronously) This endpoint provides document field details and the optionality of fields (required, conditional, optional) of different documents supported by the country mandate.okhttp3.CallMandatesApi. getMandateDataInputFieldsCall(MandatesApi.GetMandateDataInputFieldsRequest requestParameters, ApiCallback _callback)Build call for getMandateDataInputFieldsokhttp3.CallMandatesApi. getMandatesAsync(MandatesApi.GetMandatesRequest requestParameters, ApiCallback<MandatesResponse> _callback)List country mandates that are supported by the Avalara E-Invoicing platform (asynchronously) This endpoint offers a list of country mandates supported by the Avalara E-Invoicing API.okhttp3.CallMandatesApi. getMandatesCall(MandatesApi.GetMandatesRequest requestParameters, ApiCallback _callback)Build call for getMandatesokhttp3.CallSubscriptionsApi. getWebhookSubscriptionAsync(SubscriptionsApi.GetWebhookSubscriptionRequest requestParameters, ApiCallback<SubscriptionDetail> _callback)Get details of a subscription (asynchronously) Retrieve details of a specific subscription.okhttp3.CallSubscriptionsApi. getWebhookSubscriptionCall(SubscriptionsApi.GetWebhookSubscriptionRequest requestParameters, ApiCallback _callback)Build call for getWebhookSubscriptionokhttp3.CallTradingPartnersApi. listBatchSearchesAsync(TradingPartnersApi.ListBatchSearchesRequest requestParameters, ApiCallback<BatchSearchListResponse> _callback)Lists all batch searches that were previously submitted.okhttp3.CallTradingPartnersApi. listBatchSearchesCall(TradingPartnersApi.ListBatchSearchesRequest requestParameters, ApiCallback _callback)Build call for listBatchSearchesokhttp3.CallSubscriptionsApi. listWebhookSubscriptionsAsync(SubscriptionsApi.ListWebhookSubscriptionsRequest requestParameters, ApiCallback<SubscriptionListResponse> _callback)List all subscriptions (asynchronously) Retrieve a list of all subscriptions.okhttp3.CallSubscriptionsApi. listWebhookSubscriptionsCall(SubscriptionsApi.ListWebhookSubscriptionsRequest requestParameters, ApiCallback _callback)Build call for listWebhookSubscriptionsokhttp3.CallTradingPartnersApi. searchParticipantsAsync(TradingPartnersApi.SearchParticipantsRequest requestParameters, ApiCallback<SearchParticipants200Response> _callback)Returns a list of participants matching the input query.okhttp3.CallTradingPartnersApi. searchParticipantsCall(TradingPartnersApi.SearchParticipantsRequest requestParameters, ApiCallback _callback)Build call for searchParticipantsokhttp3.CallDocumentsApi. submitDocumentAsync(DocumentsApi.SubmitDocumentRequest requestParameters, ApiCallback<DocumentSubmitResponse> _callback)Submits a document to Avalara E-Invoicing API (asynchronously) When a UBL document is sent to this endpoint, it generates a document in the required format as mandated by the specified country.okhttp3.CallDocumentsApi. submitDocumentCall(DocumentsApi.SubmitDocumentRequest requestParameters, ApiCallback _callback)Build call for submitDocumentokhttp3.CallInteropApi. submitInteropDocumentAsync(InteropApi.SubmitInteropDocumentRequest requestParameters, ApiCallback<SubmitInteropDocument202Response> _callback)Submit a document (asynchronously) This API used by the interoperability partners to submit a document to their trading partners in Avalara on behalf of their customers.okhttp3.CallInteropApi. submitInteropDocumentCall(InteropApi.SubmitInteropDocumentRequest requestParameters, ApiCallback _callback)Build call for submitInteropDocumentokhttp3.CallTaxIdentifiersApi. taxIdentifierSchemaByCountryAsync(TaxIdentifiersApi.TaxIdentifierSchemaByCountryRequest requestParameters, ApiCallback<TaxIdentifierSchemaByCountry200Response> _callback)Returns the tax identifier request & response schema for a specific country.okhttp3.CallTaxIdentifiersApi. taxIdentifierSchemaByCountryCall(TaxIdentifiersApi.TaxIdentifierSchemaByCountryRequest requestParameters, ApiCallback _callback)Build call for taxIdentifierSchemaByCountryokhttp3.CallTradingPartnersApi. updateTradingPartnerAsync(TradingPartnersApi.UpdateTradingPartnerRequest requestParameters, ApiCallback<UpdateTradingPartner200Response> _callback)Updates a trading partner using ID.okhttp3.CallTradingPartnersApi. updateTradingPartnerCall(TradingPartnersApi.UpdateTradingPartnerRequest requestParameters, ApiCallback _callback)Build call for updateTradingPartnerokhttp3.CallTaxIdentifiersApi. validateTaxIdentifierAsync(TaxIdentifiersApi.ValidateTaxIdentifierRequest requestParameters, ApiCallback<TaxIdentifierResponse> _callback)Validates a tax identifier.okhttp3.CallTaxIdentifiersApi. validateTaxIdentifierCall(TaxIdentifiersApi.ValidateTaxIdentifierRequest requestParameters, ApiCallback _callback)Build call for validateTaxIdentifier
-