Developer Docs
Transentry
Version 1.0.10

API Doc Version 1.0.10

What's Deleted

GET /accounting/config/info-category

Get Info Category

POST /accounting/config/info-category

Create Info Category

PATCH /accounting/config/info-category/{category_name}

Update Info Category

What's Changed

GET /accounting/config/event

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

POST /accounting/config/event

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

PATCH /accounting/config/event

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

GET /accounting/config/posting-key

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

POST /accounting/config/posting-key

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

PATCH /accounting/config/posting-key

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

GET /accounting/config/account

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

POST /accounting/config/account

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

PATCH /accounting/config/account

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

GET /accounting/config/other-info

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_fixed

      • Added property is_fixed (boolean)

      • Changed property is_active (string -> boolean)

POST /accounting/config/other-info

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_fixed

      • Added property is_fixed (boolean)

      • Changed property is_active (string -> boolean)

PATCH /accounting/config/other-info

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • is_fixed

      • Added property is_fixed (boolean)

      • Changed property is_active (string -> boolean)

GET /accounting/config/amount

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

POST /accounting/config/amount

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

PATCH /accounting/config/amount

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      • Changed property is_active (string -> boolean)

GET /accounting/config/criteria

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • id

      • Added property id (integer)

      • Changed property is_active (string -> boolean)

POST /accounting/config/criteria

Request:

Changed content type : application/json

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • id

      • Added property id (integer)

      • Changed property is_active (string -> boolean)

PATCH /accounting/config/criteria

Request:

Changed content type : application/json

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property data (array)

      New required properties:

      • id

      • Added property id (integer)

      • Changed property is_active (string -> boolean)

POST /accounting/config/generic-code

Request:

Changed content type : application/json

Changed items (object):

New required properties:

  • generic_type

New optional properties:

  • type
  • Added property generic_type (string)

    An enumeration.

    Enum values:

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

PATCH /accounting/config/generic-code

Request:

Changed content type : application/json

Changed items (object):

New required properties:

  • generic_type
  • id

New optional properties:

  • type
  • Added property generic_type (string)

    An enumeration.

  • Deleted property type (string)