Classifications API v1
Overview
Reckon One API v2 is now available.
Classifications API v2 endpoints provides you with more information about your Classifications.
Classifications API v2 endpoints provides you with more information about your Classifications.
Reckon One Module | Endpoint | Additional Parameter(s) | HTTP Method | Request URL | Description | API Portal | Countries |
Core | Classifications |
| GET | Retrieve the list of classifications | AU/NZ/UK |
Sample Response
[
{
"CashbookId": "e673d490-4571-4a45-812e-8e0cgh5578u78",
"ClassificationId": "5ff90a30-a82a-46de-b2c7-4rr798eb0a16b",
"Description": "HQ",
"IsDefault": true,
"Name": "Marina",
"Status": 1
}
]
Details of each object
Data Field | Description | Data Type |
ClassificationID | The unique ID of the classification the Reckon One book (file) | GUID |
Name | The name of the classification | Text |
Description | The description of the classification | Text |
IsDefault | Is this the default classification the book uses? | Boolean (true / false) |
Status | The status of the classification | 0 – Inactive 1 – Active |