F00031
Reference Name: InvalidReturnId
Description
Return channel Id, {ID}, could not be found.
Parameters Definition
| Key | Description | 
|---|---|
| ID | The Id given that could not be found | 
Example
Return channel Id, {ID}, could not be found.
Sample Notification Payload Definition
- Type: NotificationPayload
- Interface: File Management
- Action: FM_09
{
  "Version": "1.0.0",
  "Interface": "file_management",
  "Action": "fm_09",
  "Code": "F00031",
  "Parameters": {
    "ID": "The Id given that could not be found"
  }
}
Potential Output
Return channel Id, The Id given that could not be found, could not be found.