put https://example.com/client/web/Clients//Addresses//
If the address with the specified AddressType and EffectiveDate already exists, the contents of the address will be replaced and a 204 response (with no body) will be returned. If the address does not already exist, it will be created with the AddressType and EffectiveDate from the path with values for AddressType and EffectiveDate in the request body will be ignored and a 201 response (with a body) will be returned.