Click or drag to resize

MassDispatchRepositoryGetJsonRequestBody Method

Creates serialized body of parameters.

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 static string GetJsonRequestBody(
	Object bodyParametersObject
)

Parameters

bodyParametersObject  Object
Object that will contain properties converted to JSON.

Return Value

String
Serialized JSON object from an input type
See Also