POST api/ReportStatics/GetTechCommDetail

Request Information

URI Parameters

None.

Body Parameters

GetTechCommDetailDto
NameDescriptionTypeAdditional information
beginDate

date

None.

endDate

date

None.

technicianNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "beginDate": "2025-12-06T11:41:28.2402419+08:00",
  "endDate": "2025-12-06T11:41:28.2412284+08:00",
  "technicianNo": "sample string 3"
}

application/xml, text/xml

Sample:
<GetTechCommDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.APP.APPWEBAPI.Controllers">
  <beginDate>2025-12-06T11:41:28.2402419+08:00</beginDate>
  <endDate>2025-12-06T11:41:28.2412284+08:00</endDate>
  <technicianNo>sample string 3</technicianNo>
</GetTechCommDetailDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.