Skip to main content
PUT
/
customer
/
{customerId}
/
addresses
/
{addressId}
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

x-droplinked-api-key
string
header
required

Path Parameters

customerId
string
required

customerId identifier

Example:

"507f1f77bcf86cd799439011"

addressId
string
required

addressId identifier

Example:

"507f1f77bcf86cd799439011"

Body

application/json

The body is of type any.

Response

Success