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 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!

  1. hello_world

LISTINGS

  1. List bank accounts: bank_account_list_net
  2. List for countries: country_list_net
  3. List for currencies: currency_list_net
  4. List company fees: company_fee_list_net
  5. List companies where user is registered: company_list_net
  6. List for languages: language_list_net
  7. List for relay operators: relay_operator_list_net
  8. List invoices: invoice_list_net
  9. List inbound invoices: invoice_list_inbound_net
  10. List users: user_list_net
  11. List postal addresses: postal_address_list_net

COMPANYLOOKUP

  1. Lookup for company information: company_lookup_net

INVOICES

  1. Create a new invoice: invoice_create_net
  2. Create a credit-note (minus invoice): invoice_revoke
  3. Show invoice, needs invoice db-id: invoice_show_net
  4. Show inbound invoice data: inbound_invoice_show_net
  5. Mark invoice as paid: invoice_confirm
  6. Accept invoice (inbound): invoice_accept
  7. Decline invoice (inbound): invoice_decline
  8. Dispute invoice (inbound): invoice_dispute

USERS

  1. Create a new user: user_create
  2. Update user: user_update
  3. Delete user: user_delete
  4. Show user: user_show_net

COMPANIES

  1. Update company: company_update
  2. Show company: company_show_net
  3. Show company settings: company_settings_show_net
  4. Update company settings: company_settings_update
  5. Show a company fee: company_fee_show_net
  6. Create a new company fee: company_fee_create
  7. Update a company fee: company_fee_update
  8. Delete a company fee: company_fee_delete

BANK ACCOUNTS

  1. Create a new bank account: bank_account_create
  2. Update bank account: bank_account_update
  3. Delete bank account: bank_account_delete
  4. Show bank account: bank_account_show_net

POSTAL ADDRESSES

  1. Create postal address: postal_address_create
  2. Update postal address: postal_address_update
  3. Delete postal address: postal_address_delete
  4. Show postal address: postal_address_show_net

File handling

  1. Get invoice PDF: get_pdf
  2. Get partner transactions: get_partner_transactions
  3. Get files: get_files
  4. Upload invoice as XML file (supported formats: TEAPPSXML, OIOXML, Finvoice): put_xml
  5. Upload multiple invoices in one ZIP file: put_zip
  6. Upload attachment to an invoice: put_attachment

Also available in: HTML TXT