Check if usage product exists

head/usage-products
SecuritybearerAuth
Request
query Parameters
name
string (StringFilterParam)

Filter by product name

Example: name=xyz | in:x,y | like:xyz
usageProductCategoryId
string (IdFilterParam)

Filter by usage product category

Example: usageProductCategoryId=0
availableFrom
string (DateFilterParam)

Filter by available from date

Example: availableFrom=yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd
availableTo
string (DateFilterParam)

Filter by available to date

Example: availableTo=yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd
nominalCode
string (StringFilterParam)

Filter by nominal code

Example: nominalCode=xyz | in:x,y | like:xyz
Responses
200

Exists

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found