Uses of Class
Avalara.SDK.api.EInvoicing.V1.TradingPartnersApi.SearchParticipantsRequest
-
Packages that use TradingPartnersApi.SearchParticipantsRequest Package Description Avalara.SDK.api.EInvoicing.V1 -
-
Uses of TradingPartnersApi.SearchParticipantsRequest in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return TradingPartnersApi.SearchParticipantsRequest Modifier and Type Method Description TradingPartnersApi.SearchParticipantsRequestTradingPartnersApi. getSearchParticipantsRequest()Getter function to instantiate Request classMethods in Avalara.SDK.api.EInvoicing.V1 with parameters of type TradingPartnersApi.SearchParticipantsRequest Modifier and Type Method Description SearchParticipants200ResponseTradingPartnersApi. searchParticipants(TradingPartnersApi.SearchParticipantsRequest requestParameters)Returns a list of participants matching the input query.okhttp3.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 searchParticipantsApiResponse<SearchParticipants200Response>TradingPartnersApi. searchParticipantsWithHttpInfo(TradingPartnersApi.SearchParticipantsRequest requestParameters)Returns a list of participants matching the input query.
-