API QuickBooksOnline - Ошибка API баланса клиента - Отказано в доступе, когда работает другой не-отчетный API - PullRequest
0 голосов
/ 05 июня 2019

QuickBooksOnline API - Баланс клиента не работает, когда другие API, не относящиеся к отчетам, работают с тем же маркером доступа

Запрос

https://sandbox -quickbooks.api.intuit.com / v3/ company / 123146076363264 / reports / CustomerBalance? customer = 1

Ответ

{
    "Fault": {
        "Error": [
            {
                "Message": "Permission Denied Error",
                "Detail": "Permission Denied Error : You do not have the access rights to use this feature.",
                "code": "5020",
                "element": "ReportName"
            }
        ],
        "type": "ValidationFault"
    },
    "time": "2019-06-05T05:30:57.879-07:00"
}
...