done with penal charge
This commit is contained in:
+39
@@ -391,3 +391,42 @@ paths:
|
||||
responses:
|
||||
200:
|
||||
description: A successful response
|
||||
/loans/penal-charge:
|
||||
post:
|
||||
summary: A penalty charge on a customer
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
transactionId:
|
||||
type: string
|
||||
example: "T004"
|
||||
fbnTransactionId:
|
||||
type: string
|
||||
example: "Tr201712RK9232P115"
|
||||
debtId:
|
||||
type: string
|
||||
example: "273194670"
|
||||
customerId:
|
||||
type: string
|
||||
example: "CN621868"
|
||||
accountId:
|
||||
type: string
|
||||
example: "2017821799"
|
||||
penalCharge:
|
||||
type: number
|
||||
format: float
|
||||
example: 101.2
|
||||
lienAmount:
|
||||
type: number
|
||||
format: float
|
||||
example: 101.2
|
||||
comment:
|
||||
type: string
|
||||
example: "Testing PenalChargeRequest"
|
||||
responses:
|
||||
200:
|
||||
description: A successful response
|
||||
|
||||
Reference in New Issue
Block a user