GET api/AFNI/GetServerDate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ServerDate
NameDescriptionTypeAdditional information
ID

integer

None.

SDate

date

None.

IsActive

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SDate": "2025-12-06T12:36:35.0318539+08:00",
  "IsActive": true
}

application/xml, text/xml

Sample:
<ServerDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AFNIAPI.Models">
  <ID>1</ID>
  <IsActive>true</IsActive>
  <SDate>2025-12-06T12:36:35.0318539+08:00</SDate>
</ServerDate>