POST api/AboutUs/DeleteTblAboutUs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TblAboutUs| Name | Description | Type | Additional information |
|---|---|---|---|
| AboutId | integer |
None. |
|
| AboutHeading | string |
None. |
|
| Description | string |
None. |
|
| ImageName | string |
None. |
|
| IsActive | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBYID | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBYID | integer |
None. |
|
| Status | integer |
None. |
|
| SmallHeading | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AboutId": 1,
"AboutHeading": "sample string 2",
"Description": "sample string 3",
"ImageName": "sample string 4",
"IsActive": "sample string 5",
"CreatedDate": "2025-12-18T09:42:32.4047143-08:00",
"CreatedBYID": 1,
"UpdatedDate": "2025-12-18T09:42:32.4047143-08:00",
"UpdatedBYID": 1,
"Status": 1,
"SmallHeading": "sample string 6"
}