POST api/APILog/CreateAPILog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
log
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "logstartdate": "2026-01-07T09:40:03.5660626Z",
  "logenddate": "2026-01-07T09:40:03.5660626Z",
  "logdate": "2026-01-07T09:40:03.5660626Z",
  "modulecode": "sample string 1",
  "empnum": "sample string 2",
  "transcode": "sample string 3",
  "projcode": "sample string 4",
  "createdby": "sample string 5"
}

application/xml, text/xml

Sample:
<APILogViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMARTHR.API.Models">
  <createdby>sample string 5</createdby>
  <empnum>sample string 2</empnum>
  <logdate>2026-01-07T09:40:03.5660626Z</logdate>
  <logenddate>2026-01-07T09:40:03.5660626Z</logenddate>
  <logstartdate>2026-01-07T09:40:03.5660626Z</logstartdate>
  <modulecode>sample string 1</modulecode>
  <projcode>sample string 4</projcode>
  <transcode>sample string 3</transcode>
</APILogViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.