-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[USER STORY] Update business transaction data (transaction entry account) #24
Comments
The request must contain the to be updated information of the business transaction in standard representation (XBRL GL or SAF_T/SIE once supported). The reference implementation should absorb the received business transaction data to the original transaction by matching the transactionID (gl-cor:uniqueID in XBRL GL, has to be added to the transaction by the system when it's created). params: companyID, transactionID |
In the reference implementation we don't need to control what pieces of data may be updated. It is up to the access restriction controls of the real systems that do that so we can allow the editing of all parts. |
Example of data to be passed to update entry account details for an existing transaction with ID 55555: |
We need a parameter also on the transaction data APIs for documentType as we are going to support various formats (SAF-T, SIE...). Need to find the correct expressions for these (similar how is done in PEPPOL) in order to capture the framework and used version. |
As: a system user (another system used in the PoCs)
I wish: to update the transaction entries account for the business transaction
So that: the system can have most complete set of data that is available about the transaction
Related to epic: #19
Lenke til design:
Lenke til løsningsarkitektur: realized by patch-operation in transaction-API
Forretningsverdi (Kritisk/Viktig/Mindre viktig/Kjekt å ha):
The text was updated successfully, but these errors were encountered: