POST api/MedicalExamDashBoard/GetGroupEmployeeExamSchedule/search

Request Information

URI Parameters

None.

Body Parameters

QueryParameter
NameDescriptionTypeAdditional information
PageNum

integer

None.

PageSize

integer

None.

Sort

Sort

None.

Sorts

Collection of Sort

None.

Filters

Collection of Filter

None.

extends

Dictionary of string [key] and Object [value]

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfListOfGroupScheduleDetailDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of GroupScheduleDetailDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "EmployeeID": "sample string 1",
      "FirstName": "sample string 2",
      "Lastname": "sample string 3",
      "CompanyName": "sample string 4",
      "CompanyEmployeeId": "sample string 5",
      "WLName": "sample string 6",
      "lstGroupExam": [
        {
          "ExamId": "sample string 1",
          "ExamName": "sample string 2"
        },
        {
          "ExamId": "sample string 1",
          "ExamName": "sample string 2"
        }
      ],
      "lstGroupScheduleEmployee": [
        {
          "CaseNo": 1,
          "EmployeeID": "sample string 2",
          "CompanyCode": "sample string 3",
          "Step": 4.1,
          "ResultType": 1,
          "isInitialEncounter": true,
          "Status": 6
        },
        {
          "CaseNo": 1,
          "EmployeeID": "sample string 2",
          "CompanyCode": "sample string 3",
          "Step": 4.1,
          "ResultType": 1,
          "isInitialEncounter": true,
          "Status": 6
        }
      ]
    },
    {
      "EmployeeID": "sample string 1",
      "FirstName": "sample string 2",
      "Lastname": "sample string 3",
      "CompanyName": "sample string 4",
      "CompanyEmployeeId": "sample string 5",
      "WLName": "sample string 6",
      "lstGroupExam": [
        {
          "ExamId": "sample string 1",
          "ExamName": "sample string 2"
        },
        {
          "ExamId": "sample string 1",
          "ExamName": "sample string 2"
        }
      ],
      "lstGroupScheduleEmployee": [
        {
          "CaseNo": 1,
          "EmployeeID": "sample string 2",
          "CompanyCode": "sample string 3",
          "Step": 4.1,
          "ResultType": 1,
          "isInitialEncounter": true,
          "Status": 6
        },
        {
          "CaseNo": 1,
          "EmployeeID": "sample string 2",
          "CompanyCode": "sample string 3",
          "Step": 4.1,
          "ResultType": 1,
          "isInitialEncounter": true,
          "Status": 6
        }
      ]
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfGroupScheduleDetailDTOzIntITI8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
    <d2p1:GroupScheduleDetailDTO>
      <d2p1:CompanyEmployeeId>sample string 5</d2p1:CompanyEmployeeId>
      <d2p1:CompanyName>sample string 4</d2p1:CompanyName>
      <d2p1:EmployeeID>sample string 1</d2p1:EmployeeID>
      <d2p1:FirstName>sample string 2</d2p1:FirstName>
      <d2p1:Lastname>sample string 3</d2p1:Lastname>
      <d2p1:WLName>sample string 6</d2p1:WLName>
      <d2p1:lstGroupExam>
        <d2p1:GroupExamDTO>
          <d2p1:ExamId>sample string 1</d2p1:ExamId>
          <d2p1:ExamName>sample string 2</d2p1:ExamName>
        </d2p1:GroupExamDTO>
        <d2p1:GroupExamDTO>
          <d2p1:ExamId>sample string 1</d2p1:ExamId>
          <d2p1:ExamName>sample string 2</d2p1:ExamName>
        </d2p1:GroupExamDTO>
      </d2p1:lstGroupExam>
      <d2p1:lstGroupScheduleEmployee>
        <d2p1:GroupScheduleEmployeeDTO>
          <d2p1:CaseNo>1</d2p1:CaseNo>
          <d2p1:CompanyCode>sample string 3</d2p1:CompanyCode>
          <d2p1:EmployeeID>sample string 2</d2p1:EmployeeID>
          <d2p1:ResultType>1</d2p1:ResultType>
          <d2p1:Status>6</d2p1:Status>
          <d2p1:Step>4.1</d2p1:Step>
          <d2p1:isInitialEncounter>true</d2p1:isInitialEncounter>
        </d2p1:GroupScheduleEmployeeDTO>
        <d2p1:GroupScheduleEmployeeDTO>
          <d2p1:CaseNo>1</d2p1:CaseNo>
          <d2p1:CompanyCode>sample string 3</d2p1:CompanyCode>
          <d2p1:EmployeeID>sample string 2</d2p1:EmployeeID>
          <d2p1:ResultType>1</d2p1:ResultType>
          <d2p1:Status>6</d2p1:Status>
          <d2p1:Step>4.1</d2p1:Step>
          <d2p1:isInitialEncounter>true</d2p1:isInitialEncounter>
        </d2p1:GroupScheduleEmployeeDTO>
      </d2p1:lstGroupScheduleEmployee>
    </d2p1:GroupScheduleDetailDTO>
    <d2p1:GroupScheduleDetailDTO>
      <d2p1:CompanyEmployeeId>sample string 5</d2p1:CompanyEmployeeId>
      <d2p1:CompanyName>sample string 4</d2p1:CompanyName>
      <d2p1:EmployeeID>sample string 1</d2p1:EmployeeID>
      <d2p1:FirstName>sample string 2</d2p1:FirstName>
      <d2p1:Lastname>sample string 3</d2p1:Lastname>
      <d2p1:WLName>sample string 6</d2p1:WLName>
      <d2p1:lstGroupExam>
        <d2p1:GroupExamDTO>
          <d2p1:ExamId>sample string 1</d2p1:ExamId>
          <d2p1:ExamName>sample string 2</d2p1:ExamName>
        </d2p1:GroupExamDTO>
        <d2p1:GroupExamDTO>
          <d2p1:ExamId>sample string 1</d2p1:ExamId>
          <d2p1:ExamName>sample string 2</d2p1:ExamName>
        </d2p1:GroupExamDTO>
      </d2p1:lstGroupExam>
      <d2p1:lstGroupScheduleEmployee>
        <d2p1:GroupScheduleEmployeeDTO>
          <d2p1:CaseNo>1</d2p1:CaseNo>
          <d2p1:CompanyCode>sample string 3</d2p1:CompanyCode>
          <d2p1:EmployeeID>sample string 2</d2p1:EmployeeID>
          <d2p1:ResultType>1</d2p1:ResultType>
          <d2p1:Status>6</d2p1:Status>
          <d2p1:Step>4.1</d2p1:Step>
          <d2p1:isInitialEncounter>true</d2p1:isInitialEncounter>
        </d2p1:GroupScheduleEmployeeDTO>
        <d2p1:GroupScheduleEmployeeDTO>
          <d2p1:CaseNo>1</d2p1:CaseNo>
          <d2p1:CompanyCode>sample string 3</d2p1:CompanyCode>
          <d2p1:EmployeeID>sample string 2</d2p1:EmployeeID>
          <d2p1:ResultType>1</d2p1:ResultType>
          <d2p1:Status>6</d2p1:Status>
          <d2p1:Step>4.1</d2p1:Step>
          <d2p1:isInitialEncounter>true</d2p1:isInitialEncounter>
        </d2p1:GroupScheduleEmployeeDTO>
      </d2p1:lstGroupScheduleEmployee>
    </d2p1:GroupScheduleDetailDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfGroupScheduleDetailDTOzIntITI8>