SmartBanking.BankAgent.ApiGateway (1.0.0)

<back to all web services

CreateSmartIdLogOutAlertBaQueue

CreateSmartIdLogOutAlertBaQueue Parameters:
NameParameterData TypeRequiredDescription
LogqueryGatewayLogDataNo
RequestquerySmartIdAlertLogOutNo
GatewayLogData Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
UserIdformlongNo
OperationformstringNo
OperationDescriptionformstringNo
ServiceUrlformstringNo
ServiceformstringNo
MethodformstringNo
DataformstringNo
ResponseformstringNo
ResponseCodeformstringNo
ResponseMessageformstringNo
ResponseExceptionformstringNo
ElasticExceptionMessageformstringNo
ElasticStackTraceformstringNo
ElasticJobExceptionMessageformstringNo
ElasticJobStackTraceformstringNo
CipherDataformstringNo
ResponseTimeformlongNo
SubGroupIdformintNo
RetryCountformintNo
CreatedAtformDateTimeNo
UpdatedAtformDateTime?No
SmartIdAlertLogOut Parameters:
NameParameterData TypeRequiredDescription
ChannelIdformint?No
UserformstringNo
SessionformstringNo
PublicIpformstringNo
DataformstringNo
CreateSmartIdLogOutAlertQueueResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResponseStatus Parameters:
NameParameterData TypeRequiredDescription
ErrorCodeformstringNo
MessageformstringNo
StackTraceformstringNo
ErrorsformList<ResponseError>No
MetaformDictionary<string, string>No
ResponseError Parameters:
NameParameterData TypeRequiredDescription
ErrorCodeformstringNo
FieldNameformstringNo
MessageformstringNo
MetaformDictionary<string, string>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/CreateSmartIdLogOutAlertBaQueue HTTP/1.1 
Host: gateway-mired.bancocuscatlan.com.gt 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	Log: 
	{
		Id: String,
		UserId: 0,
		Operation: String,
		OperationDescription: String,
		ServiceUrl: String,
		Service: String,
		Method: String,
		Data: String,
		Response: String,
		ResponseCode: String,
		ResponseMessage: String,
		ResponseException: String,
		ElasticExceptionMessage: String,
		ElasticStackTrace: String,
		ElasticJobExceptionMessage: String,
		ElasticJobStackTrace: String,
		CipherData: String,
		ResponseTime: 0,
		SubGroupId: 0,
		RetryCount: 0,
		@timestamp: 0001-01-01,
		UpdatedAt: 0001-01-01
	},
	Request: 
	{
		ChannelId: 0,
		User: String,
		Session: String,
		PublicIp: String,
		Data: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}