Skip to content

Commit 00ed6a4

Browse files
authored
Merge pull request #48 from alexwbuschle/master
Update README.md
2 parents c5f6e9b + 0475a55 commit 00ed6a4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,8 @@ Para isso, deve enviar o parâmetro ```account_id``` com o id da conta bancária
10801080
{
10811081
"description": "Computador",
10821082
"notes": "Pagamento via boleto",
1083-
"date": "2015-09-16"
1083+
"date": "2015-09-16",
1084+
"tags": [{"name": "homeoffice"}]
10841085
}
10851086
```
10861087

@@ -1108,7 +1109,8 @@ Para isso, deve enviar o parâmetro ```account_id``` com o id da conta bancária
11081109
"oposite_transaction_id": null,
11091110
"oposite_account_id": null,
11101111
"created_at": "2015-09-04T00:09:34-03:00",
1111-
"updated_at": "2015-09-04T00:09:34-03:00"
1112+
"updated_at": "2015-09-04T00:09:34-03:00",
1113+
"tags": [{"name": "homeoffice"}]
11121114
}
11131115
```
11141116

@@ -1227,7 +1229,8 @@ No caso de movimentações fixas ou parceladas, para atualizar a movimentação
12271229
"notes": "Pagamento via boleto",
12281230
"amount_cents": 20050,
12291231
"date": "2015-12-20",
1230-
"update_future": true
1232+
"update_future": true,
1233+
"tags": [{"name": "via_api"}]
12311234
}
12321235
```
12331236

@@ -1255,7 +1258,8 @@ No caso de movimentações fixas ou parceladas, para atualizar a movimentação
12551258
"oposite_transaction_id": null,
12561259
"oposite_account_id": null,
12571260
"created_at": "2015-09-04T00:09:34-03:00",
1258-
"updated_at": "2015-09-04T00:34:54-03:00"
1261+
"updated_at": "2015-09-04T00:34:54-03:00",
1262+
"tags": [{"name": "via_api"}]
12591263
}
12601264
```
12611265

0 commit comments

Comments
 (0)