GET api/GeneralInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GeneralInfo
NameDescriptionTypeAdditional information
GeneralInfoId

integer

None.

GeneralInfoName

string

None.

GeneralInfoContactName

string

None.

GeneralInfoAddress1

string

None.

GeneralInfoAddress2

string

None.

GeneralInfoCity

string

None.

GeneralInfoState

string

None.

GeneralInfoCountry

string

None.

CreatedDate

date

None.

LastModifiedDate

date

None.

CreatedBy

string

None.

LastModifiedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "GeneralInfoId": 1,
  "GeneralInfoName": "sample string 2",
  "GeneralInfoContactName": "sample string 3",
  "GeneralInfoAddress1": "sample string 4",
  "GeneralInfoAddress2": "sample string 5",
  "GeneralInfoCity": "sample string 6",
  "GeneralInfoState": "sample string 7",
  "GeneralInfoCountry": "sample string 8",
  "CreatedDate": "2025-12-05T19:38:22.634437-08:00",
  "LastModifiedDate": "2025-12-05T19:38:22.634437-08:00",
  "CreatedBy": "sample string 11",
  "LastModifiedBy": "sample string 12"
}