MassDispatchRepositoryGetJsonRequestBody Method |
Creates serialized body of parameters.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetJsonRequestBody(
Object bodyParametersObject
)
Public Shared Function GetJsonRequestBody (
bodyParametersObject As Object
) As String
public:
static String^ GetJsonRequestBody(
Object^ bodyParametersObject
)
static member GetJsonRequestBody :
bodyParametersObject : Object -> string
Parameters
- bodyParametersObject Object
- Object that will contain properties converted to JSON.
Return Value
StringSerialized JSON object from an input type
See Also