intracomVats
Graphql fields and variables for the intracomVats query
query intracomVats ($after: String, $before: String, $first: Int, $last: Int, $filter: String, $viewId: ID, $sort: String) {
intracomVats (after: $after, before: $before, first: $first, last: $last, filter: $filter, viewId: $viewId, sort: $sort) {
edges {
cursor
node {
accountId
billingCity
billingCountry
billingState
billingStreet
billingZip
currencyId
id
month
monthNameYear
taxNumber
totalAmount
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
