Skip to content

Commit 64e0e4f

Browse files
committed
Added missing unit decimal point param
Added to the following .. BankTransactions - getBankTransaction - createBankTransactions - updateBankTransaction - updateOrCreate CreditNotes - getCreditNotes - createCreditNotes - updateCreditNote - updateOrCreateCreditNotes Invoices - getInvoice - createInvoices - updateInvoice - updateOrCreateInvoices Items - getItem - createItems - updateItem - updateOrCreateItems Receipts - getReceipts - getReceipt - createReceipt - updateReceipt
1 parent 2c23dc1 commit 64e0e4f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

accounting-yaml/Xero_accounting_2.0.0_swagger.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,7 @@ paths:
11031103
summary: Allows you to create one or more spend or receive money transaction
11041104
parameters:
11051105
- $ref: '#/components/parameters/summarizeErrors'
1106+
- $ref: '#/components/parameters/unitdp'
11061107
responses:
11071108
'200':
11081109
description: Success - return response of type BankTransactions array with new BankTransaction
@@ -1237,6 +1238,7 @@ paths:
12371238
summary: Allows you to update or create one or more spend or receive money transaction
12381239
parameters:
12391240
- $ref: '#/components/parameters/summarizeErrors'
1241+
- $ref: '#/components/parameters/unitdp'
12401242
responses:
12411243
'200':
12421244
description: Success - return response of type BankTransactions array with new BankTransaction
@@ -1380,6 +1382,7 @@ paths:
13801382
schema:
13811383
type: string
13821384
format: uuid
1385+
- $ref: '#/components/parameters/unitdp'
13831386
responses:
13841387
'200':
13851388
description: Success - return response of type BankTransactions array with a specific BankTransaction
@@ -1510,6 +1513,7 @@ paths:
15101513
schema:
15111514
type: string
15121515
format: uuid
1516+
- $ref: '#/components/parameters/unitdp'
15131517
responses:
15141518
'200':
15151519
description: Success - return response of type BankTransactions array with updated BankTransaction
@@ -4056,6 +4060,7 @@ paths:
40564060
example: 1
40574061
schema:
40584062
type: integer
4063+
- $ref: '#/components/parameters/unitdp'
40594064
responses:
40604065
'200':
40614066
description: Success - return response of type Credit Notes array of CreditNote
@@ -4152,6 +4157,7 @@ paths:
41524157
summary: Allows you to create a credit note
41534158
parameters:
41544159
- $ref: '#/components/parameters/summarizeErrors'
4160+
- $ref: '#/components/parameters/unitdp'
41554161
responses:
41564162
'200':
41574163
description: Success - return response of type Credit Notes array of newly created CreditNote
@@ -4282,6 +4288,7 @@ paths:
42824288
summary: Allows you to update OR create one or more credit notes
42834289
parameters:
42844290
- $ref: '#/components/parameters/summarizeErrors'
4291+
- $ref: '#/components/parameters/unitdp'
42854292
responses:
42864293
'200':
42874294
description: Success - return response of type Credit Notes array of newly created CreditNote
@@ -4423,6 +4430,7 @@ paths:
44234430
schema:
44244431
type: string
44254432
format: uuid
4433+
- $ref: '#/components/parameters/unitdp'
44264434
responses:
44274435
'200':
44284436
description: Success - return response of type Credit Notes array with a unique CreditNote
@@ -4564,6 +4572,7 @@ paths:
45644572
schema:
45654573
type: string
45664574
format: uuid
4575+
- $ref: '#/components/parameters/unitdp'
45674576
responses:
45684577
'200':
45694578
description: Success - return response of type Credit Notes array with updated CreditNote
@@ -6050,6 +6059,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
60506059
summary: Allows you to create one or more sales invoices or purchase bills
60516060
parameters:
60526061
- $ref: '#/components/parameters/summarizeErrors'
6062+
- $ref: '#/components/parameters/unitdp'
60536063
responses:
60546064
'200':
60556065
description: Success - return response of type Invoices array with newly created Invoice
@@ -6200,6 +6210,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
62006210
summary: Allows you to update OR create one or more sales invoices or purchase bills
62016211
parameters:
62026212
- $ref: '#/components/parameters/summarizeErrors'
6213+
- $ref: '#/components/parameters/unitdp'
62036214
responses:
62046215
'200':
62056216
description: Success - return response of type Invoices array with newly created Invoice
@@ -6360,6 +6371,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
63606371
schema:
63616372
type: string
63626373
format: uuid
6374+
- $ref: '#/components/parameters/unitdp'
63636375
responses:
63646376
'200':
63656377
description: Success - return response of type Invoices array with specified Invoices
@@ -6535,6 +6547,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
65356547
schema:
65366548
type: string
65376549
format: uuid
6550+
- $ref: '#/components/parameters/unitdp'
65386551
responses:
65396552
'200':
65406553
description: Success - return response of type Invoices array with updated Invoice
@@ -7168,6 +7181,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
71687181
summary: Allows you to create one or more items
71697182
parameters:
71707183
- $ref: '#/components/parameters/summarizeErrors'
7184+
- $ref: '#/components/parameters/unitdp'
71717185
responses:
71727186
'200':
71737187
description: Success - return response of type Items array with newly created Item
@@ -7219,6 +7233,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
72197233
summary: Allows you to update or create one or more items
72207234
parameters:
72217235
- $ref: '#/components/parameters/summarizeErrors'
7236+
- $ref: '#/components/parameters/unitdp'
72227237
responses:
72237238
'200':
72247239
description: Success - return response of type Items array with newly created Item
@@ -7280,6 +7295,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
72807295
schema:
72817296
type: string
72827297
format: uuid
7298+
- $ref: '#/components/parameters/unitdp'
72837299
responses:
72847300
'200':
72857301
description: Success - return response of type Items array with specified Item
@@ -7336,6 +7352,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
73367352
schema:
73377353
type: string
73387354
format: uuid
7355+
- $ref: '#/components/parameters/unitdp'
73397356
responses:
73407357
'200':
73417358
description: Success - return response of type Items array with updated Item
@@ -11673,6 +11690,8 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
1167311690
- Accounting
1167411691
operationId: createReceipt
1167511692
summary: Allows you to create draft expense claim receipts for any user
11693+
parameters:
11694+
- $ref: '#/components/parameters/unitdp'
1167611695
responses:
1167711696
'200':
1167811697
description: Success - return response of type Receipts array for newly created Receipt
@@ -11815,6 +11834,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
1181511834
schema:
1181611835
type: string
1181711836
format: uuid
11837+
- $ref: '#/components/parameters/unitdp'
1181811838
responses:
1181911839
'200':
1182011840
description: Success - return response of type Receipts array for a specified Receipt
@@ -11956,6 +11976,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
1195611976
schema:
1195711977
type: string
1195811978
format: uuid
11979+
- $ref: '#/components/parameters/unitdp'
1195911980
responses:
1196011981
'200':
1196111982
description: Success - return response of type Receipts array for updated Receipt

0 commit comments

Comments
 (0)