# Checks to see whether or not a person is eligible based on specified criteria This method takes in an order that has not yet been placed, and returns information about order pricing and available options Endpoint: POST /orders/{tenantId}/checkPrice/{customerType}/{billToId} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The id of the tenant being accessed - `customerType` (string, required) The type of customer - `billToId` (string, required) The bill to contact ID ## Response 200 fields (application/json): - `price` (number) The price ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields ## Response 429 fields ## Response 500 fields