POST /api/v1/automaticprovision/createaccount

Creates a new Billbee user account with the data passed

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
EMail String Yes

The Email address of the user to create

Vat1Rate Number No

Optionally specify the vat1 (normal) rate of the user

DefaultVatIndex Integer No

Optionally specify the default vat index of the user

Password String No
AcceptTerms Boolean No

Set to true, if the user has accepted the Billbee terms & conditions

Vat2Rate Number No

Optionally specify the vat2 (reduced) rate of the user

DefaultVatMode Integer No

Optionally specify the default vat mode of the user

Valid values:

  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
AffiliateCouponCode String No

Specifies an billbee affiliate code to attach to the user

Address Object No

Represents the invoice address of a Billbee user

Address.City String No
Address.VatId String No
Address.Address1 String No
Address.Country String No

The ISO2 country code of the users country

Address.Name String No
Address.Address2 String No
Address.Zip String No
Address.Company String No
DefaultCurrrency String No

Optionally specify the default currency of the user

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.