{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Address Book
Create address book for anonymous customer (public)
Route: AddressBooksService.createAddressBook
POST
/
address-book
/
public
/
anonymous-customer
{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Authorizations
Body
application/json
The body is of type any.
Response
Success