/
BI
billbee
/
Billbee API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3h ago · Updated 4w ago
Details
Filter operations
ApiUsage
2
CloudStorage
1
CustomerAddresses
4
Customers
10
get
Get a list of all customers
post
Creates a new customer
get
Queries a single customer by id
put
Updates a customer by id
get
Queries a list of orders from a customer
get
Queries a list of addresses from a customer
post
Adds a new address to a customer
get
Queries a single address from a customer
put
Updates all fields of an address
patch
Updates one or more fields of an address
EnumApi
6
Events
1
Orders
21
Products
24
Provisioning
2
Shipments
8
ShopAccounts
1
Webhooks
7
Customers
Queries a single address from a customer
get
/api/v1/customers/addresses/{id}
Path parameters
id
integer
required
The id of the address
Response
OK
RechnungsdruckWebAppControllersApiApiResultOfBillbeeInterfacesBillbeeAPIModelCustomerAddressApiModel
required
ErrorMessage
string
ErrorCode
0
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
ErrorDescription
0
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
Data
BillbeeInterfacesBillbeeAPIModelCustomerAddressApiModel
Container for passing address data
Changes