Types

Returns Types of Terms and Conditions

get
Responses
200
Success
application/json
get
GET /api/legaldocuments/v1/TermsAndConditions/Types HTTP/1.1
Host: 
Accept: */*
{
  "content": [
    {
      "termsAndConditionsTypeID": 10,
      "termsAndConditionsTypeName": "telesales-addendum-terms",
      "description": "Terms and conditions for the telesales addendum to the merchant application."
    }
  ]
}

Was this helpful?