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