| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/GetGatewayLogs HTTP/1.1
Host: gateway-mired.bancocuscatlan.com.gt
Accept: application/json
Content-Type: application/json
Content-Length: length
{"License":"String","bankAgentId":0,"startDate":"0001-01-01T00:00:00.0000000","endDate":"0001-01-01T00:00:00.0000000","operation":{},"userId":0,"pageSize":0,"page":0}
HTTP/1.1 200 OK
Content-Type: application/json
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-01T00:00:00.0000000"}],"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"}}}