Bravo API callable methods
This documentation currently applies to the WSDL at:
Testing: https://testing.maventa.com/apis/bravo/wsdl/
Production: https://secure.maventa.com/apis/bravo/wsdl/
MISC
- Hello World:
hello_world - Get server time:
server_time - Register new company:
register - Authenticate with auth-token:
authenticate_token - List partner’s users transactions:
partner_trx_list - List supported country codes:
country_list - List supported currencies:
company_list - Lookup for company information:
company_lookup - Test XML material:
invoice_xml_test
INVOICES
- List invoices:
invoice_list - List inbound invoices:
invoice_list_inbound - List state of given invoices:
invoice_state_list - Create invoice:
invoice_create - Create invoice from XML/ZIP file:
invoice_put_file - Create invoice from Finvoice XML with attachments:
invoice_put_finvoice - Show single invoice information:
invoice_show - Show single inbound invoice information:
inbound_invoice_show - Mark outbound invoice as paid/payment received:
invoice_confirm - Accept inbound invoice:
invoice_accept - Decline inbound invoice:
invoice_decline - Dispute inbound invoice:
invoice_dispute - Cancel outbound invoice:
invoice_cancel - Get maximum invoice number used:
invoice_max_number - Get files for inbound invoices received after given timestamp:
get_inbound_invoice_files
USERS
- List users:
user_list - Show single user information:
user_show - Create new user:
user_create - Update user:
user_update - Delete user:
user_delete
COMPANIES
- List companies where user is registered:
company_list - Show company information:
company_show - Update company information:
company_update - Show company settings:
company_settings_show - Update company settings:
company_settings_update
BANK ACCOUNTS
Bank accounts, postal address and company fee can also be given in the invoice_create request.
- List company bank accounts:
bank_account_list - Show bank account information:
bank_account_show - Create a new bank account:
bank_account_create - Update bank account:
bank_account_update - Delete bank account:
bank_account_delete
POSTAL ADDRESSES
Bank accounts, postal address and company fee can also be given in the invoice_create request.
- List postal addresses:
postal_address_list - Show single postal address information:
postal_address_show - Create postal address:
postal_address_create - Update postal address:
postal_address_update - Delete postal address:
postal_address_delete
COMPANY FEES
Bank accounts, postal address and company fee can also be given in the invoice_create request.
- List company fees:
company_fee_list - Show company fee information:
company_fee_show - Create new company fee:
company_fee_create - Update company fee:
company_fee_update - Delete company fee:
company_fee_delete