v1

latestOpenAPI 3.1.02026-07-246246106.8 KB
Book It Now

Get the details for a terms and conditions entry

get/termsandconditions/v1/ratecon/{TC_ID}

Path parameters

TC_IDstring required
Example:b64f76d0-5ee1-e911-aa11-ac4ba6accd3e

Response

Successful Request

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"
}