Skip to main content

ListSDINotificationsResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ListSDINotificationsResponseBody.json
notifications object[]required

List of notifications

  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/SDINotification.json
    createdAtdate-timerequired
    descriptionstring
    errorCodestring
    errorDescriptionstring
    errorSuggestionstring
    idstringrequired
    invoiceUuidstringrequired
    mcDescriptionstring
    nextAttemptDatedate-time
    notificationDatedate-timerequired
    notificationTypestringrequired
    openApiUuidstringrequired
    outcomestring
    outcomeReasonstring
    preservedDocumentIdstring
    processedbooleanrequired
    processedAtdate-time
    processedBystring
    progressivoInviostring
    sdiIdentifierstring
  • ]
  • pageint64required

    Current page

    pageSizeint64required

    Page size

    totalint64required

    Total count

    totalPagesint64required

    Total pages

    ListSDINotificationsResponseBody
    {
    "$schema": "https://example.com/schemas/ListSDINotificationsResponseBody.json",
    "notifications": "Unknown Type: array,null",
    "page": 0,
    "pageSize": 0,
    "total": 0,
    "totalPages": 0
    }