Click or drag to resize

OpenCatalogIntegrationScheduledTaskBaseExecuteRequest Method

Namespace:  Dynamicweb.Ecommerce.Integration
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
protected string ExecuteRequest(
	string url,
	string requestMethod = "GET",
	string requestBody = ""
)

Parameters

url
Type: SystemString
requestMethod (Optional)
Type: SystemString
requestBody (Optional)
Type: SystemString

Return Value

Type: String
See Also