POST api/SaveAboutUs
Request Information
URI Parameters
None.
Body Parameters
AboutUs| Name | Description | Type | Additional information |
|---|---|---|---|
| AboutUsId | integer |
None. |
|
| AboutUsContent | string |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| LastModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AboutUsId": 1,
"AboutUsContent": "sample string 2",
"CreatedDate": "2025-12-05T19:36:27.6678971-08:00",
"LastModifiedDate": "2025-12-05T19:36:27.6678971-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.