GET v1/ship/rentalShipmentDetail/{rentalID}
Retrieve details of a sepecific Rental
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rentalID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RentalShipmentDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Quantity |
Number of SKUs associated with the Rental |
integer |
None. |
| ShippedQuantity |
Number of SKUs shipped against the Rental |
integer |
None. |
| Transactions |
List of transactions associated with the Rental |
Collection of TransactionModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.