POST api/AboutUs/GetTblAboutUs/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

TblAboutUs
NameDescriptionTypeAdditional 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:41:57.5940878-08:00",
  "CreatedBYID": 1,
  "UpdatedDate": "2025-12-18T09:41:57.5940878-08:00",
  "UpdatedBYID": 1,
  "Status": 1,
  "SmallHeading": "sample string 6"
}