GET api/Settings/SaveWebsiteMaster
Request Information
URI Parameters
None.
Body Parameters
Collection of WebsiteMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| MainUrl | string |
None. |
|
| Country | string |
None. |
|
| CountryId | integer |
None. |
|
| MainLanguageId | integer |
None. |
|
| MainLanguage | string |
None. |
|
| Reach | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"Name": "sample string 1",
"MainUrl": "sample string 2",
"Country": "sample string 3",
"CountryId": 4,
"MainLanguageId": 5,
"MainLanguage": "sample string 6",
"Reach": 7
},
{
"Name": "sample string 1",
"MainUrl": "sample string 2",
"Country": "sample string 3",
"CountryId": 4,
"MainLanguageId": 5,
"MainLanguage": "sample string 6",
"Reach": 7
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.