Developer forum

Forum » Development » User Addresses CRUD via webapi

User Addresses CRUD via webapi

Nuno Aguiar Dynamicweb Employee
Nuno Aguiar
Reply

Hi,

 

We're trying to add and edit (eventually delete) user addresses via the webapi. As far as we can tell we can do a Get, but we cannot create (POST) (nor update - PATCH) addresses.

 

Is this in the road-map, and if so, for when?

 

Best Regards,

Nuno Aguiar


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

I have added it for next sprint, starting 24/1

Adding these endpoints:


POST ​/dwapi​/users​/address/
GET ​/dwapi​/users​/address/{ID}
PATCH ​/dwapi​/users​/address/{ID}
DELETE ​/dwapi​/users​/address/{ID}

Votes for this answer: 1
 
Nuno Aguiar Dynamicweb Employee
Nuno Aguiar
Reply

Perfect, thanks for the information Nicolai

 

You must be logged in to post in the forum