Types
Retrieve all types of terms and conditions associated with legal documents or signatures.
Responses
200
Success
application/json
500
Server Error
application/json
get
/api/legaldocuments/v1/TermsAndConditions/TypesGET /api/legaldocuments/v1/TermsAndConditions/Types HTTP/1.1
Host:
Accept: */*
{
"content": [
{
"termsAndConditionsTypeID": 1,
"termsAndConditionsTypeName": "text",
"description": "text"
}
]
}Last updated
Was this helpful?

