Update SEPA TIS Specs authored by Konrad Botor's avatar Konrad Botor
......@@ -763,6 +763,7 @@ components:
required:
- doc_id
- doc_ref_id
- doc_ref_type
- timestamp
- error_code
- error_message
......@@ -777,6 +778,15 @@ components:
type: string
description: Reference to the document that caused the error
example: D118091001045732
doc_ref_type:
type: string
description: Reference to the document type that caused the error
enum:
- ffcctrns
- ffpcqrst
- prtrn
- roinvstg
example: ffcctrns
timestamp:
type: string
format: date-time
......
......