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": "c1f9f872-2704-4adb-a447-8c6fa5bf3034",
"BranchId": "3ca4260e-ddf3-4e4e-b1df-b27613bbd8f8",
"ActionById": "bb415e8d-4700-438a-ba45-7372d0384df5",
"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.