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": "b2f2c790-3395-4a36-ba71-f3cde70a9790",
"BranchId": "40fa41f3-5d92-4aab-be3e-f9aef1f1bcd8",
"ActionById": "eaea4d80-9e81-4b88-8dc1-f00507bf3d14",
"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.