Developer Docs
Transentry
Version 1.0.8

API Doc Version 1.0.8

What's New

PATCH /accounting/config/generic-code

Updated Generic Code

PATCH /accounting/config/generic-code-association

Update Generic Code Association

What's Changed

GET /accounting/config/generic-code

Parameters:

Added: code_type in query

Added: sub_type in query

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New optional properties:

      • sub_type

POST /accounting/config/generic-code

Request:

Changed content type : application/json

  • Changed property code_list (array)

    Changed items (object):

    • Added property id (integer)

    • Added property is_active (boolean)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New optional properties:

      • sub_type

GET /accounting/config/generic-code-association

Parameters:

Added: name in query

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • generic_code
      • gl_code

      New optional properties:

      • generic_code_id

      • gl_code_id

      • Added property generic_code (string)

      • Added property gl_code (string)

      • Deleted property generic_code_id (string)

      • Deleted property gl_code_id (string)

POST /accounting/config/generic-code-association

Request:

Changed content type : application/json

  • Changed property code_list (array)

    Changed items (object):

    • Added property id (integer)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • generic_code
      • gl_code

      New optional properties:

      • generic_code_id

      • gl_code_id

      • Added property generic_code (string)

      • Added property gl_code (string)

      • Deleted property generic_code_id (string)

      • Deleted property gl_code_id (string)

POST /accounting/transaction/transactions

Request:

Changed content type : application/json

  • Changed property transactions (array)

    Changed items (object):

    • Changed property gl_transaction_amounts (array)

      Changed items (object):

      New optional properties:

      • amount_value

      • Added property charges (array)

        Items (object):

        • Property op_code (string)

        • Property op_value (number)

GET /accounting/config/profile

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New optional properties:

      • criteria

POST /accounting/config/profile

Request:

Changed content type : application/json

New optional properties:

  • criteria