【发布时间】:2019-09-19 10:13:01
【问题描述】:
使用 Xero API 生成发票的正确范围是什么?
文档说我应该将用户引导到以下 URL:
https://login.xero.com/identity/connect/authorize?
response_type=code&
client_id=YOURCLIENTID&
redirect_uri=YOURREDIRECTURI&
scope=openid profile email accounting.transactions&
state=123
然后说:
- 请求范围权限 (links to here)
但我看不到任何明确说明“正在开具发票”或“创建发票”的内容,除非是以下内容之一:
会计 API
accounting.transactions
accounting.transactions.read
accounting.reports.read
accounting.journals.read
accounting.settings
accounting.settings.read
accounting.contacts
accounting.contacts.read
accounting.attachments
accounting.attachments.read
我需要传递哪些值作为范围参数?
【问题讨论】:
标签: xero-api