Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
12 deletions
-
README.md
|
@ -231,11 +231,11 @@ Deprecated: `GET http://localhost:3333/api/v1/auth/anonymous/<INSERT_SECURITY_TO |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
| Field | Type | Description | |
|
|
| Field | Type | Description | |
|
|
| ---------- | ------------------- | -------------------------------------------------- | |
|
|
| ---------- | ------------------- | ---------------------------------------------------- | |
|
|
| accountId | string (`optional`) | Id of the account | |
|
|
| accountId | string (`optional`) | Id of the account | |
|
|
| comment | string (`optional`) | Comment of the activity | |
|
|
| comment | string (`optional`) | Comment of the activity | |
|
|
| currency | string | `CHF` \| `EUR` \| `USD` etc. | |
|
|
| currency | string | `CHF` \| `EUR` \| `USD` etc. | |
|
|
| dataSource | string | `MANUAL` (for type `ITEM`) \| `YAHOO` | |
|
|
| dataSource | string | `COINGECKO` \| `MANUAL` (for type `ITEM`) \| `YAHOO` | |
|
|
| date | string | Date in the format `ISO-8601` | |
|
|
| date | string | Date in the format `ISO-8601` | |
|
|
| fee | number | Fee of the activity | |
|
|
| fee | number | Fee of the activity | |
|
|
| quantity | number | Quantity of the activity | |
|
|
| quantity | number | Quantity of the activity | |
|
|