Check if rental rate card assignment exists

head/rental-rate-card-assignments
SecuritybearerAuth
Request
query Parameters
assignmentLevel
string (StringFilterParam)

Filter by assignment level - CUSTOMER, SITE or INVENTORY

Example: assignmentLevel=xyz | in:x,y | like:xyz
customerId
string (IdFilterParam)

Filter by customer

Example: customerId=0
siteId
string (IdFilterParam)

Filter by site

Example: siteId=0
rentalProductInventoryId
string (IdFilterParam)

Filter by rental product inventory

Example: rentalProductInventoryId=0
rentalRateCardId
string (IdFilterParam)

Filter by rental rate card

Example: rentalRateCardId=0
rentalProductCategoryId
string (IdFilterParam)

Filter by rental product category

Example: rentalProductCategoryId=0
rentalProductId
string (IdFilterParam)

Filter by rental product

Example: rentalProductId=0
startDate
string (DateFilterParam)

Filter by start date

Example: startDate=yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd
endDate
string (DateFilterParam)

Filter by end date

Example: endDate=yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd
Responses
200

Exists

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found