MassDispatchRepositoryCreate Method

Scanjour Workflow4 Reference Manual
Start new shipment POST /Shipment Content-Type: application/json Body: {"ODataUri":"http://someserver/OData","DataSourceId":"123","TemplateId":"456"} Theoretically, this body can also be {"ODataUri":"http://someserver/OData","ProcessId":"123"} Response will contain unique ID which allows to track shipment on our side.

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 string Create(
	string requestBody
)

Parameters

requestBody
Type: SystemString
A serialized JSON with request body. You can use the method GetJsonRequestBody(Object) to serialize it with proper settings.

Return Value

Type: String
Id of the shipment in PDF mass shipment service.
See Also

Reference