Account
Creates a Account resource.
Creates a Account resource.
post/accounts
Request body
Example request
{
"id": "quickbooks-726",
"integration": "quickbooks",
"code": "400",
"taxType": "TAX001",
"bankAccountNumber": "823772-2828773-09826",
"bankAccountType": "CREDITCARD",
"currencyCode": "USD",
"fullyQualifiedName": "Short Term Cash",
"name": "Sandra's Bank Account",
"classification": "Asset",
"accountSubType": "BANK",
"currentBalanceWithSubAccounts": "387687",
"created": "2021-06-24 22:35:07",
"modified": "2021-06-24 22:35:07",
"accountType": "ASSET",
"currentBalance": "29872",
"active": true,
"description": "This is the main company account for income and expenses",
"srcId": "GH2JK-67283H-YW82KHX-2883KK-KS78S",
"parentAccountId": "JS882-67283H-YW82KHX-2883KK-DJ3SK"
}Response
Account resource created
Example response
{
"id": "quickbooks-726",
"integration": "quickbooks",
"code": "400",
"taxType": "TAX001",
"bankAccountNumber": "823772-2828773-09826",
"bankAccountType": "CREDITCARD",
"currencyCode": "USD",
"fullyQualifiedName": "Short Term Cash",
"name": "Sandra's Bank Account",
"classification": "Asset",
"accountSubType": "BANK",
"currentBalanceWithSubAccounts": "387687",
"created": "2021-06-24 22:35:07",
"modified": "2021-06-24 22:35:07",
"accountType": "ASSET",
"currentBalance": "29872",
"active": true,
"description": "This is the main company account for income and expenses",
"srcId": "GH2JK-67283H-YW82KHX-2883KK-KS78S",
"parentAccountId": "JS882-67283H-YW82KHX-2883KK-DJ3SK"
}