Verify Model

This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 09:06:13 -04:00
parent bc3d2ec0c0
commit c9b7655db0
+61 -1
View File
@@ -100,7 +100,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/BNV.ResponseType"
"$ref": "#/components/schemas/BNV.Verify.ResponseType"
}
},
"text/json": {
@@ -359,6 +359,25 @@
},
"additionalProperties": false
},
"BNV.Verify.ResponseType": {
"type": "object",
"properties": {
"HasResult": {
"type": "boolean",
"description": "Indicates if the response contains a result",
"readOnly": true
},
"ResponseData": {
"$ref": "#/components/schemas/BVNVerifyResponseModel"
},
"Successful": {
"type": "boolean",
"description": "Indicates if the response is successful or not. Warning or success result type indicate success",
"readOnly": true
}
},
"additionalProperties": false
},
"BVNResponseModel": {
"type": "object",
"properties": {
@@ -370,6 +389,47 @@
},
"additionalProperties": false
},
"BVNVerifyResponseModel": {
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "Indicates if the response contains a result",
"readOnly": true
},
"call_return": {
"type": "string",
"description": "Indicates if the response contains a result",
"readOnly": true
},
"uid": {
"type": "string",
"description": "Indicates if the response contains a result",
"readOnly": true
},
"firstname": {
"type": "string",
"description": "Indicates if the response contains a result",
"readOnly": true
},
"lastname": {
"type": "string",
"description": "Indicates if the response contains a result",
"readOnly": true
},
"last_login": {
"type": "string",
"description": "Indicates if the response contains a result",
"readOnly": true
},
"token": {
"type": "string",
"description": "Indicates if the response contains a result",
"readOnly": true
}
},
"additionalProperties": false
},
"AutoMedSystem.CommonService.ViewModels.InteractionAndAllergyIndicationResponseType": {
"type": "object",
"properties": {