v1

latestOpenAPI 3.0.02026-07-14664396.8 KB
INDIVIDUAL LIQUIDATION ADDRESS

Update a liquidation address

Updates a liquidation address for a specific customer.

put/liquidation-addresses/{customerId}/{liquidationAddressId}

Path parameters

customerIdstring required
Example:123e4567-e89b-12d3-a456-426614174000

Customer ID

liquidationAddressIdstring required
Example:123e4567-e89b-12d3-a456-426614174001

Liquidation Address ID

Headers

api-keystring
Example:alfredpay.T+QdhCoMofy8.gGKO5KdB7M+B/9jLFef

API Key for service authentication (alternative to JWT Bearer token). Optional.

api-secretstring
Example:PwF+cDGZd37eHYZ.CVvF1/zbHCBosSo1

API Secret for service authentication (alternative to JWT Bearer token). Optional.

Request body

defaultboolean

Set as default address for this customer

Example request

{
  "default": true
}

Response

Liquidation address updated successfully