Click or drag to resize

CaseActivityRepositoryUpdateWebServiceDefinitionJson Method

Create case activity webservice definition.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void UpdateWebServiceDefinitionJson(
	Uri oDataUri,
	string json,
	string cultureName
)

Parameters

oDataUri  Uri
The OData Uri.
json  String
The web definition as json
cultureName  String
The name of the culture
See Also