POST api/Slider/Pages?LangID={LangID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LangID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SelectBoxDtoName | Description | Type | Additional information |
---|---|---|---|
Value | string |
None. |
|
Text | string |
None. |
|
IsSelected | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Value": "sample string 1", "Text": "sample string 2", "IsSelected": true }, { "Value": "sample string 1", "Text": "sample string 2", "IsSelected": true } ]