POST api/Subscribe
Request Information
URI Parameters
None.
Body Parameters
SubscriberDTO| Name | 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-11-06T19:13:02.9212268Z"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.