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": "2026-05-07T12:58:22.441044+00:00",
  "NsGuid": "8d0ec9dc-8070-4bd8-baab-f5fe3775d518",
  "IsRead": true,
  "IsImportant": true,
  "ClientId": 1,
  "IsLogicalDeleted": true
}
{"NewLetterSubscriptionId":1,"IsActive":true,"Email":"sample string 2","CreatedOn":"2026-05-07T12:58:22.441044+00:00","NsGuid":"8d0ec9dc-8070-4bd8-baab-f5fe3775d518","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>2026-05-07T12:58:22.441044+00:00</CreatedOn>
  <Email>sample string 2</Email>
  <IsActive>true</IsActive>
  <IsImportant>true</IsImportant>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <IsRead>true</IsRead>
  <NewLetterSubscriptionId>1</NewLetterSubscriptionId>
  <NsGuid>8d0ec9dc-8070-4bd8-baab-f5fe3775d518</NsGuid>
</NewsLetterSubscriptionModel>