Skip to content

Instantly share code, notes, and snippets.

@1ou
Created October 8, 2018 09:34
Show Gist options
  • Save 1ou/bcddf9ce84ad5ef5cb6e4cc460a83f50 to your computer and use it in GitHub Desktop.
Save 1ou/bcddf9ce84ad5ef5cb6e4cc460a83f50 to your computer and use it in GitHub Desktop.
{
"limit": 10,
"offset": 0,
"orderFilter": {
"key": "id",
"type": "ASC"
},
"searchFilters": [
[[
{
"key": "merchantId",
"operation": ":",
"value": [
1
]
}
]],
[[
{
"key": "status",
"operation": ":",
"value": [
0
]
},
{
"key": "payment_system_id",
"operation": ":",
"value": [
4
]
},
{
"key": "amount",
"operation": ">",
"value": [
165000
]
},
{
"key": "amount",
"operation": "<",
"value": [
175000
]
}
],
[
{
"key": "status",
"operation": ":",
"value": [
2
]
},
{
"key": "statement_id",
"operation": ":",
"value": [
10
]
}
]]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment