Check if customer contract exists

head/customer-contracts
SecuritybearerAuth
Request
query Parameters
name
string (StringFilterParam)

Filter by customer contract name

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

Filter by customer

Example: customerId=0
siteId
string (IdFilterParam)

Filter by site

Example: siteId=0
contractProfileId
string (IdFilterParam)

Filter by contract profile

Example: contractProfileId=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
rolloverContractProfileId
string (IdFilterParam)

Filter by rollover contract profile

Example: rolloverContractProfileId=0
recentWithRPIsOrFuture
string (BooleanFilterParam)

If true, then return only customer contracts associated to RPIs that are 'recent', or customer contracts starting in the future.

Example: recentWithRPIsOrFuture=true | false
Responses
200

Exists

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found