28 lines
329 B
Plaintext
28 lines
329 B
Plaintext
meta {
|
|
name: Create
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/payment/ledgers
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"beneficiaryId": "16f41847-4bc4-4898-92d1-75fd314d15a8",
|
|
"label": "Sample Ledger #1",
|
|
"currencies": [
|
|
"NOK",
|
|
"SEK"
|
|
]
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|