MassDispatchRepositoryGetJsonRequestBody Method

Scanjour Workflow4 Reference Manual
Creates serialized body of parameters.

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetJsonRequestBody(
	Object bodyParametersObject
)

Parameters

bodyParametersObject
Type: SystemObject
Object that will contain properties converted to JSON.

Return Value

Type: String
Serialized JSON object from an input type
See Also

Reference