POST api/v1/get_NewsLetterSubscription?emailMarketingCampaignId={emailMarketingCampaignId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
emailMarketingCampaignId

integer

Required

Response Information

Description:

Return type: NewsLetterSubscriptionModel

Response Formats
{
  "NewLetterSubscriptionId": 1,
  "IsActive": true,
  "Email": "sample string 2",
  "CreatedOn": "2025-06-18T12:27:47.0836567+00:00",
  "NsGuid": "255fa132-a2f4-4ca7-a47f-1dbfca9a3632",
  "IsRead": true,
  "IsImportant": true,
  "ClientId": 1,
  "IsLogicalDeleted": true
}
{"NewLetterSubscriptionId":1,"IsActive":true,"Email":"sample string 2","CreatedOn":"2025-06-18T12:27:47.0836567+00:00","NsGuid":"255fa132-a2f4-4ca7-a47f-1dbfca9a3632","IsRead":true,"IsImportant":true,"ClientId":1,"IsLogicalDeleted":true}
<NewsLetterSubscriptionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.NewsLetterSubscription">
  <ClientId>1</ClientId>
  <CreatedOn>2025-06-18T12:27:47.0836567+00:00</CreatedOn>
  <Email>sample string 2</Email>
  <IsActive>true</IsActive>
  <IsImportant>true</IsImportant>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <IsRead>true</IsRead>
  <NewLetterSubscriptionId>1</NewLetterSubscriptionId>
  <NsGuid>255fa132-a2f4-4ca7-a47f-1dbfca9a3632</NsGuid>
</NewsLetterSubscriptionModel>