POST v6/sku/rental/save
Request Information
URI Parameters
None.
Body Parameters
SKURentalModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| SKURentalId | integer |
None. |
|
| SKUId | integer |
None. |
|
| RentalSKUId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuRentalId": 1,
"skuId": 2,
"rentalSKUId": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.