Delete a event
put
/events/deleteEvent
This endpoint is used to delete an event.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for creating a new event
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmdTbEventsDTO-allOf[1]
Type:
Show Source
object
-
closeDate(optional):
string(date)
Close Date for Events
-
createdBy(optional):
string
Created by for Events
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id in Events -
eventCode(optional):
string
Code for Events
-
eventDate(optional):
string(date)
Date of Events
-
eventDescription(optional):
string
Description for Events
-
eventSource(optional):
string
Source for Events
-
eventType(optional):
string
Type of Events
-
fromAccountNumber(optional):
string
From Account Number for Events
-
fromBranchCode(optional):
string
From Branch Code for Exceptions
-
fromCurrencyCode(optional):
string
From Currency Code for Exceptions
-
isActive(optional):
string
Is Active in Events
-
startDate(optional):
string(date)
Start Date for Events
-
structureId(optional):
string
Pattern:
[0-9a-fA-Z-]{1,36}
Structure Id for Events -
structureType(optional):
string
Structure Type for Exceptions
-
toAccountNumber(optional):
string
To Account Number for Events
-
toBranchCode(optional):
string
To Branch Code for Exceptions
-
toCurrencyCode(optional):
string
To Currency Code for Exceptions
-
transactionId(optional):
string
Transaction Id for Events
-
userId(optional):
string
User Id for Exceptions
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created event
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error