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-09-08T06:16:42.6432775+02:00",
"names": [
"sample string 1",
"sample string 2"
],
"id": "8d333b64-3c18-423c-bec3-9f1a0da06dda"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.