GET v1/rental/list/shells/{rentalID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rentalID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RTIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIID |
Unique identifier of an RTI |
integer |
None. |
| Barcode |
Barcode of the RTI |
string |
None. |
| LastActivity |
Last activity related to the RTI |
string |
None. |
| Location |
Location where RTI is currently at |
LocationModel |
None. |
| SKU |
SKU related to the RTI |
SKUModel |
None. |
| Associated |
List of other RTIs associated to the RTI |
Collection of RTIAssociatedModel |
None. |
| Transactions |
List of transactions related to the RTI |
Collection of TransactionModel |
None. |
| OnShipment | boolean |
None. |
|
| ShipmentQuantity | decimal number |
None. |
|
| LotNumber | string |
None. |
|
| LocationZone | LocationZoneModel |
None. |
|
| IsLost | boolean |
None. |
|
| IsDecommissioned | boolean |
None. |
|
| MasterLabel | string |
None. |
|
| CreationDate | date |
None. |
|
| Owner | string |
None. |
|
| MasterLabelID | integer |
None. |
|
| LoopCount | integer |
None. |
|
| ExpirationDate | date |
None. |
|
| LastActivityDate | date |
None. |
|
| NotAvailableQuantity | decimal number |
None. |
|
| DaysSinceLastActivity | integer |
None. |
|
| AssociatedItem | string |
None. |
|
| RequiredQuantity | decimal number |
None. |
|
| Quantity | decimal number |
None. |
|
| TransactionID | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.