Chart of Accounts Templates
Create CoA Template
Create a chart of accounts template.
POST
/
v0
/
platform-gl
/
coa-templates
Authorization
Body
curl --request POST \
--url https://api.sandbox.teal.dev/v0/platform-gl/coa-templates \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'
{
"id": "PpvsmFEv14yGDyT6iV6kXw",
"name": "Coffee Shop Sole Prop"
}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
name
string
requiredThe name of the chart of account template
Response
201 - application/json
id
string
requiredname
string
requiredcurl --request POST \
--url https://api.sandbox.teal.dev/v0/platform-gl/coa-templates \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'
{
"id": "PpvsmFEv14yGDyT6iV6kXw",
"name": "Coffee Shop Sole Prop"
}