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 status change.
|
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 change the status of.
|
statusName
| Specify the status to change the event to.
|
Object
| Arguments
|
---|---|
responseStatus
| Status of the status change.
|
responseExtraMessage
| Details of the status change.
|
responseType
| Type of action executed.
|
{ "command":"changestatus", "username":"DX_MFT" "passwordEncrypted":"1234", "eventID":"100010", "statusName":"Complete" }
{ "responseStatus":"SUCCESS", "responseExtraMessage":"Event status changed to Complete", "responseType":"/eventUtils" }