API Callable Methods for version ALPHA
Note! Please consider upgrading to the BRAVO Api. If you have additional support requirements regarding the ALPHA Api version, please contact support@maventa.com with your enquiry.
This documentation currently applies to the WSDL at:
Testing: https://testing.maventa.com/api_net/wsdl/
Production: https://secure.maventa.com/api_net/wsdl/
NOTE! Some of the examples may have other end points, make sure you use the right one.
Hello world!
LISTINGS
- List bank accounts:
bank_account_list_net - List for countries:
country_list_net - List for currencies:
currency_list_net - List company fees:
company_fee_list_net - List companies where user is registered:
company_list_net - List for languages:
language_list_net - List for relay operators:
relay_operator_list_net - List invoices:
invoice_list_net - List inbound invoices:
invoice_list_inbound_net - List users:
user_list_net - List postal addresses:
postal_address_list_net
COMPANYLOOKUP
- Lookup for company information:
company_lookup_net
INVOICES
- Create a new invoice:
invoice_create_net - Create a credit-note (minus invoice):
invoice_revoke - Show invoice, needs invoice db-id:
invoice_show_net - Show inbound invoice data:
inbound_invoice_show_net - Mark invoice as paid:
invoice_confirm - Accept invoice (inbound):
invoice_accept - Decline invoice (inbound):
invoice_decline - Dispute invoice (inbound):
invoice_dispute
USERS
- Create a new user:
user_create - Update user:
user_update - Delete user:
user_delete - Show user:
user_show_net
COMPANIES
- Update company:
company_update - Show company:
company_show_net - Show company settings:
company_settings_show_net - Update company settings:
company_settings_update - Show a company fee:
company_fee_show_net - Create a new company fee:
company_fee_create - Update a company fee:
company_fee_update - Delete a company fee:
company_fee_delete
BANK ACCOUNTS
- Create a new bank account:
bank_account_create - Update bank account:
bank_account_update - Delete bank account:
bank_account_delete - Show bank account:
bank_account_show_net
POSTAL ADDRESSES
- Create postal address:
postal_address_create - Update postal address:
postal_address_update - Delete postal address:
postal_address_delete - Show postal address:
postal_address_show_net
File handling
- Get invoice PDF:
get_pdf - Get partner transactions:
get_partner_transactions - Get files:
get_files - Upload invoice as XML file (supported formats: TEAPPSXML, OIOXML, Finvoice):
put_xml - Upload multiple invoices in one ZIP file:
put_zip - Upload attachment to an invoice:
put_attachment