diff --git a/xero_accounting.yaml b/xero_accounting.yaml index f23339de5..145df3df9 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -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 @@ -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", @@ -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": [ @@ -172,8 +172,8 @@ paths: schema: $ref: '#/components/schemas/Account' example: '{ - "Code":"123456", - "Name":"Foobar", + "Code":"1234567", + "Name":"Foobarr", "Type":"EXPENSE", "Description":"Hello World" }'