Skip to content

Commit 6855f41

Browse files
authored
Merge pull request #386 from XeroAPI/fix/replace-byte-by-binary
Replaced byte content type by binary for octet-stream
2 parents 95918ed + 4db21db commit 6855f41

File tree

11 files changed

+3550
-5415
lines changed

11 files changed

+3550
-5415
lines changed

docs/v4/accounting/index.html

+1,035-253
Large diffs are not rendered by default.

docs/v4/appstore/index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,10 @@ <h2>Parameters</h2>
16401640
"schema" : {
16411641
"$ref" : "#/components/schemas/CreateUsageRecord"
16421642
},
1643-
"example" : "{ \"timestamp\": \"2022-01-21T13:01:00\", \"quantity\": 10 }"
1643+
"example" : {
1644+
"timestamp" : "2022-01-21T13:01:00",
1645+
"quantity" : 10
1646+
}
16441647
}
16451648
},
16461649
"required" : true
@@ -1857,7 +1860,9 @@ <h2>Parameters</h2>
18571860
"schema" : {
18581861
"$ref" : "#/components/schemas/UpdateUsageRecord"
18591862
},
1860-
"example" : "{ \"quantity\": 10 }"
1863+
"example" : {
1864+
"quantity" : 10
1865+
}
18611866
}
18621867
},
18631868
"required" : true

docs/v4/assets/index.html

