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": {