Get a specific rental product

get/rental-products/{rental_product_id}
SecuritybearerAuth
Request
path Parameters
rental_product_id
required
integer <int64> (IdParam) >= 1

Rental product identifier

Example: 1
Responses
200

Rental product found

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Response samples
application/json
{
  • "id": 1,
  • "rentalProductCategoryId": 1,
  • "productType": "PRODUCT",
  • "name": "string",
  • "invoicePresentationName": "string",
  • "parentRentalProductId": 1,
  • "supplierId": 0,
  • "supplierProductNames": [
    • "string"
    ],
  • "taxBandId": 1,
  • "availableFrom": "2019-08-24",
  • "nominalCode": "string",
  • "availableTo": "2019-08-24",
  • "doNotProRate": false,
  • "additionalProductReferenceRequired": false,
  • "additionalProductReferenceFormat": "[a-zA-Z0-9]{4,15}",
  • "linkedUsageProductId": 1,
  • "productReferenceRequired": false,
  • "productReferenceFormat": ".*",
  • "productReferenceMayBeDDIRange": false,
  • "generateWhenParentCreated": false,
  • "customFields": [
    • {
      • "id": 1,
      • "label": "string",
      • "value": "string"
      }
    ]
}