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": "f44f77bd-069e-402c-a77f-af6148c386a7",
"BranchId": "dabcace6-1fd7-47d3-9ed8-2809a7cfdb6f",
"ActionById": "0425411e-c7b6-44dd-972c-d9e350a0216b",
"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.