Click or drag to resize

ErpServiceCallerPutOrders Method (String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
[ObsoleteAttribute("Use PutOrders(string endpoint, string secret, string request, ILogger logger) instead.")]
public static string PutOrders(
	string endpoint,
	string secret,
	string request
)

Parameters

endpoint
Type: SystemString
secret
Type: SystemString
request
Type: SystemString

Return Value

Type: String
See Also