POST api/GetDateTime
No documentation available.
Request Information
Payload
| Name | Payload Parameters | Additional information |
|---|---|---|
| Parameters | No documentation available. |
None. |
Response Information
Response body formats
application/json, text/json
{
"UTC": "2025-11-04T09:23:58.7231933+00:00",
"Local": "2025-11-04T09:23:58.7231933+00:00",
"TimeZone": "sample string 3",
"DbServerUTC": "2025-11-04T09:23:58.7231933+00:00",
"DbServerLocal": "2025-11-04T09:23:58.7231933+00:00",
"DbServerTimeZone": "sample string 6"
}
text/html
{"UTC":"2025-11-04T09:23:58.7231933+00:00","Local":"2025-11-04T09:23:58.7231933+00:00","TimeZone":"sample string 3","DbServerUTC":"2025-11-04T09:23:58.7231933+00:00","DbServerLocal":"2025-11-04T09:23:58.7231933+00:00","DbServerTimeZone":"sample string 6"}
application/xml, text/xml
<GetDateTimeController.ApiTimeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarvalWebAPI.Controllers"> <DbServerLocal>2025-11-04T09:23:58.7231933+00:00</DbServerLocal> <DbServerTimeZone>sample string 6</DbServerTimeZone> <DbServerUTC>2025-11-04T09:23:58.7231933+00:00</DbServerUTC> <Local>2025-11-04T09:23:58.7231933+00:00</Local> <TimeZone>sample string 3</TimeZone> <UTC>2025-11-04T09:23:58.7231933+00:00</UTC> </GetDateTimeController.ApiTimeDetails>