action sinao_app_documents_sales_bankdetails_list { label: "List BankDetails" description: "" provider: sinao method: GET path: "/apps/{appId}/bankdetails" encoding: json output: { type: "array" items: { type: "object" properties: { bic: { type: "string" } iban: { type: "string" } id: { type: "integer" } name: { type: "string" } } } } }