Create Classification

Create classifications for the portfolio . API details secluded for security reasons. Please contact your account manager.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Payload

{
    "portfolioId": 1,
    "addClassificationDetails": [
        {
            "accountId": 2,
            "level": 0,
            "parentGroup": null,
            "gl_account_number": "123",
            "non_taxable": false,
            "is_ignored": false,
            "name": "Sample Chart of Account",
            "desc": "Description goes here."
        }
    ]
}
Body Params
integer
required

ID of the portfolio where classifications apply.

addClassificationDetails
array of objects
required

List of chart of account classification entries.

addClassificationDetails*
Headers
string

Pass your API KEY here

integer

Pass your portfolio ID

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain