GET api/DateTime/GetNow
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Now": "2026-05-22T17:55:23.6909567+00:00"
}
application/xml, text/xml
Sample:
<DateTimeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMApi.Controllers"> <Now>2026-05-22T17:55:23.6909567+00:00</Now> </DateTimeDTO>