Updated the Request
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"customerId",
|
"customerId",
|
||||||
|
"transactionId",
|
||||||
"loans",
|
"loans",
|
||||||
"resultCode",
|
"resultCode",
|
||||||
"resultDescription"
|
"resultDescription"
|
||||||
@@ -12,6 +13,11 @@
|
|||||||
"description": "Unique identifier of a user",
|
"description": "Unique identifier of a user",
|
||||||
"example": "CN621868"
|
"example": "CN621868"
|
||||||
},
|
},
|
||||||
|
"transactionId": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Unique identifier of transaction. This transaction Id must be consistent across all platforms",
|
||||||
|
"example": "Tr201712RK9232P115"
|
||||||
|
},
|
||||||
"loans": {
|
"loans": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Array of loan entities. If customer doesn't have a loan, this array will be empty",
|
"description": "Array of loan entities. If customer doesn't have a loan, this array will be empty",
|
||||||
@@ -47,13 +53,13 @@
|
|||||||
"description": "Initial loan amount",
|
"description": "Initial loan amount",
|
||||||
"example": 10000.0
|
"example": 10000.0
|
||||||
},
|
},
|
||||||
"defaultFee": {
|
"defaultPenaltyFee": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "double",
|
"format": "double",
|
||||||
"description": "Penalty fee amount",
|
"description": "Penalty fee amount",
|
||||||
"example": 0.0
|
"example": 0.0
|
||||||
},
|
},
|
||||||
"continiousFee": {
|
"continuousFee": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "double",
|
"format": "double",
|
||||||
"description": "Interest fee charged continuously. First occurs when payment is delayed",
|
"description": "Interest fee charged continuously. First occurs when payment is delayed",
|
||||||
|
|||||||
Reference in New Issue
Block a user