+34-4
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,6 @@
10281028
};
10291029
defs["BookDepreciationDetail"] = {
10301030
"title" : "",
1031-
"required" : [ "name" ],
10321031
"properties" : {
10331032
"currentCapitalGain" : {
10341033
"type" : "number",
@@ -1082,7 +1081,6 @@
10821081
};
10831082
defs["BookDepreciationSetting"] = {
10841083
"title" : "",
1085-
"required" : [ "name" ],
10861084
"properties" : {
10871085
"depreciationMethod" : {
10881086
"type" : "string",
@@ -1571,7 +1569,28 @@ <h2>Parameters</h2>
15711569
"schema" : {
15721570
"$ref" : "#/components/schemas/Asset"
15731571
},
1574-
"example" : "{ \"assetName\":\"Computer74863\", \"assetNumber\":\"123477544\", \"purchaseDate\":\"2020-01-01\", \"purchasePrice\":100.0, \"disposalPrice\":23.23, \"assetStatus\":\"Draft\", \"bookDepreciationSetting\":{ \"depreciationMethod\":\"StraightLine\", \"averagingMethod\":\"ActualDays\", \"depreciationRate\":0.5, \"depreciationCalculationMethod\":\"None\" }, \"bookDepreciationDetail\":{ \"currentCapitalGain\":5.32, \"currentGainLoss\":3.88, \"depreciationStartDate\":\"2020-01-02\", \"costLimit\":100.0, \"currentAccumDepreciationAmount\":2.25 }, \"AccountingBookValue\":99.5 }"
1572+
"example" : {
1573+
"assetName" : "Computer74863",
1574+
"assetNumber" : "123477544",
1575+
"purchaseDate" : "2020-01-01",
1576+
"purchasePrice" : 100.0,
1577+
"disposalPrice" : 23.23,
1578+
"assetStatus" : "Draft",
1579+
"bookDepreciationSetting" : {
1580+
"depreciationMethod" : "StraightLine",
1581+
"averagingMethod" : "ActualDays",
1582+
"depreciationRate" : 0.5,
1583+
"depreciationCalculationMethod" : "None"
1584+
},
1585+
"bookDepreciationDetail" : {
1586+
"currentCapitalGain" : 5.32,
1587+
"currentGainLoss" : 3.88,
1588+
"depreciationStartDate" : "2020-01-02",
1589+
"costLimit" : 100.0,
1590+
"currentAccumDepreciationAmount" : 2.25
1591+
},
1592+
"AccountingBookValue" : 99.5
1593+
}
15751594
}
15761595
},
15771596
"required" : true
@@ -1734,7 +1753,18 @@ <h2>Parameters</h2>
17341753
"schema" : {
17351754
"$ref" : "#/components/schemas/AssetType"
17361755
},
1737-
"example" : "{ \"assetTypeName\":\"Machinery11004\", \"fixedAssetAccountId\":\"3d8d063a-c148-4bb8-8b3c-a5e2ad3b1e82\", \"depreciationExpenseAccountId\":\"d1602f69-f900-4616-8d34-90af393fa368\", \"accumulatedDepreciationAccountId\":\"9195cadd-8645-41e6-9f67-7bcd421defe8\", \"bookDepreciationSetting\":{ \"depreciationMethod\":\"DiminishingValue100\", \"averagingMethod\":\"ActualDays\", \"depreciationRate\":0.05, \"depreciationCalculationMethod\":\"None\" } }"
1756+
"example" : {
1757+
"assetTypeName" : "Machinery11004",
1758+
"fixedAssetAccountId" : "3d8d063a-c148-4bb8-8b3c-a5e2ad3b1e82",
1759+
"depreciationExpenseAccountId" : "d1602f69-f900-4616-8d34-90af393fa368",
1760+
"accumulatedDepreciationAccountId" : "9195cadd-8645-41e6-9f67-7bcd421defe8",
1761+
"bookDepreciationSetting" : {
1762+
"depreciationMethod" : "DiminishingValue100",
1763+
"averagingMethod" : "ActualDays",
1764+
"depreciationRate" : 0.05,
1765+
"depreciationCalculationMethod" : "None"
1766+
}
1767+
}
17381768
}
17391769
},
17401770
"required" : true

docs/v4/payroll-au/index.html

+29-2
Original file line numberDiff line numberDiff line change
@@ -4181,7 +4181,25 @@ <h2>Parameters</h2>
41814181
"schema" : {
41824182
"$ref" : "#/components/schemas/PayItem"
41834183
},
4184-
"example" : "{ \"EarningsRates\": [ { \"Name\": \"MyRate\", \"AccountCode\": \"400\", \"TypeOfUnits\": \"4.00\", \"IsExemptFromTax\": true, \"IsExemptFromSuper\": true, \"IsReportableAsW1\": false, \"AllowanceContributesToAnnualLeaveRate\": false, \"AllowanceContributesToOvertimeRate\": false, \"EarningsType\": \"ORDINARYTIMEEARNINGS\", \"EarningsRateID\": \"1fa4e226-b711-46ba-a8a7-4344c9c5fb87\", \"RateType\": \"MULTIPLE\", \"RatePerUnit\": \"10.0\", \"Multiplier\": 1.5, \"Amount\": 5, \"EmploymentTerminationPaymentType\": \"O\" } ] }"
4184+
"example" : {
4185+
"EarningsRates" : [ {
4186+
"Name" : "MyRate",
4187+
"AccountCode" : "400",
4188+
"TypeOfUnits" : "4.00",
4189+
"IsExemptFromTax" : true,
4190+
"IsExemptFromSuper" : true,
4191+
"IsReportableAsW1" : false,
4192+
"AllowanceContributesToAnnualLeaveRate" : false,
4193+
"AllowanceContributesToOvertimeRate" : false,
4194+
"EarningsType" : "ORDINARYTIMEEARNINGS",
4195+
"EarningsRateID" : "1fa4e226-b711-46ba-a8a7-4344c9c5fb87",
4196+
"RateType" : "MULTIPLE",
4197+
"RatePerUnit" : "10.0",
4198+
"Multiplier" : 1.5,
4199+
"Amount" : 5,
4200+
"EmploymentTerminationPaymentType" : "O"
4201+
} ]
4202+
}
41854203
}
41864204
},
41874205
"required" : true
@@ -8453,7 +8471,16 @@ <h2>Parameters</h2>
84538471
"$ref" : "#/components/schemas/PayslipLines"
84548472
}
84558473
},
8456-
"example" : "{ \"Payslip\": { \"EmployeeID\": \"cdfb8371-0b21-4b8a-8903-1024df6c391e\", \"DeductionLines\": [ { \"DeductionTypeID\": \"727af5e8-b347-4ae7-85fc-9b82266d0aec\", \"CalculationType\": \"FIXEDAMOUNT\", \"NumberOfUnits\": 10 } ] } }"
8474+
"example" : {
8475+
"Payslip" : {
8476+
"EmployeeID" : "cdfb8371-0b21-4b8a-8903-1024df6c391e",
8477+
"DeductionLines" : [ {
8478+
"DeductionTypeID" : "727af5e8-b347-4ae7-85fc-9b82266d0aec",
8479+
"CalculationType" : "FIXEDAMOUNT",
8480+
"NumberOfUnits" : 10
8481+
} ]
8482+
}
8483+
}
84578484
}
84588485
},
84598486
"required" : true

0 commit comments

Comments
 (0)