From c9b7655db087dda865176b61f6bf5dcb0cf352c0 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 27 Apr 2024 09:06:13 -0400 Subject: [PATCH] Verify Model --- public/apidoc/digifi.json | 62 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/public/apidoc/digifi.json b/public/apidoc/digifi.json index c13902e..f44502a 100644 --- a/public/apidoc/digifi.json +++ b/public/apidoc/digifi.json @@ -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": {