POST v2/rental/{rentalID}/checkDuplicateSKU
Add or update information about a Rental
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rentalID | integer |
Required |
Body Parameters
RentalSKUModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RentalSKUID | integer |
None. |
|
| SKU | SKUModel |
None. |
|
| Quantity | integer |
None. |
|
| AssignedQuantity | integer |
None. |
|
| SKUFamily | SKUFamilyModel |
None. |
|
| SKUConfiguration | SKUConfigurationModel |
None. |
|
| SKUSize | SKUSizeModel |
None. |
|
| Conditioned |
Does the SKU need to be conditioned |
boolean |
None. |
| CreationDate | date |
None. |
|
| Notes | string |
None. |
|
| Reference | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rentalSKUID": 1,
"sku": {
"skuId": 1,
"isActive": true,
"partNumber": "sample string 3",
"partDescription": "sample string 4",
"skuCategory": {
"skuCategoryID": 1,
"isSystem": true,
"isIntegrationControlled": true,
"isActive": true,
"skuCategory": "sample string 5"
},
"skuSubCategory": {
"skuSubCategoryId": 1,
"skuCategoryId": 2,
"skuSubCategory": "sample string 3"
},
"imageURL": "sample string 5",
"fileCount": 6,
"isNonSerialized": true,
"isLotTraceable": true,
"receiveNonSerialized": true,
"receivePreLabeled": true,
"nonSerializedSKUID": 11,
"numberPerPallet": 12,
"purchaseUOM": {
"unitOfMeasureID": 1,
"unitOfMeasure": "sample string 2",
"unitCode": "sample string 3"
},
"stockUOM": {
"unitOfMeasureID": 1,
"unitOfMeasure": "sample string 2",
"unitCode": "sample string 3"
},
"conversionRatio": 13.0,
"standardCost": 14.0,
"vat": 15.0,
"truckloadQuantity": 16,
"mask": "sample string 17",
"skuType": {
"skuTypeID": 1,
"skuType": "sample string 2"
},
"isIntegrationControlled": true,
"weight": 19.0,
"height": 20.0,
"length": 21.0,
"width": 22.0,
"dimensionUOM": {
"unitOfMeasureID": 1,
"unitOfMeasure": "sample string 2",
"unitCode": "sample string 3"
},
"weightUOM": {
"unitOfMeasureID": 1,
"unitOfMeasure": "sample string 2",
"unitCode": "sample string 3"
},
"isCertified": true,
"certificationDate": "2025-11-08T08:26:24.758718+00:00"
},
"quantity": 2,
"assignedQuantity": 3,
"skuFamily": {
"skuFamilyID": 1,
"skuFamily": "sample string 2",
"requireTIC": true
},
"skuConfiguration": {
"skuConfigurationID": 1,
"skuConfiguration": "sample string 2"
},
"skuSize": {
"skuSizeID": 1,
"skuSize": "sample string 2"
},
"conditioned": true,
"creationDate": "2025-11-08T08:26:24.758718+00:00",
"notes": "sample string 6",
"reference": "sample string 7"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.