POST v1/api/SendEvent
Send an Event to trigger some SAM action
Request Information
URI Parameters
None.
Body Parameters
SendEventRequestDto
SendEventRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EventType | EventTypeEnum |
None. |
|
| CaseId | string |
None. |
|
| ClientId | string |
None. |
|
| PolicyId | string |
None. |
Response Information
Resource Description
success
SendEventResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| EventType | EventTypeEnum |
None. |
|
| CaseId | string |
None. |
|
| ClientId | string |
None. |
|
| PolicyId | string |
None. |