siigo_get_accounts_payable
Retrieve accounts payable reports from Siigo accounting software to monitor outstanding vendor payments and manage financial obligations.
Instructions
Get accounts payable report
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| page | No | Page number | |
| page_size | No | Number of items per page | 
Input Schema (JSON Schema)
{
  "properties": {
    "page": {
      "description": "Page number",
      "type": "number"
    },
    "page_size": {
      "description": "Number of items per page",
      "type": "number"
    }
  },
  "type": "object"
}