GET api/orders/RemoveExcludedContacts/{programid}?userId={userId}&cartId={cartId}
Removes do not email emails from maillist
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userId |
Define this parameter in the request URI. |
|
programid | No documentation available. |
Define this parameter in the request URI. |
cartId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": [ {}, {}, {} ] }