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-03-22T15:21:26.7602128+00:00",
  "NsGuid": "2925cf33-c5be-4e49-b86f-7fbaa4367ad4",
  "IsRead": true,
  "IsImportant": true,
  "ClientId": 1,
  "IsLogicalDeleted": true
}
{"NewLetterSubscriptionId":1,"IsActive":true,"Email":"sample string 2","CreatedOn":"2026-03-22T15:21:26.7602128+00:00","NsGuid":"2925cf33-c5be-4e49-b86f-7fbaa4367ad4","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-03-22T15:21:26.7602128+00:00</CreatedOn>
  <Email>sample string 2</Email>
  <IsActive>true</IsActive>
  <IsImportant>true</IsImportant>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <IsRead>true</IsRead>
  <NewLetterSubscriptionId>1</NewLetterSubscriptionId>
  <NsGuid>2925cf33-c5be-4e49-b86f-7fbaa4367ad4</NsGuid>
</NewsLetterSubscriptionModel>