# Check if customer contract exists Endpoint: HEAD /customer-contracts Version: 1.11 Security: bearerAuth ## Query parameters: - `name` (string) Filter by customer contract name Example: "xyz | in:x,y | like:xyz" - `customerId` (string) Filter by customer Example: "0" - `siteId` (string) Filter by site Example: "0" - `contractProfileId` (string) Filter by contract profile Example: "0" - `startDate` (string) Filter by start date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" - `endDate` (string) Filter by end date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" - `rolloverContractProfileId` (string) Filter by rollover contract profile Example: "0" - `recentWithRPIsOrFuture` (string) If true, then return only customer contracts associated to RPIs that are 'recent', or customer contracts starting in the future Example: "true | false" ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields