v1

latestOpenAPI 3.1.02026-07-246246106.8 KB
Book It Now

Creates a new terms and conditions entry

post/termsandconditions/v1/ratecon

Request body

idstring
createdByAccountIdstring
createdBystring
updatedBystring
createdDateTimestring
updatedDateTimestring
isDeletedboolean
namestring
contentstring

Example request

{
  "id": "b64f76d0-5ee1-e911-aa11-ac4ba6accd3e",
  "createdByAccountId": "048d4d8c-9b1d-e911-a9ec-a3b8a698ca96",
  "createdBy": "df7dbc1a-a21d-e911-a9ec-a3b8a698ca96",
  "updatedBy": "df7dbc1a-a21d-e911-a9ec-a3b8a698ca96",
  "createdDateTime": "2019-09-27T19:41:30",
  "updatedDateTime": "2019-09-27T19:41:30",
  "name": "My Terms",
  "content": "This is the terms and conditions for this load"
}

Response

Successful Response

idstring
createdByAccountIdstring
createdBystring
updatedBystring
createdDateTimestring
updatedDateTimestring
isDeletedboolean
namestring
contentstring

Example response

{
  "id": "b64f76d0-5ee1-e911-aa11-ac4ba6accd3e",
  "createdByAccountId": "048d4d8c-9b1d-e911-a9ec-a3b8a698ca96",
  "createdBy": "df7dbc1a-a21d-e911-a9ec-a3b8a698ca96",
  "updatedBy": "df7dbc1a-a21d-e911-a9ec-a3b8a698ca96",
  "createdDateTime": "2019-09-27T19:41:30",
  "updatedDateTime": "2019-09-27T19:41:30",
  "name": "My Terms",
  "content": "This is the terms and conditions for this load"
}