Methods

  • get - Get Journal Accounts
  • get - Get Journal Account by ID
  • post - Create a new Journal Account
  • post - Bulk insert Journal Accounts
  • put - Update an existing Journal Account

Resource

{
    "accountCode": "string",
    "accountName": "string",
    "accountType": "string",
    "externalReferenceId": "string",
    "id": "int32"
}

Properties

Name Type Description
accountCode string String
accountName string String
accountType string ExternalAccountType

Possible values are:

  • Asset
  • Expense
  • Liability
  • Equity
  • Income
  • Unknown
  • NotAllowed
  • CostOfGoodsSold
  • AssetAndLiability
  • CapitalsAndReserves
  • Sales
  • Purchases
  • Overheads
externalReferenceId string String
id int32 Int32