Skip to content

Commit

Permalink
Merge pull request #54 from Interhyp/update-submission-api-specs-6.7.5
Browse files Browse the repository at this point in the history
Update submission api specs 6.7.5
kkustosik-interhyp authored Apr 26, 2024

Verified

This commit was signed with the committer’s verified signature.
felixroos Felix Roos
2 parents 9857c0f + 8c6c18d commit 1221b75
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Submission Data API
## v6.7.5
* Added command to approve submission commission change

## v6.7.4
* added new rateCorrection property to the AnswerPreSubmissionCheckCommand and PreSubmissionCheckAnsweredStatus
* added new expectedFutureBurden property to the BaseExistingLoanDebt
10 changes: 9 additions & 1 deletion submission-api-data/submission-api-data.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ openapi: 3.0.2
x-guideline-version: v1
info:
title: Interhyp Submission API
version: 6.7.4
version: 6.7.5
contact:
name: Interhyp AG (Team Provider Excellence)
email: [email protected]
@@ -2544,6 +2544,11 @@ components:
properties:
remark:
type: string
ApproveSubmissionCommissionChangeCommand:
description: Approve modified commission
type: object
allOf:
- $ref: '#/components/schemas/BaseSubmissionCommand'
ArchiveSubmissionCommand:
description: Mark a submission as archived.
type: object
@@ -3550,6 +3555,7 @@ components:
- CHANGE_LOAN_PARTNER_PROCESSING_UNIT
- CLOSE_REJECTED_SUBMISSION
- ADD_SUBMISSION_LOGBOOK_NOTE
- APPROVE_SUBMISSION_COMMISSION_CHANGE
discriminator:
propertyName: operation
BaseSubmissionStatus:
@@ -8785,6 +8791,7 @@ components:
- $ref: '#/components/schemas/CloseRejectedSubmissionCommand'
- $ref: '#/components/schemas/UpdateSubmissionContactUserCommand'
- $ref: '#/components/schemas/AddSubmissionLogbookNoteCommand'
- $ref: '#/components/schemas/ApproveSubmissionCommissionChangeCommand'
discriminator:
propertyName: operation
mapping:
@@ -8815,6 +8822,7 @@ components:
CLOSE_REJECTED_SUBMISSION: '#/components/schemas/CloseRejectedSubmissionCommand'
UPDATE_CONTACT_USER: '#/components/schemas/UpdateSubmissionContactUserCommand'
ADD_SUBMISSION_LOGBOOK_NOTE: '#/components/schemas/AddSubmissionLogbookNoteCommand'
APPROVE_SUBMISSION_COMMISSION_CHANGE: '#/components/schemas/ApproveSubmissionCommissionChangeCommand'
Nationality:
type: object
required:

0 comments on commit 1221b75

Please sign in to comment.