28 lines
326 B
Plaintext
28 lines
326 B
Plaintext
meta {
|
|
name: Create
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/payment/ledgers
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"beneficiaryId": "2f6dfb20-7834-484c-8472-096f72fc5f08",
|
|
"label": "Sample Ledger",
|
|
"currencies": [
|
|
"NOK",
|
|
"SEK"
|
|
]
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|