Skip to content

Commit c07cd07

Browse files
authored
Merge pull request #146 from XeroAPI/sid-development
Added missing unit decimal point param
2 parents c244444 + 64e0e4f commit c07cd07

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
@@ -1105,6 +1105,7 @@ paths:
11051105
summary: Allows you to create one or more spend or receive money transaction
11061106
parameters:
11071107
- $ref: '#/components/parameters/summarizeErrors'
1108+
- $ref: '#/components/parameters/unitdp'
11081109
responses:
11091110
'200':
11101111
description: Success - return response of type BankTransactions array with new BankTransaction
@@ -1239,6 +1240,7 @@ paths:
12391240
summary: Allows you to update or create one or more spend or receive money transaction
12401241
parameters:
12411242
- $ref: '#/components/parameters/summarizeErrors'
1243+
- $ref: '#/components/parameters/unitdp'
12421244
responses:
12431245
'200':
12441246
description: Success - return response of type BankTransactions array with new BankTransaction
@@ -1382,6 +1384,7 @@ paths:
13821384
schema:
13831385
type: string
13841386
format: uuid
1387+
- $ref: '#/components/parameters/unitdp'
13851388
responses:
13861389
'200':
13871390
description: Success - return response of type BankTransactions array with a specific BankTransaction
@@ -1512,6 +1515,7 @@ paths:
15121515
schema:
15131516
type: string
15141517
format: uuid
1518+
- $ref: '#/components/parameters/unitdp'
15151519
responses:
15161520
'200':
15171521
description: Success - return response of type BankTransactions array with updated BankTransaction
@@ -4067,6 +4071,7 @@ paths:
40674071
example: 1
40684072
schema:
40694073
type: integer
4074+
- $ref: '#/components/parameters/unitdp'
40704075
responses:
40714076
'200':
40724077
description: Success - return response of type Credit Notes array of CreditNote
@@ -4163,6 +4168,7 @@ paths:
41634168
summary: Allows you to create a credit note
41644169
parameters:
41654170
- $ref: '#/components/parameters/summarizeErrors'
4171+
- $ref: '#/components/parameters/unitdp'
41664172
responses:
41674173
'200':
41684174
description: Success - return response of type Credit Notes array of newly created CreditNote
@@ -4293,6 +4299,7 @@ paths:
42934299
summary: Allows you to update OR create one or more credit notes
42944300
parameters:
42954301
- $ref: '#/components/parameters/summarizeErrors'
4302+
- $ref: '#/components/parameters/unitdp'
42964303
responses:
42974304
'200':
42984305
description: Success - return response of type Credit Notes array of newly created CreditNote
@@ -4434,6 +4441,7 @@ paths:
44344441
schema:
44354442
type: string
44364443
format: uuid
4444+
- $ref: '#/components/parameters/unitdp'
44374445
responses:
44384446
'200':
44394447
description: Success - return response of type Credit Notes array with a unique CreditNote
@@ -4575,6 +4583,7 @@ paths:
45754583
schema:
45764584
type: string
45774585
format: uuid
4586+
- $ref: '#/components/parameters/unitdp'
45784587
responses:
45794588
'200':
45804589
description: Success - return response of type Credit Notes array with updated CreditNote
@@ -6064,6 +6073,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
60646073
summary: Allows you to create one or more sales invoices or purchase bills
60656074
parameters:
60666075
- $ref: '#/components/parameters/summarizeErrors'
6076+
- $ref: '#/components/parameters/unitdp'
60676077
responses:
60686078
'200':
60696079
description: Success - return response of type Invoices array with newly created Invoice
@@ -6214,6 +6224,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
62146224
summary: Allows you to update OR create one or more sales invoices or purchase bills
62156225
parameters:
62166226
- $ref: '#/components/parameters/summarizeErrors'
6227+
- $ref: '#/components/parameters/unitdp'
62176228
responses:
62186229
'200':
62196230
description: Success - return response of type Invoices array with newly created Invoice
@@ -6374,6 +6385,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
63746385
schema:
63756386
type: string
63766387
format: uuid
6388+
- $ref: '#/components/parameters/unitdp'
63776389
responses:
63786390
'200':
63796391
description: Success - return response of type Invoices array with specified Invoices
@@ -6549,6 +6561,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
65496561
schema:
65506562
type: string
65516563
format: uuid
6564+
- $ref: '#/components/parameters/unitdp'
65526565
responses:
65536566
'200':
65546567
description: Success - return response of type Invoices array with updated Invoice
@@ -7184,6 +7197,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
71847197
summary: Allows you to create one or more items
71857198
parameters:
71867199
- $ref: '#/components/parameters/summarizeErrors'
7200+
- $ref: '#/components/parameters/unitdp'
71877201
responses:
71887202
'200':
71897203
description: Success - return response of type Items array with newly created Item
@@ -7235,6 +7249,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
72357249
summary: Allows you to update or create one or more items
72367250
parameters:
72377251
- $ref: '#/components/parameters/summarizeErrors'
7252+
- $ref: '#/components/parameters/unitdp'
72387253
responses:
72397254
'200':
72407255
description: Success - return response of type Items array with newly created Item
@@ -7296,6 +7311,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
72967311
schema:
72977312
type: string
72987313
format: uuid
7314+
- $ref: '#/components/parameters/unitdp'
72997315
responses:
73007316
'200':
73017317
description: Success - return response of type Items array with specified Item
@@ -7352,6 +7368,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
73527368
schema:
73537369
type: string
73547370
format: uuid
7371+
- $ref: '#/components/parameters/unitdp'
73557372
responses:
73567373
'200':
73577374
description: Success - return response of type Items array with updated Item
@@ -11692,6 +11709,8 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
1169211709
- Accounting
1169311710
operationId: createReceipt
1169411711
summary: Allows you to create draft expense claim receipts for any user
11712+
parameters:
11713+
- $ref: '#/components/parameters/unitdp'
1169511714
responses:
1169611715
'200':
1169711716
description: Success - return response of type Receipts array for newly created Receipt
@@ -11834,6 +11853,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
1183411853
schema:
1183511854
type: string
1183611855
format: uuid
11856+
- $ref: '#/components/parameters/unitdp'
1183711857
responses:
1183811858
'200':
1183911859
description: Success - return response of type Receipts array for a specified Receipt
@@ -11975,6 +11995,7 @@ contact: {}, date:"2020-01-01", user:{} } ] } ] }'
1197511995
schema:
1197611996
type: string
1197711997
format: uuid
11998+
- $ref: '#/components/parameters/unitdp'
1197811999
responses:
1197912000
'200':
1198012001
description: Success - return response of type Receipts array for updated Receipt

0 commit comments

Comments
 (0)