Click or drag to resize

ErpServiceCallerPutUsers Method (String, String, String, String, ILogger)

Namespace:  Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public static string PutUsers(
	string endpoint,
	string secret,
	string users,
	string settings,
	ILogger logger
)

Parameters

endpoint
Type: SystemString
secret
Type: SystemString
users
Type: SystemString
settings
Type: SystemString
logger
Type: Dynamicweb.LoggingILogger

Return Value

Type: String
See Also