POST api/AboutUsAdmin/InsertAboutUsAdmin?filepath={filepath}&FaqQuestions={FaqQuestions}&FaqAnswers={FaqAnswers}&CompanyId={CompanyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filepath | string |
Required |
|
| FaqQuestions | string |
Required |
|
| FaqAnswers | string |
Required |
|
| CompanyId | integer |
Required |
Body Parameters
AboutUsAdmin| Name | Description | Type | Additional information |
|---|---|---|---|
| AboutUsAdminId | integer |
None. |
|
| ThemeId | integer |
None. |
|
| Image1 | string |
None. |
|
| Image2 | string |
None. |
|
| Description | string |
None. |
|
| CompanyDetailId | integer |
None. |
|
| ThemeDetail | ThemeDetail |
None. |
|
| AboutUsFAQs | Collection of AboutUsFAQ |
None. |
Request Formats
application/json, text/json
Sample:
{
"AboutUsAdminId": 1,
"ThemeId": 1,
"Image1": "sample string 2",
"Image2": "sample string 3",
"Description": "sample string 4",
"CompanyDetailId": 1,
"ThemeDetail": {
"$id": "2",
"ThemeId": 1,
"ThemeName": "sample string 2",
"ThemeImage": "sample string 3",
"Type": "sample string 4",
"CompanyDetailId": 1,
"AboutUsAdmins": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"ContactUsAdmins": [
{
"$id": "3",
"ContactUsAdminId": 1,
"ThemeId": 1,
"Address": "sample string 2",
"ContactNo": "sample string 3",
"EmailId": "sample string 4",
"Description": "sample string 5",
"Address1": "sample string 6",
"CompanyDetailId": 1,
"ThemeDetail": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
},
"AboutUsFAQs": [
{
"$id": "4",
"FaqId": 1,
"AboutUsAdminId": 1,
"Question": "sample string 2",
"Answer": "sample string 3",
"CompanyDetailId": 1,
"AboutUsAdmin": {
"$ref": "1"
}
},
{
"$ref": "4"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.