{
"filter": {
"part": {
"key": {
"inValues": [
"string"
]
},
"issueAt": {
"exact": "2019-08-24",
"range": {
"fromInclusive": "2019-08-24",
"toExclusive": "2019-08-24"
},
"rangeTimestamp": {
"fromInclusive": "2019-08-24T14:15:22.123Z",
"toExclusive": "2019-08-24T14:15:22.123Z"
}
},
"dueDate": {},
"branchId": {
"inValues": [
"string"
]
},
"buyerPartyKey": {
"inValues": [
"string"
]
},
"currencyCode": {
"inValues": [
"string"
]
},
"sourceDocumentKey": {
"inValues": [
"string"
]
},
"reasonCode": {
"inValues": [
"string"
]
},
"onlyFrozen": true,
"onlyDrafts": true,
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
},
"not": {}
},
"textSearch": "string"
},
"sort": {
"rules": [
{
"createdAt": "SORT_DIRECTION_UNSPECIFIED",
"issueAt": "SORT_DIRECTION_UNSPECIFIED",
"dueDate": "SORT_DIRECTION_UNSPECIFIED",
"payableAmount": "SORT_DIRECTION_UNSPECIFIED"
}
]
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"mask": "string"
}