{ "post": { "tags": [ "CollectLoan" ], "summary": "Collect Loan Request", "description": "Collect Loan Request", "operationId": "CollectLoan", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../schemas/CollectLoanRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/CollectLoanRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/CollectLoanRequest.json" } } } }, "responses": { "200": { "description": "CollectLoan Successful", "content": { "application/json": { "schema": { "$ref": "../schemas/CollectLoanResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/CollectLoanResponse.json" } } } }, "400": { "description": "Invalid request" }, "422": { "description": "Validation exception" }, "500": { "description": "Internal server error" } } } }