---
title: "Search for a terms and conditions entry"
method: POST
path: "/termsandconditions/v1/ratecon/search"
tags: ["Book It Now"]
---

# Search for a terms and conditions entry

`POST /termsandconditions/v1/ratecon/search`

## Request body

- SearchObject
  - `pagination` Pagination
    - `totalPages` number
    - `pageNumber` number
    - `pageSize` number
    - `totalItemCount` number
    - `resultsTruncated` boolean
  - `searchCriteria` object[]
    - `name` string
    - `operator` string
    - `value` string
    - `valueTo` string
    - `logicalOperator` 'And' | 'Or'
  - `sortCriteria` object[]
    - `direction` 'ascending' | 'descending'
    - `name` string

## Response `200`

Successful Response

- object
  - `pagination` Pagination
    - `totalPages` number
    - `pageNumber` number
    - `pageSize` number
    - `totalItemCount` number
    - `resultsTruncated` boolean
  - `data` TermsAndConditions[]
    - `id` string
    - `createdByAccountId` string
    - `createdBy` string
    - `updatedBy` string
    - `createdDateTime` string
    - `updatedDateTime` string
    - `isDeleted` boolean
    - `name` string
    - `content` string

---

[API](https://skmtc.net/truckstop/apis/authentication.md) · [All operations](https://skmtc.net/truckstop/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truckstop/authentication/revisions/da4fa196575d/schema)
