MassDispatchRepositoryGet Method |
Get state of current shipment
GET /Shipment/{ID}
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 string Get(
string Id
)
Public Function Get (
Id As String
) As String
public:
String^ Get(
String^ Id
)
member Get :
Id : string -> string
Parameters
- Id String
- Id of the shipment in PDF mass shipment service.
Return Value
StringJSON object with status.
See Also