I00004
Reference Name: RemovedReturnChannel
Description
No longer waiting for return message with return id: {ID}
Parameters Definition
Key | Description |
---|---|
ID | Return id removed from the wait list. |
Example
No longer waiting for return message with return id: {ID}
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
Markups
- Action:
MU_01
{
"Version": "1.0.0",
"Interface": "markups",
"Action": "mu_01",
"Code": "I00004",
"Parameters": {
"ID": "Return id removed from the wait list."
}
}
Potential Output
No longer waiting for return message with return id: Return id removed from the wait list.