37 lines
594 B
Plaintext
37 lines
594 B
Plaintext
http://localhost:3000/accounts/filter
|
|
|
|
{
|
|
"where": {
|
|
"build_parts": {
|
|
"part_code": {
|
|
"contains": "10",
|
|
"mode": "insensitive"
|
|
}
|
|
}
|
|
},
|
|
"select": {
|
|
"process_comment": true,
|
|
"bank_date": true,
|
|
"currency_value": true,
|
|
"build_parts": {
|
|
"select": {
|
|
"part_code": true
|
|
}
|
|
},
|
|
"build_decision_book_payments": {
|
|
"select": {
|
|
"payment_amount": true,
|
|
"process_date": true,
|
|
"build_decision_book_items": {
|
|
"select": {
|
|
"item_order": true,
|
|
"item_comment": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"page": 2,
|
|
"pageSize": 5
|
|
}
|