Check if an inclusive usage plan exists

head/inclusive-usage-plans
SecuritybearerAuth
Request
query Parameters
id
string (IdFilterParam)

Filter by id

Example: id=0
contractOwnerId
string (IdFilterParam)

Filter by contract Owner

Example: contractOwnerId=0
name
string (StringFilterParam)

Filter by name

Example: name=xyz | in:x,y | like:xyz
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
usageProductId
string (IdFilterParam)

Filter by usage product

Example: usageProductId=0
taxBandId
string (IdFilterParam)

Filter by tax band

Example: taxBandId=0
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found