POST v1/shipRental
Ship an RTI against a rental from a Location
Request Information
URI Parameters
None.
Body Parameters
ShipRentalModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUID |
Unique identifier of the SKU associated with the RTI being shipped |
integer |
None. |
| Quantity |
The quantity of RTIs being shipped. Always 1 for serialized SKUs |
integer |
None. |
| RentalID |
Unique identifier of the Rental |
integer |
None. |
| DeviceID |
Unique identifier of the device that performed the Ship activity |
integer |
None. |
| Barcode |
Barcode that is being shipped |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuid": 1,
"quantity": 2,
"rentalID": 3,
"deviceID": 4,
"barcode": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.