B2B Data Exchange
- B2B Data Exchange 10.5.0
- All Products
POST https://<hostName>:<portNumber>/dx-server-rest-api/v1/eventUtils
Object
| Arguments
|
---|---|
command
| Specify the action to execute.
|
username
| Specify which user to execute discard.
|
password
| The password used to connect to the server.
|
passwordEncrypted
| Optional. Indicates whether the password used to connect to the server is encrypted.
|
eventID
| ID of the event to discard.
|
Object
| Arguments
|
---|---|
responseStatus
| Status of the discard.
|
responseExtraMessage
| Details of the discard.
|
responseType
| Type of action executed.
|
{ "command":"discard", "username":"DX_MFT" "passwordEncrypted":"1234", "eventID":"100010" }
{ "responseStatus":"SUCCESS", "responseExtraMessage":"Event discarded", "responseType":"/eventUtils" }