POST api/Subscribe/CreateSubscriber
Request Information
URI Parameters
None.
Body Parameters
SubscriberDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
Required String length: inclusive between 0 and 255 |
|
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:43:14.7366378Z" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.