F00027
Reference Name: IdNotFound
Description
Object with Id, {ID}, could not be found.
Parameters Definition
Key | Description |
---|---|
ID | The Id given that could not be found |
Example
Object with Id, {ID}, could not be found.
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
Data Overlay
- Action:
DO_03
{
"Version": "1.0.0",
"Interface": "data_overlay",
"Action": "do_03",
"Code": "F00027",
"Parameters": {
"ID": "The Id given that could not be found"
}
}
Potential Output
Object with Id, The Id given that could not be found, could not be found.