Skip to main content
Version: 24.03

updateQualityNotification

Updates a quality notification

Request Body
  • header object required
  • notificationId uuid required

    A UUIDv4 to uniquely identify a quality notification. Actually, this value cannot be updated. Rather, it is used to do a plausibility check.

  • senderBPN string required

    The business partner number (BPN) of the sender. Actually, this value cannot be updated. Rather, it is used to do a plausibility check.

  • senderAddress uri required

    The Eclipse Dataspace Connector (EDC) URL of the sender. Actually, this value cannot be updated. Rather, it is used to do a plausibility check.

  • recipientBPN string required

    The business partner number (BPN) of the receiver. Actually, this value cannot be updated. Rather, it is used to do a plausibility check.

  • severity string

    Possible values: [MINOR, MAJOR, CRITICAL, LIFE-THREATENING]

    The severity of the quality notification describes its criticality.

  • status string required

    Possible values: [CREATED, SENT, RECEIVED, ACKNOWLEDGED, ACCEPTED, DECLINED, CLOSED]

    The status of the quality notification.

  • targetDate date-time

    The date and time when a processing of the notification is expected by the sender.

  • messageId uuid required

    A UUIDv4 to uniquely identify an individual quality notification message. In case of an update of a notification the messageId must be a newly generated UUIDv4. It must not be an existing messageId.

  • content object
  • information string

    Possible values: <= 1000 characters

Responses

Quality notification was updated successfully

Loading...