-
Notifications
You must be signed in to change notification settings - Fork 1
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
PAGOPA-1404 adding new biz api fiscalCode-iur #30
PAGOPA-1404 adding new biz api fiscalCode-iur #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Presumably this logic should also be included in the following API |
|
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 4 New issues |
…on-receipt [skip ci]
List of Changes
The linked issue raised a problem when retrieving a particular biz event: it was not possible to retrieve a multi EC biz using an EC code present in the transfer list but not in the creditor field. For this reason we added a new api capable of retrieving a receipt using a EC code present in one of the transfers.
GET /organizations/{organizationfiscalcode}/receipts/{iur}
output:
Motivation and Context
This api was needed by the various ECs in case the receipt was lost and the EC code was present only in the transfer list and not the creditor field.
How Has This Been Tested?
This API has been tested manually and through Junit tests
Screenshots (if appropriate):
Types of changes
Checklist: