Developer Docs
Transentry
Version 1.0.12

API Doc Version 1.0.12

What's New

POST /accounting/generation/grouping

Create Grouping

What's Changed

GET /accounting/config/generic-code

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_active

      • Added property is_active (boolean)

POST /accounting/config/generic-code

Request:

Changed content type : application/json

Changed items (object):

New required properties:

  • type

New optional properties:

  • generic_type
  • Added property type (string)

    An enumeration.

    Enum values:

    • Amount
    • Other-Info
    • Nothing
  • Deleted property generic_type (string)

    An enumeration.

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_active

      • Added property is_active (boolean)

PATCH /accounting/config/generic-code

Request:

Changed content type : application/json

Changed items (object):

New optional properties:

  • generic_code
  • generic_type
  • Added property type (string)

    An enumeration.

  • Deleted property generic_type (string)

    An enumeration.

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_active

      • Added property is_active (boolean)

GET /accounting/config/generic-code-association

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_active

      • Added property is_active (boolean)

POST /accounting/config/generic-code-association

Request:

Changed content type : application/json

Changed items (object):

  • Added property created_by (string)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_active

      • Added property is_active (boolean)

PATCH /accounting/config/generic-code-association

Request:

Changed content type : application/json

Changed items (object):

New optional properties:

  • generic_code
  • gl_code
  • operation_code
  • Added property is_active (boolean)

  • Added property updated_by (string)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_active

      • Added property is_active (boolean)

GET /accounting/config/profile

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • profile_id

      • Changed property events (array)

        Changed items (object):

        • Changed property line_Item (array)

          Changed items (object):

          New required properties:

          • line_item_number

POST /accounting/config/profile

Request:

Changed content type : application/json

  • Deleted property profile_id (string)

  • Changed property events (array)

    Changed items (object):

    • Changed property line_Item (array)

      Changed items (object):

      • Deleted property line_item_number (string)

PATCH /accounting/config/profile/{profile_name}

Request:

Changed content type : application/json

  • Added property name (string)