34 lines
899 B
JSON
34 lines
899 B
JSON
{
|
|
"post": {
|
|
"tags": ["DebtClosureNotification"],
|
|
"summary": "Debt Closure Notification",
|
|
"description": "Notify EcoBank that debt has been fully repaid",
|
|
"operationId": "notifyDebtClosure",
|
|
"requestBody": {
|
|
"required": true,
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "../../schemas/eco/DebtClosureNotificationRequest.json"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Debt Closure Acknowledged",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "../../schemas/eco/DebtClosureNotificationResponse.json"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"400": { "description": "Invalid request" },
|
|
"422": { "description": "Validation exception" },
|
|
"500": { "description": "Internal server error" }
|
|
}
|
|
}
|
|
}
|