list_accounting_transactions_types


GET /list_accounting_transactions_types

To get a list of all accounting transactions types available in 365.

/list_accounting_transactions_types?token=XXXX

field description
token Credentials provided by Powersoft that allow access to the API

Returns

            {
                "api_response": {
                "response_code": "1",
                "response_msg": "OK",
                "response_id": ""
            },
                "total_transactions_types": 29,
                "list_transactions_types": [
                {
                    "transaction_type_code_365": "BC",
                    "transaction_type_name": "Batch Sales Returns Invoices"
                },
                    ........
                ]
            }