POST api/Events/GetCarousalImage
Request Information
URI Parameters
None.
Body Parameters
DTOCarousalImage| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| ActionById | globally unique identifier |
None. |
|
| FileAttachment | string |
None. |
|
| Description | string |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| OrderDir | string |
None. |
|
| OrderColumn | integer |
None. |
|
| Preference | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e7e6c836-dc45-486c-b9ca-6d562be7ea64",
"BranchId": "55498f04-2d3a-4f96-ba19-7dd535b6562c",
"ActionById": "b82e64f2-e7bc-454b-98a4-f0caa6c4a03d",
"FileAttachment": "sample string 1",
"Description": "sample string 2",
"Start": 3,
"Length": 4,
"Search": "sample string 5",
"OrderDir": "sample string 6",
"OrderColumn": 7,
"Preference": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.