POST v1/rental/{rentalID}/inventory/save
Add Rental Inventory
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rentalID | integer |
Required |
Body Parameters
RentalInventoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RentalInventoryID |
Unique identifier of then Rental Inventory |
integer |
None. |
| Barcode |
Barcode |
string |
None. |
| ZoneName |
Location Zone |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rentalInventoryID": 1,
"barcode": "sample string 2",
"zoneName": "sample string 3"
}
Response Information
Resource Description
RentalInventoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RentalInventoryID |
Unique identifier of then Rental Inventory |
integer |
None. |
| Barcode |
Barcode |
string |
None. |
| ZoneName |
Location Zone |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"rentalInventoryID": 1,
"barcode": "sample string 2",
"zoneName": "sample string 3"
}