summaryrefslogtreecommitdiff
path: root/manpages/libeufin-cli.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/libeufin-cli.1.rst')
-rw-r--r--manpages/libeufin-cli.1.rst64
1 files changed, 32 insertions, 32 deletions
diff --git a/manpages/libeufin-cli.1.rst b/manpages/libeufin-cli.1.rst
index 548f2ac6..755c8b45 100644
--- a/manpages/libeufin-cli.1.rst
+++ b/manpages/libeufin-cli.1.rst
@@ -347,49 +347,49 @@ For example:
$ libeufin-cli sandbox bankaccount transactions testacct01
{
"payments" : [ {
- "accountLabel" : "testacct01",
- "creditorIban" : "DE18500105172929531888",
- "creditorBic" : "INGDDEFFXXX",
- "creditorName" : "Creditor Name",
- "debtorIban" : "DE64500105178797276788",
- "debtorBic" : "DEUTDEBB101",
- "debtorName" : "Max Mustermann",
+ "account_label" : "testacct01",
+ "creditor_iban" : "DE18500105172929531888",
+ "creditor_bic" : "INGDDEFFXXX",
+ "creditor_name" : "Creditor Name",
+ "debtor_iban" : "DE64500105178797276788",
+ "debtor_bic" : "DEUTDEBB101",
+ "debtor_name" : "Max Mustermann",
"amount" : "5",
"currency" : "EUR",
"subject" : "sample transaction DILWBJHL",
"date" : "Wed, 26 Jan 2022 09:03:44 GMT",
- "creditDebitIndicator" : "credit",
- "accountServicerReference" : "DILWBJHL",
+ "credit_debit_indicator" : "credit",
+ "account_servicer_reference" : "DILWBJHL",
"paymentInformationId" : null
}, {
- "accountLabel" : "testacct01",
- "creditorIban" : "DE64500105178797276788",
- "creditorBic" : "DEUTDEBB101",
- "creditorName" : "Max Mustermann",
- "debtorIban" : "DE18500105172929531888",
- "debtorBic" : "INGDDEFFXXX",
- "debtorName" : "Debitor Name",
+ "account_label" : "testacct01",
+ "creditor_iban" : "DE64500105178797276788",
+ "creditor_bic" : "DEUTDEBB101",
+ "creditor_name" : "Max Mustermann",
+ "debtor_iban" : "DE18500105172929531888",
+ "debtor_bic" : "INGDDEFFXXX",
+ "debtor_name" : "Debitor Name",
"amount" : "12",
"currency" : "EUR",
"subject" : "sample transaction N7JSY17B",
"date" : "Wed, 26 Jan 2022 09:03:44 GMT",
- "creditDebitIndicator" : "debit",
- "accountServicerReference" : "N7JSY17B",
+ "credit_debit_indicator" : "debit",
+ "account_servicer_reference" : "N7JSY17B",
"paymentInformationId" : null
}, {
- "accountLabel" : "testacct01",
- "creditorIban" : "DE18500105172929531888",
- "creditorBic" : "INGDDEFFXXX",
- "creditorName" : "Creditor Name",
- "debtorIban" : "DE06500105174526623718",
- "debtorBic" : "INGDDEFFXXX",
- "debtorName" : "Joe Foo",
+ "account_label" : "testacct01",
+ "creditor_iban" : "DE18500105172929531888",
+ "creditor_bic" : "INGDDEFFXXX",
+ "creditor_name" : "Creditor Name",
+ "debtor_iban" : "DE06500105174526623718",
+ "debtor_bic" : "INGDDEFFXXX",
+ "debtor_name" : "Joe Foo",
"amount" : "10.50",
"currency" : "EUR",
"subject" : "Hello World",
"date" : "Wed, 26 Jan 2022 09:04:31 GMT",
- "creditDebitIndicator" : "credit",
- "accountServicerReference" : "sandbox-6UI2J3636J9EESXO",
+ "credit_debit_indicator" : "credit",
+ "account_servicer_reference" : "sandbox-6UI2J3636J9EESXO",
"paymentInformationId" : null
} ]
}
@@ -872,11 +872,11 @@ For example:
$ libeufin-cli permissions list
{
"permissions" : [ {
- "subjectType" : "some-subject-type",
- "subjectId" : "some-subject-id",
- "resourceType" : "some-resource-type",
- "resourceId" : "some-resource-id",
- "permissionName" : "facade.anastasis.history"
+ "subject_type" : "some-subject-type",
+ "subject_id" : "some-subject-id",
+ "resource_type" : "some-resource-type",
+ "resource_id" : "some-resource-id",
+ "permission_name" : "facade.anastasis.history"
} ]
}