MassDispatchRepositoryGet Method

Scanjour Workflow4 Reference Manual
Get state of current shipment GET /Shipment/{ID}

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 Get(
	string Id
)

Parameters

Id
Type: SystemString
Id of the shipment in PDF mass shipment service.

Return Value

Type: String
JSON object with status.
See Also

Reference