Skip to content

Commit

Permalink
Update xero_accounting.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pumpkinball committed May 17, 2023
1 parent 8f5355f commit 93fff9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ paths:
- code:
key: code
keyPascal: Code
default: 123456
default: 1234567
object: account
- name:
key: name
keyPascal: Name
default: FooBar
default: FooBarr
object: account
- type:
key: type
Expand Down Expand Up @@ -124,8 +124,8 @@ paths:
"Accounts": [
{
"AccountID": "66b262e2-561e-423e-8937-47d558f13442",
"Code": "123456",
"Name": "Foobar",
"Code": "1234567",
"Name": "Foobarr",
"Status": "ACTIVE",
"Type": "EXPENSE",
"TaxType": "INPUT",
Expand All @@ -152,8 +152,8 @@ paths:
"Elements": [
{
"AccountID": "00000000-0000-0000-0000-000000000000",
"Code": "123456",
"Name": "Foobar",
"Code": "1234567",
"Name": "Foobarr",
"Type": "EXPENSE",
"Description": "Hello World",
"ValidationErrors": [
Expand All @@ -172,8 +172,8 @@ paths:
schema:
$ref: '#/components/schemas/Account'
example: '{
"Code":"123456",
"Name":"Foobar",
"Code":"1234567",
"Name":"Foobarr",
"Type":"EXPENSE",
"Description":"Hello World"
}'
Expand Down

0 comments on commit 93fff9f

Please sign in to comment.