Address Book

createAddress

POST https://api.beefast.eu/v2/addressBook

Create a new address

Headers

Name
Type
Description

Authorization

string

The authorization header. Format: Bearer TOKEN

Request Body

Name
Type
Description

clientID*

string

Client id

address*

A DeliveryPlace object

{
    "createAddress": {
        "id": "NEW_ADDRESS_ID"
    }
}

updateAddress

PUT https://api.beefast.eu/v2/addressBook

Update an address

Headers

Name
Type
Description

Authorization

string

The authorization header. Format: Bearer TOKEN

Request Body

Name
Type
Description

id*

string

Address id

address*

A DeliveryPlace object

deleteAddress

DELETE https://api.beefast.eu/v2/addressBook

Delete an address

Headers

Name
Type
Description

Authorization

string

The authorization header. Format: Bearer TOKEN

Request Body

Name
Type
Description

id*

string

Address id

Last updated