PUT /api/v1/customer-addresses/{id}
Updates a customer address by idServers
- https://app.billbee.io
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
Integer | Yes |
The id of the address |
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:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.