ChangeAddressLookupProvider
Input
-
provider Mandatory
Provider name found in the unity.config file.string
Output
Aptic.WebIntegrationPlatform.Soap.SystemSettingResult
object with result code and error message (if any).
SystemSettingResult
-
ErrorMessage
Error message.string
-
ResultCode Mandatory
Result code, 0 = good, x > 0 = bad.int
-
Value
If the method returns a value, it will be found here.string
ChangeCreditInfoProvider
Input
-
provider Mandatory
Provider name found in the unity.config file.string
Output
Aptic.WebIntegrationPlatform.Soap.SystemSettingResult
object with result code and error message (if any).
SystemSettingResult
-
ErrorMessage
Error message.string
-
ResultCode Mandatory
Result code, 0 = good, x > 0 = bad.int
-
Value
If the method returns a value, it will be found here.string
GetAddressLookupProvider
Output
Aptic.WebIntegrationPlatform.Soap.SystemSettingResult
with the name of the provider.
SystemSettingResult
-
ErrorMessage
Error message.string
-
ResultCode Mandatory
Result code, 0 = good, x > 0 = bad.int
-
Value
If the method returns a value, it will be found here.string
GetCreditInfoProvider
Output
Aptic.WebIntegrationPlatform.Soap.SystemSettingResult
with the name of the provider.
SystemSettingResult
-
ErrorMessage
Error message.string
-
ResultCode Mandatory
Result code, 0 = good, x > 0 = bad.int
-
Value
If the method returns a value, it will be found here.string
GetStatus
Output
StatusResult
-
CurrentRequestCount Mandatory
Current number of concurrent connections to the Integration Platform instance.int
-
IsMainDataSynchronizer Mandatory
True if this instance is the main data syncronizer.bool
-
Uptime Mandatory
Uptime of the Integration Platform instance measured in milliseconds.long
GetSystemSetting
Input
-
key Mandatory
Key.string
Output
Aptic.WebIntegrationPlatform.Soap.SystemSettingResult
with the value.
SystemSettingResult
-
ErrorMessage
Error message.string
-
ResultCode Mandatory
Result code, 0 = good, x > 0 = bad.int
-
Value
If the method returns a value, it will be found here.string
PrepareForShutdown
Output
int
RemoveSetting
Input
-
key Mandatory
Key.string
Output
Aptic.WebIntegrationPlatform.Soap.SystemSettingResult
object with result code and error message (if any).
SystemSettingResult
-
ErrorMessage
Error message.string
-
ResultCode Mandatory
Result code, 0 = good, x > 0 = bad.int
-
Value
If the method returns a value, it will be found here.string
SetSystemSetting
Input
-
key Mandatory
Key.string
-
value Mandatory
Value.string
Output
Aptic.WebIntegrationPlatform.Soap.SystemSettingResult
object with result code and error message (if any).
SystemSettingResult
-
ErrorMessage
Error message.string
-
ResultCode Mandatory
Result code, 0 = good, x > 0 = bad.int
-
Value
If the method returns a value, it will be found here.string
Shutdown
Aptic.WebIntegrationPlatform.Soap.IManagement.PrepareForShutdown
before this, but its nice to do so.UpdateConfiguration
Input
-
module Mandatory
Module to update.string
-
key Mandatory
Key.string
-
value Mandatory
New value.string
Output
Aptic.WebIntegrationPlatform.Soap.SystemSettingResult
object with result code and error message (if any).
SystemSettingResult
-
ErrorMessage
Error message.string
-
ResultCode Mandatory
Result code, 0 = good, x > 0 = bad.int
-
Value
If the method returns a value, it will be found here.string