POST api/Subscriber/Add

Documentation for 'Add'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "EmailAddress": "sample string 2",
  "IsSubscribe": true,
  "Created": "2026-06-06T04:23:38.7815868+07:00",
  "Updated": "2026-06-06T04:23:38.7815868+07:00",
  "IsUpdated": true,
  "Url": "sample string 7"
}

application/xml, text/xml

Sample:
<SubscriberModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <EmailAddress>sample string 2</EmailAddress>
  <IsSubscribe>true</IsSubscribe>
  <Created>2026-06-06T04:23:38.7815868+07:00</Created>
  <Updated>2026-06-06T04:23:38.7815868+07:00</Updated>
  <IsUpdated>true</IsUpdated>
  <Url>sample string 7</Url>
</SubscriberModel>