|
1028 | 1028 | };
|
1029 | 1029 | defs["BookDepreciationDetail"] = {
|
1030 | 1030 | "title" : "",
|
1031 |
| - "required" : [ "name" ], |
1032 | 1031 | "properties" : {
|
1033 | 1032 | "currentCapitalGain" : {
|
1034 | 1033 | "type" : "number",
|
|
1082 | 1081 | };
|
1083 | 1082 | defs["BookDepreciationSetting"] = {
|
1084 | 1083 | "title" : "",
|
1085 |
| - "required" : [ "name" ], |
1086 | 1084 | "properties" : {
|
1087 | 1085 | "depreciationMethod" : {
|
1088 | 1086 | "type" : "string",
|
@@ -1571,7 +1569,28 @@ <h2>Parameters</h2>
|
1571 | 1569 | "schema" : {
|
1572 | 1570 | "$ref" : "#/components/schemas/Asset"
|
1573 | 1571 | },
|
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 | + } |
1575 | 1594 | }
|
1576 | 1595 | },
|
1577 | 1596 | "required" : true
|
@@ -1734,7 +1753,18 @@ <h2>Parameters</h2>
|
1734 | 1753 | "schema" : {
|
1735 | 1754 | "$ref" : "#/components/schemas/AssetType"
|
1736 | 1755 | },
|
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 | + } |
1738 | 1768 | }
|
1739 | 1769 | },
|
1740 | 1770 | "required" : true
|
|
0 commit comments