SmartBanking.BankAgent.ApiGateway (1.0.0)

<back to all web services

CreateGatewayLogsSave

CreateGatewayLogsSaveResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformServiceStatusNo
ServiceStatus Parameters:
NameParameterData TypeRequiredDescription
Visibleformbool?No
PublicDescriptionformstringNo
AdditionalDataformDictionary<string, Object>No
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/CreateGatewayLogsSave HTTP/1.1 
Host: gateway-mired.bancocuscatlan.com.gt 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		Visible: False,
		PublicDescription: String,
		AdditionalData: 
		{
			String: {}
		},
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}