| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| License | query | string | No | |
| BankAgentId | query | int | No | |
| StartDate | query | DateTime | No | |
| EndDate | query | DateTime | No | |
| Operation | query | Object | No | |
| UserId | query | int | No | |
| PageSize | query | int | No | |
| Page | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Records | form | List<GatewayLogModel> | No | |
| Count | form | int? | No | |
| TotalPages | form | int? | No | |
| ResponseStatus | form | ServiceStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| UserId | form | int | No | |
| Operation | form | string | No | |
| OperationDescription | form | string | No | |
| Data | form | string | No | |
| ServiceUrl | form | string | No | |
| Service | form | string | No | |
| Method | form | string | No | |
| Request | form | string | No | |
| Response | form | string | No | |
| ResponseCode | form | string | No | |
| ResponseMessage | form | string | No | |
| ResponseException | form | string | No | |
| CipherData | form | string | No | |
| ResponseTime | form | long | No | |
| TransactionId | form | string | No | |
| BankAgentId | form | int | No | |
| CreatedAt | form | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Visible | form | bool? | No | |
| PublicDescription | form | string | No | |
| AdditionalData | form | Dictionary<string, Object> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ErrorCode | form | string | No | |
| Message | form | string | No | |
| StackTrace | form | string | No | |
| Errors | form | List<ResponseError> | No | |
| Meta | form | Dictionary<string, string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ErrorCode | form | string | No | |
| FieldName | form | string | No | |
| Message | form | string | No | |
| Meta | form | Dictionary<string, string> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetGatewayLogs HTTP/1.1
Host: gateway-mired.bancocuscatlan.com.gt
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
License: String,
bankAgentId: 0,
startDate: 0001-01-01,
endDate: 0001-01-01,
operation: {},
userId: 0,
pageSize: 0,
page: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Records:
[
{
Id: String,
UserId: 0,
Operation: String,
OperationDescription: String,
Data: String,
ServiceUrl: String,
Service: String,
Method: String,
Request: String,
Response: String,
ResponseCode: String,
ResponseMessage: String,
ResponseException: String,
CipherData: String,
ResponseTime: 0,
TransactionId: String,
BankAgentId: 0,
CreatedAt: 0001-01-01
}
],
Count: 0,
TotalPages: 0,
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
}
}
}