notification object
Deze pagina’s zijn in het engels ten behoeve van mogelijk internationale ontwikkelaars
This object is used in the following endpoints:
Information about notifications related to events are provided in notification
objects, as defined below.
Parameters | Description | |
---|---|---|
| Required | MUST be the unique identifier of the notification. |
| Required | MUST be a string representing the object type, equal to |
| Required | Date and time that the notification was sent, MUST be a UNIX timestamp, following the timestamp conventions. |
| Required | MUST be a unique identifier of the data service consumer as an Organisation ID, containing an EORI or KvK number. |
| Required | MUST be a unique identifier of the data service provider as an Organisation ID, containing an EORI or KvK number. |
| Required | MUST be a unique identifier of the subscription under which the event is monitored. |
| Optional | MUST contain a human-readable description of the notification as a string. |
| Required | MUST be an event object, as defined here, containing data regarding the event which triggered the notification. |
Event object
Parameters | Description | |
---|---|---|
| Required | MUST be the unique identifier of the event. |
| Required | String representing the object type, MUST be equal to |
| Required | MUST be the label of the type of event that has taken place. Exact values to be defined by a specific data service. For example: |
| Required | Date and time that the event took place, MUST be a UNIX timestamp, following the timestamp conventions. |
| Optional | MUST contain a human-readable description of the event which triggered the notification as a string. |
| Optional | MUST contain data related to the event |