Check if usage rate override exists

head/usage-rate-overrides
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
usageProductInventoryId
string (IdFilterParam)

Filter by usage product inventory

Example: usageProductInventoryId=0
usageProductId
string (IdFilterParam)

Filter by usage product

Example: usageProductId=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