When sending a notification, regardless of its type and format, the following parameters are always transmitted:
- int CustomerNumber, Docoon account number
- DateTime EventDateTime, Event Date
- NotificationType EventType, Event Type { OptOut = 1, SystemError = 2, EndOfItem = 3, EndOfJob = 4, JobStatusChanged = 5, RealTimeStatus = 6, RetrieveFile = 7, InboundSMS = 8, ItemStatusChanged = 9, DataCollectionFilled = 10 }
- int JobNumber, job number concerned (if the notification is associated with a job)
- string JobType, jobtype of the job concerned (if the notification is associated with a job)
- int JobItem, index of the item concerned (if the notification is associated with a job, and if the item is known)
Currently a customer can be notified on nine types of notifications.