Click or drag to resize

MassDispatchRepositoryGet Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public string Get(
	string Id
)

Parameters

Id  String
Id of the shipment in PDF mass shipment service.

Return Value

String
JSON object with status.
See Also