POST /api/v1/customer-addresses

Creates a new customer address

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
City String No
RestoredAt String No

If set, the customeraddress was restored from the archive at the given date.

State String No
Street String No
Name2 String No

Optionally an additional name field

CountryCode String No

The ISO2 code of the country

Tel2 String No
LastName String No
Tel1 String No
Company String No

The name of the company

FirstName String No
Email String No
Id Integer No

The internal Billbee ID of the address record. Can be null if a new address is created

AddressType Integer No

The type of the address

Valid values:

  • 1
  • 2
AddressAddition String No
Fax String No
Zip String No
Housenumber String No
ArchivedAt String No

If set, the customeraddress was already archived at the given date. Further modification is disabled.

CustomerId Integer No

The internal Billbee id of the customer the address belongs to

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.