Client to PDF mass shipment service
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.RepositoriesMassDispatchRepository
Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The MassDispatchRepository type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MassDispatchRepository |
Create MassDispatchRepository instance.
|
Properties
Name | Description | |
---|---|---|
RelativeUriBase |
The part of relative Uri that is invariant for all requests. Must be relative Uri.
| |
RequestHeaders |
If containing any elements, Headers will be added to request.
|
Methods
Name | Description | |
---|---|---|
Cancel |
Cancel current shipment
DELETE /Shipment/{ID}
| |
Create |
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.
| |
Dispose |
Disposable with pattern.
| |
Dispose(Boolean) |
Disposing stuff.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
Get state of current shipment
GET /Shipment/{ID}
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetJsonRequestBody |
Creates serialized body of parameters.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update |
Accept verification(against schema, WZCS existence, template)
and/or validation(against E-Boks) issues if any, and also accept preview
PUT /Shipment/{ID}
|
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also