cURL
curl --request POST \ --url https://api.sandbox.teal.dev/v0/platform-gl/coa-templates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Coffee Shop Sole Prop" }'
{ "id": "PpvsmFEv14yGDyT6iV6kXw", "name": "Coffee Shop Sole Prop", "ledgers": null, "ledger_ids": [ "7JRNsKwy2Lw66caxVU7WGC", "HLn8oy2eqMUCwjp1Cwdgco" ] }
Creates a Chart of Accounts Template.
The access token received from the authorization server in the OAuth 2.0 flow.
Comma-separated list of expandable paths.
Show child attributes
Successful Response
The response is of type object.
object