Skip to main content

Get Chart of Accounts

Zuora
  • 日本語のコンテンツは機械翻訳されており、補助的な参照を目的としています。機械翻訳の精度は保証できません。英語版が正となります。また、現時点では検索機能は日本語での検索をサポートしていません。翻訳に関するフィードバックについては、docs@zuora.comに送信してください。

Get Chart of Accounts

To get Chart of Accounts, see the following request and a sample of 200 response.

HTTP request:

GET https://rest.zuora.com/settings/chart-of-accounts

Response body:

01[
02  {
03    "id": "bd5d1b5cfa98062a8c4acb7761a638a5",
04    "category": "Assets",
05    "type": "AccountsReceivable",
06    "status": "Active",
07    "customFieldsValues": {},
08    "name": "Accounts Receivable"
09  },
10  {
11    "id": "bd5d1b5c5812b68a91d5a9ca7b9521ed",
12    "category": "Assets",
13    "type": "Cash",
14    "status": "Active",
15    "notes": "",
16    "customFieldsValues": {},
17    "glaccountName": "Bank",
18    "glaccountNumber": "1110",
19    "name": "Bank"
20  },
21  {
22    "id": "bd5d1b5c208aecd2783f3f6a6116b148",
23    "category": "Assets",
24    "type": "Cash",
25    "status": "Active",
26    "notes": "",
27    "customFieldsValues": {},
28    "glaccountName": "Cash On Hand",
29    "glaccountNumber": "1130",
30    "name": "Cash On Hand"
31  }
32]