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

# Creates a new terms and conditions entry

`POST /termsandconditions/v1/ratecon`

## Request body

- TermsAndConditions
  - `id` string
  - `createdByAccountId` string
  - `createdBy` string
  - `updatedBy` string
  - `createdDateTime` string
  - `updatedDateTime` string
  - `isDeleted` boolean
  - `name` string
  - `content` string

## Response `201`

Successful Response

- 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)
