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 resend.
|
password
| The password used to connect to the server.
|
passwordEncrypted
| Optional. Enter the encrypted password.
|
eventID
| ID of the event to resend.
|
file
| Optional. To select a different file to resend, enable the
Allow Endpoint Selection for Event Resend privilege for the user.
|
changeSourceDocument
| Optional. Indicates whether the file is uploaded.
|
endpointName
| Optional. Enter the endpoint name. Enable the
Allow Endpoint Selection for Event Resend privilege to select different endpoints.
|
Object
| Arguments
|
---|---|
responseStatus
| Status of the resend.
|
responseExtraMessage
| Details of the resend.
|
responseType
| Type of action executed.
|
{ "command":"resend", "username":"DX_MFT" "passwordEncrypted":"1234", "eventID":"100004", "file":"C:\\Assembly_copy\\readme.txt", "changeSourceDocument":"true", "endpointName":"1001" }
{ "responseStatus":"SUCCESS", "responseExtraMessage":"Successfully, submitted for resending with eventId=100004, blobId=null, Uploaded Files=file [originalFileName=readme.txt, contentType=text/plain,uploadedFileName=upload6375876430136854760.tmp], profileId=1001", "responseType":"/eventUtils" }