Template
1
0

feat: add currency assertion to account creation

This commit is contained in:
2025-12-06 05:01:01 +01:00
parent be9b8e9e55
commit ce4d5ba013
8 changed files with 77 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ post {
body:json {
{
"ledgerId": "3c71d240-a375-42e1-9a78-0575bf33fabb",
"ledgerId": "ee228d0d-b48c-4878-aca3-050a7434503b",
"entityId": "some-external-entity",
"label": "Securities"
}

View File

@@ -11,7 +11,7 @@ get {
}
params:path {
id: a0a6aa39-5d13-4717-9554-a878d7f30ea7
id: 16f41847-4bc4-4898-92d1-75fd314d15a8
}
settings {

View File

@@ -12,8 +12,8 @@ post {
body:json {
{
"beneficiaryId": "2f6dfb20-7834-484c-8472-096f72fc5f08",
"label": "Sample Ledger",
"beneficiaryId": "16f41847-4bc4-4898-92d1-75fd314d15a8",
"label": "Sample Ledger #1",
"currencies": [
"NOK",
"SEK"

View File

@@ -12,9 +12,9 @@ post {
body:json {
{
"walletId": "56f2aba8-5687-4e63-8d6a-e120b50ef891",
"walletId": "c13bd907-d760-4628-95e8-a723a54dff83",
"currency": "NOK",
"label": "NOK Savings"
"label": "Sample Funds"
}
}