Check if contract owner sub-brands exist

head/contract-owner-sub-brands
SecuritybearerAuth
Request
query Parameters
name
string (StringFilterParam)

Filter by name

Example: name=xyz | in:x,y | like:xyz
contractOwnerId
required
integer <int64> (IdParam) >= 1

Contract owner identifier

Example: contractOwnerId=1
activeCustomersBillingCycleId
string (StringFilterParam)

Filter for sub-brands that are used by customers who are active and associated to the billing cycle identifier

Example: activeCustomersBillingCycleId=xyz | in:x,y | like:xyz
adhocBillRunId
string (StringFilterParam)

Filter sub-brands that are associated to the adhoc bill run

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

Exists

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error