done with liencheck

This commit is contained in:
lennyaiko
2025-03-27 12:25:26 +01:00
parent 99420f37c0
commit d5a749470c
2 changed files with 38 additions and 0 deletions
+22
View File
@@ -430,3 +430,25 @@ paths:
responses:
200:
description: A successful response
/loans/lien-check:
post:
summary: Perform a lien check
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
transactionId:
type: string
example: "SMB1234567"
customerId:
type: string
example: "123456"
accountId:
type: string
example: "E9F77222920BAAB1C5ACF2253C6D6113"
responses:
200:
description: A successful response