Statement
Understand every movement of your primary balance
const bodyJSON = {
variables: {
input: {
fromDate: "2023-08-28T00:00:00+03:00",
},
},
query: `
query ($input: StatementQueryInput!) {
statement(input: $input) {
succes code message fromDate toDate
rows {
debit credit
}
}
}`,
};query($input: StatementQueryInput!) {
statement(input: $input) {
success
code
message
fromDate
toDate
rows {
debit
credit
# and many other fields
}
}
}Last updated
Was this helpful?