POST api/Nameday
Request Information
URI Parameters
None.
Body Parameters
NamedayDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | integer |
None. |
|
| Day | integer |
None. |
|
| Timestamp | date |
None. |
|
| Names | Collection of string |
None. |
|
| Id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"month": 1,
"day": 2,
"timestamp": "2026-08-07T06:17:22.4440274+02:00",
"names": [
"sample string 1",
"sample string 2"
],
"id": "4807c409-3904-4050-bd9b-17239f4a3df4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.