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