-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: api reference and website examples update to 963f601
- Loading branch information
1 parent
7384d66
commit bee2c82
Showing
18 changed files
with
157 additions
and
148 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"input": { | ||
"accountId": "09f23d5c-513a-46a6-872f-0629b4c2621d", | ||
"accountId": "d5d4635b-5ff4-42dc-b389-3f0967b0a309", | ||
"name": "Alice - Checking", | ||
"code": "ALICE.CHECKING-09f23d5c-513a-46a6-872f-0629b4c2621d", | ||
"code": "ALICE.CHECKING-d5d4635b-5ff4-42dc-b389-3f0967b0a309", | ||
"normalBalanceType": "CREDIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"input": { | ||
"accountId": "290bbf35-096e-4bb8-b32a-a7e2f0412581", | ||
"accountId": "278b2446-61d2-4617-91bd-da04af56e367", | ||
"name": "Assets", | ||
"code": "ASSET-290bbf35-096e-4bb8-b32a-a7e2f0412581", | ||
"code": "ASSET-278b2446-61d2-4617-91bd-da04af56e367", | ||
"normalBalanceType": "DEBIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f", | ||
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a", | ||
"accountSetId": "368541c8-55a2-4efb-a8c8-60a914be312f", | ||
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293", | ||
"currency": "USD" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"accountId": "09f23d5c-513a-46a6-872f-0629b4c2621d", | ||
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a", | ||
"accountId": "d5d4635b-5ff4-42dc-b389-3f0967b0a309", | ||
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293", | ||
"currency": "USD" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"input": { | ||
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f", | ||
"memberId": "09f23d5c-513a-46a6-872f-0629b4c2621d", | ||
"accountSetId": "368541c8-55a2-4efb-a8c8-60a914be312f", | ||
"memberId": "d5d4635b-5ff4-42dc-b389-3f0967b0a309", | ||
"memberType": "ACCOUNT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"input": { | ||
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a", | ||
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293", | ||
"name": "General Ledger" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"depositTemplateId": "44aa40f8-0ef5-454a-a384-affbfcae838c", | ||
"depositTemplateCode": "DEPOSIT-44aa40f8-0ef5-454a-a384-affbfcae838c", | ||
"withdrawalTemplateId": "277fb215-8737-4c65-9ad5-411fd2ca6e9e", | ||
"withdrawalTemplateCode": "WITHDRAWAL-277fb215-8737-4c65-9ad5-411fd2ca6e9e", | ||
"assetAccountId": "uuid('290bbf35-096e-4bb8-b32a-a7e2f0412581')", | ||
"journalId": "uuid('c7627489-9455-4efd-96a5-9609ce33831a')" | ||
"depositTemplateId": "958a617f-4edd-4073-bd06-df2c56c7b52c", | ||
"depositTemplateCode": "DEPOSIT-958a617f-4edd-4073-bd06-df2c56c7b52c", | ||
"withdrawalTemplateId": "e3179eb8-d1e9-42be-bbe1-e27f6fd7a9a7", | ||
"withdrawalTemplateCode": "WITHDRAWAL-e3179eb8-d1e9-42be-bbe1-e27f6fd7a9a7", | ||
"assetAccountId": "uuid('278b2446-61d2-4617-91bd-da04af56e367')", | ||
"journalId": "uuid('e5e66c99-1008-47f2-9bba-b17f61a53293')" | ||
} |