The MassDispatchRepository type exposes the following members.
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}
|
See Also