getAllAccountingItems
Retrieve all accounting items (charges, payments, etc.) from the Mews MCP server using specific filters like IDs, date ranges, or states. At least one filter is required to fetch the data.
Instructions
Returns all accounting items (charges, payments, etc.) based on filter parameters. REQUIRED: At least one of the following filters must be specified: AccountingItemIds, RebatedItemIds, ClosedUtc, ConsumedUtc, or UpdatedUtc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
AccountingCategoryIds | No | Filter by accounting category IDs | |
AccountingItemIds | No | Filter by specific item IDs (one of the required filters) | |
BillIds | No | Filter by bill IDs | |
ClosedUtc | No | Date range filter for when items were closed (one of the required filters) | |
ConsumedUtc | No | Date range filter for item consumption (one of the required filters) | |
CreatedUtc | No | Date range filter for item creation | |
CustomerIds | No | Filter by customer IDs | |
Limitation | No | Pagination settings | |
RebatedItemIds | No | Filter by rebated item IDs (one of the required filters) | |
States | No | Filter by item states | |
UpdatedUtc | No | Date range filter for when items were last updated (one of the required filters) |