Accounting categories
Get all accounting categories
Returns all accounting categories of the enterprise associated with the connector integration. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/accountingCategories/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token. |
| array of string | optional, max 1000 items | Unique identifiers of the requested Accounting categories. |
| optional, max length 3 months | Last update date and time of the accounting category in UTC timezone in ISO 8601 format. | |
| array of Activity state | optional | Whether to return only active, only deleted or both records. |
| required | Limitation on the quantity of data returned. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Accounting category | required | Accounting categories of the enterprise. |
| string | optional | Unique identifier of the item one newer in time order than the items to be returned. If Cursor is not specified, i.e. null, then the latest or most recent items will be returned. |
Accounting category
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the category. |
| string | required | Unique identifier of the Enterprise. |
| boolean | required | Whether the accounting category is still active. |
| string | required | Name of the category. |
| string | optional | Code of the category within Mews. |
| string | optional | Code of the category in external systems. |
| string | optional | Code of the ledger account (double entry accounting). |
| string | optional | Code of the posting account (double entry accounting). |
| string | optional | Code of cost center. |
| optional | Classification of the accounting category allowing cross-enterprise reporting. | |
| string | required | Creation date and time of the accounting category in UTC timezone in ISO 8601 format. |
| string | required | Last update date and time of the accounting category in UTC timezone in ISO 8601 format. |
Accounting category classification
Accommodation
FoodAndBeverage
Taxes
Payments
ExternalRevenue
SundryIncome
Wellness
Sport
Technology
Facilities
Events
Tourism
Last updated