POST v6/sku/rental/save

Request Information

URI Parameters

None.

Body Parameters

SKURentalModelv6
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.