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": "2025-12-30T23:38:37.2834971+01:00",
"names": [
"sample string 1",
"sample string 2"
],
"id": "74a3b1ec-07b1-487d-bf50-aadadcfd8323"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.