Sage Intacct SDK for .NET
|
Public Member Functions | |
OnlineClient (ClientConfig config=null) | |
Construct an Intacct Online Client More... | |
async Task< OnlineResponse > | Execute (IFunction apiFunction, RequestConfig requestConfig=null) |
Execute one Intacct API function More... | |
async Task< OnlineResponse > | ExecuteBatch (List< IFunction > apiFunctions, RequestConfig requestConfig=null) |
Execute multiple Intacct API functions More... | |
Additional Inherited Members | |
Data Fields inherited from Intacct.SDK.AbstractClient | |
ClientConfig | Config |
Protected Member Functions inherited from Intacct.SDK.AbstractClient | |
AbstractClient (ClientConfig config=null) | |
async Task< OnlineResponse > | ExecuteOnlineRequest (List< IFunction > functions, RequestConfig requestConfig=null) |
async Task< OfflineResponse > | ExecuteOfflineRequest (List< IFunction > functions, RequestConfig requestConfig=null) |
Static Protected Attributes inherited from Intacct.SDK.AbstractClient | |
const string | ProfileEnvName = "INTACCT_PROFILE" |
|
inline |
Construct an Intacct Online Client
config |
|
inline |
|
inline |