Developer Docs
Transentry
Version 1.0.2

API Doc Version 1.0.2

What's New

POST /accounting/transaction/transaction/Processing

Create Transactions Processing

What's Changed

POST /accounting/config/line-items

Request:

Changed content type : application/json

New required properties:

  • line_item_config
  • profile_code

New optional properties:

  • account_name
  • event_name
  • gl_amounts
  • other_info
  • posting_key_name
  • profile_name
  • Added property profile_code (string)

  • Added property line_item_config (array)

    Items (object):

    • Property posting_key_name (string)

    • Property event_code (string)

    • Property account_code (string)

    • Property gl_amounts (array)

      Items (object):

      • Property amount_code (string)

      • Property operator (string)

    • Property other_info (array)

      Items (object):

      • Property item_code (string)

      • Property header (string)

  • Deleted property profile_name (string)

  • Deleted property posting_key_name (string)

  • Deleted property event_name (string)

  • Deleted property account_name (string)

  • Deleted property gl_amounts (array)

  • Deleted property other_info (array)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • account_id
      • event_id
      • posting_key_id
      • profile_id

      New optional properties:

      • header

      • line_item_id

      • other_info_id

      • Added property event_id (integer)

      • Added property account_id (integer)

      • Added property profile_id (integer)

      • Added property posting_key_id (integer)

      • Deleted property line_item_id (integer)

      • Deleted property other_info_id (integer)

      • Deleted property header (string)

POST /accounting/transaction/transactions

Request:

Changed content type : application/json

  • Changed property transactions (array)

    Changed items (object):

    New required properties:

    • gl_transaction_other_info

    • Added property gl_transaction_other_info (array)

      Items (object):

      • Property item_name (string)

      • Property item_value (integer)