POST api/Values?idPeriod={idPeriod}
Documentation for 'DateFromPeriodName'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| idPeriod | Documentation for 'idPeriod'. |
Define this parameter in the request URI. |
| pl | Documentation for 'pl'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"id": 2,
"from": "2025-11-02T16:24:55.8405589+00:00",
"to": "2025-11-02T16:24:55.8405589+00:00"
},
{
"name": "sample string 1",
"id": 2,
"from": "2025-11-02T16:24:55.8405589+00:00",
"to": "2025-11-02T16:24:55.8405589+00:00"
},
{
"name": "sample string 1",
"id": 2,
"from": "2025-11-02T16:24:55.8405589+00:00",
"to": "2025-11-02T16:24:55.8405589+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfperiodCl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GoldsetTools">
<periodCl>
<from>2025-11-02T16:24:55.8405589+00:00</from>
<id>2</id>
<name>sample string 1</name>
<to>2025-11-02T16:24:55.8405589+00:00</to>
</periodCl>
<periodCl>
<from>2025-11-02T16:24:55.8405589+00:00</from>
<id>2</id>
<name>sample string 1</name>
<to>2025-11-02T16:24:55.8405589+00:00</to>
</periodCl>
<periodCl>
<from>2025-11-02T16:24:55.8405589+00:00</from>
<id>2</id>
<name>sample string 1</name>
<to>2025-11-02T16:24:55.8405589+00:00</to>
</periodCl>
</ArrayOfperiodCl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>