POST api/GetDateTime

No documentation available.

Request Information

Payload

NamePayload ParametersAdditional information
Parameters No documentation available.

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UTC": "2025-04-29T19:03:16.519551+01:00",
  "Local": "2025-04-29T19:03:16.519551+01:00",
  "TimeZone": "sample string 3",
  "DbServerUTC": "2025-04-29T19:03:16.519551+01:00",
  "DbServerLocal": "2025-04-29T19:03:16.519551+01:00",
  "DbServerTimeZone": "sample string 6"
}

text/html

Sample:
{"UTC":"2025-04-29T19:03:16.519551+01:00","Local":"2025-04-29T19:03:16.519551+01:00","TimeZone":"sample string 3","DbServerUTC":"2025-04-29T19:03:16.519551+01:00","DbServerLocal":"2025-04-29T19:03:16.519551+01:00","DbServerTimeZone":"sample string 6"}

application/xml, text/xml

Sample:
<GetDateTimeController.ApiTimeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarvalWebAPI.Controllers">
  <DbServerLocal>2025-04-29T19:03:16.519551+01:00</DbServerLocal>
  <DbServerTimeZone>sample string 6</DbServerTimeZone>
  <DbServerUTC>2025-04-29T19:03:16.519551+01:00</DbServerUTC>
  <Local>2025-04-29T19:03:16.519551+01:00</Local>
  <TimeZone>sample string 3</TimeZone>
  <UTC>2025-04-29T19:03:16.519551+01:00</UTC>
</GetDateTimeController.ApiTimeDetails>