 | ErpServiceCaller.PutOrders Method (String, String, String, String, TimeSpan, ILogger) |
Namespace:
Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntaxpublic static string PutOrders(
string endpoint,
string secret,
string orders,
string settings,
TimeSpan timeout,
ILogger logger
)
Public Shared Function PutOrders (
endpoint As String,
secret As String,
orders As String,
settings As String,
timeout As TimeSpan,
logger As ILogger
) As String
Parameters
- endpoint
- Type: System.String
- secret
- Type: System.String
- orders
- Type: System.String
- settings
- Type: System.String
- timeout
- Type: System.TimeSpan
- logger
- Type: Dynamicweb.Logging.ILogger
Return Value
Type:
String
See Also