{ "post": { "tags": [ "NotificationCallback" ], "summary": "Loan Information Request ", "description": "Loan Information Request", "operationId": "NotificationCallback", "requestBody": { "description": "Post JSON to conduct eligibility tests", "content": { "application/json": { "schema": { "$ref": "../schemas/NotificationCallbackRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/NotificationCallbackRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/NotificationCallbackRequest.json" } } }, "required": true }, "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "$ref": "../schemas/NotificationCallbackResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/NotificationCallbackResponse.json" } } } }, "400": { "description": "Invalid request" }, "422": { "description": "Validation exception" }, "500": { "description": "Internal server error" } } } }