cURL
curl --request POST \ --url https://api.pricenow.dev/api/accounts/current/addresses \ --header 'Content-Type: application/json' \ --header 'pratiq-client-id: <pratiq-client-id>' \ --data ' { "zip": "<string>", "countryCode": "<string>", "addressLine1": "<string>", "city": "<string>", "purpose": [ "BILLING" ], "addressLine2": "<string>", "state": "<string>" } '
{ "data": { "id": 123, "addressLine1": "<string>", "addressLine2": "<string>", "zip": "<string>", "city": "<string>", "state": "<string>", "countryCode": "<string>", "purpose": [ "BILLING" ] } }
Create a new address for the current account
Global Webshop Client Id
UUID of the sales channel
Show child attributes
Successful response