list_sync_summary


GET /list_sync_summary

To get a summary of all the data that needs to be synchronized.

/list_sync_summary?token=XXXXX

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

Returns

        {
            "api_response": {
                "response_code": "1",
                "response_msg": "OK",
                "response_id": ""
            },
            "list_sync_summary": [
                {
                    "change_type_code_365": "ITEMCAT",
                    "change_type_name": "Item Category",
                    "change_count": 1
                },
                {
                    "change_type_code_365": "ITEM",
                    "change_type_name": "Item",
                    "change_count": 8
                },
                {
                    "change_type_code_365": "CUSTOMER",
                    "change_type_name": "Customer",
                    "change_count": 8
                }
            ]
        }