61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"post": {
|
|
"tags": ["CompleteRACcheck"],
|
|
"summary": "Complete Risk Acceptance Criteria check",
|
|
"description": "This request is used to check if a customer passes the Complete Bank Risk Acceptance Criteria",
|
|
"operationId": "completeRACcheck",
|
|
"requestBody": {
|
|
"description": "Complete RAC check request details",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "../schemas/CompleteRACcheckRequest.json"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "../schemas/CompleteRACcheckRequest.json"
|
|
}
|
|
},
|
|
"application/x-www-form-urlencoded": {
|
|
"schema": {
|
|
"$ref": "../schemas/CompleteRACcheckRequest.json"
|
|
}
|
|
}
|
|
},
|
|
"required": true
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Complete RAC Check Successful",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "../schemas/CompleteRACcheckResponse.json"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "../schemas/CompleteRACcheckResponse.json"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"400": {
|
|
"description": "Invalid request parameters"
|
|
},
|
|
"401": {
|
|
"description": "Authentication failed"
|
|
},
|
|
"500": {
|
|
"description": "Internal server error"
|
|
}
|
|
},
|
|
"security": [
|
|
{
|
|
"basic_auth": []
|
|
}
|
|
]
|
|
}
|
|
}
|