{ "type": "object", "properties": { "transactionId": { "type": "string", "example": "T002" }, "debtId": { "type": "string", "example": "273194670" }, "customerId": { "type": "string", "example": "CN621868" }, "accountId": { "type": "string", "example": "2017821799" }, "productId": { "type": "string", "example": "101" }, "collectAmount": { "type": "number", "format": "double", "example": 80000.0 }, "penalCharge": { "type": "number", "format": "double", "example": 0.0 }, "collectionMethod": { "type": "integer", "example": 1 }, "lienAmount": { "type": "number", "format": "double", "example": 80000.0 }, "countryId": { "type": "string", "example": "01" }, "comment": { "type": "string", "example": "Testing CollectionLoanRequest" } }, "required": [ "transactionId", "debtId", "customerId", "accountId", "productId", "collectAmount", "penalCharge", "collectionMethod", "lienAmount", "countryId", "comment" ] }