GET api/TermsAndConditions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TermsAndCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| TermAndConditionId | integer |
None. |
|
| TermsAndConditionContent | string |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| LastModifiedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TermAndConditionId": 1,
"TermsAndConditionContent": "sample string 2",
"CreatedDate": "2025-12-05T19:35:21.4036984-08:00",
"LastModifiedDate": "2025-12-05T19:35:21.4036984-08:00",
"CreatedBy": "sample string 5",
"LastModifiedBy": "sample string 6"
}