{ "post": { "tags": [ "NotificationCallback" ], "summary": "Loan Information Request ", "description": "Loan Information Request", "operationId": "startEligibilityCheck", "requestBody": { "description": "Post JSON to conduct eligibility tests", "content": { "application/json": { "schema": { "$ref": "../schemas/LoanInformationRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/LoanInformationRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/LoanInformationRequest.json" } } }, "required": true }, "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "$ref": "../schemas/LoanInformationResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/LoanInformationResponse.json" } } } }, "400": { "description": "Invalid ID supplied" }, "404": { "description": "Loan not found" }, "422": { "description": "Validation exception" } }, "security": [ { "petstore_auth": [ "write:pets", "read:pets" ] } ] } }