POST api/NewsLetterUser/UpdateIsActive
Request Information
URI Parameters
None.
Body Parameters
NewsLetterUserName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EmailAddress | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedDate | date |
None. |
|
DeletedBy | integer |
None. |
|
DeletedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "EmailAddress": "sample string 2", "IsActive": true, "CreatedDate": "2025-08-29T20:25:41.3435765+00:00", "DeletedBy": 1, "DeletedDate": "2025-08-29T20:25:41.3435765+00:00" }
application/xml, text/xml
Sample:
<NewsLetterUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <CreatedDate>2025-08-29T20:25:41.3435765+00:00</CreatedDate> <DeletedBy>1</DeletedBy> <DeletedDate>2025-08-29T20:25:41.3435765+00:00</DeletedDate> <EmailAddress>sample string 2</EmailAddress> <Id>1</Id> <IsActive>true</IsActive> </NewsLetterUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.