Sage Intacct SDK for .NET
|
Public Member Functions | |
OfflineClient (ClientConfig config=null) | |
Construct an Intacct Offline Client More... | |
async Task< OfflineResponse > | Execute (IFunction apiFunction, RequestConfig requestConfig=null) |
Execute one function to the Intacct API More... | |
async Task< OfflineResponse > | ExecuteBatch (List< IFunction > apiFunctions, RequestConfig requestConfig=null) |
Execute multiple functions to the Intacct API 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 Offline Client
config |
|
inline |
|
inline |