GET api/v1/shipment?shippedAfter={shippedAfter}&shippedBefore={shippedBefore}&transactionCombo={transactionCombo}&donorID={donorID}&limit={limit}&offset={offset}
Find Shipment by filter
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shippedAfter |
DateTime of when the object was shipped |
date |
None. |
shippedBefore |
DateTime of when the object was shipped |
date |
None. |
transactionCombo |
TransactionID and date of shipments that needs to be retrieved in the format of [TransactionID]|[YYYY][MM][DD] ie 12345|20180601 |
string |
None. |
donorID |
Find items for a specific donor |
string |
None. |
limit |
Number of records to return (from 1 to 100) |
integer |
Default value is 50 |
offset |
Offset by number of records |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.