The UpdateNewsLetterStatus function set the newsletter status on the customer and subscribes the email address to the provider if accepted. Returns true if all succeeded
Method | /UpdateNewsLetterStatus |
The request body is of type UpdateNewsLetterStatus.
Name | Description | Data Type |
---|---|---|
customer | CustomerInfo | |
status | NewsLetterStatus | |
emailAddress | xml:string |
|
The response body is of type UpdateNewsLetterStatusResponse.
Name | Description | Data Type |
---|---|---|
UpdateNewsLetterStatusResult | xml:boolean |
|