POST api/Subscribe

Request Information

URI Parameters

None.

Body Parameters

SubscriberDTO
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

Required

String length: inclusive between 0 and 255

Email

string

Required

String length: inclusive between 0 and 255

ClientName

string

Required

String length: inclusive between 0 and 255

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Email": "sample string 3",
  "ClientName": "sample string 4",
  "CreatedOn": "2025-05-06T12:44:35.2212479Z"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.