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": "9ca18517-d706-4c20-a8cf-af389f298391",
"BranchId": "dfe8788a-3d5c-4dc6-85a2-9c2f037c7bca",
"ActionById": "8132217a-e1f9-4ad2-8304-64e0292612ee",
"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.