Types
Responses
200
Success
application/json
500
Server Error
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?