POST api/SaveTermsAndCondition
Request Information
URI Parameters
None.
Body Parameters
TermsAndCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| TermAndConditionId | integer |
None. |
|
| TermsAndConditionContent | string |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| LastModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TermAndConditionId": 1,
"TermsAndConditionContent": "sample string 2",
"CreatedDate": "2025-12-05T19:38:22.9114371-08:00",
"LastModifiedDate": "2025-12-05T19:38:22.9114371-08:00",
"CreatedBy": "sample string 5",
"LastModifiedBy": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.