GET api/Employee/GetRptEmployeeTrainingDetailAssociate/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptEmployeeTrainingDetailAssociate_Result
NameDescriptionTypeAdditional information
offstate

string

None.

offcity

string

None.

tdate

string

None.

createdby

string

None.

reportsto

string

None.

tprogram

string

None.

totemp

integer

None.

present

integer

None.

absent

integer

None.

attper

integer

None.

partnername

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "offstate": "sample string 1",
    "offcity": "sample string 2",
    "tdate": "sample string 3",
    "createdby": "sample string 4",
    "reportsto": "sample string 5",
    "tprogram": "sample string 6",
    "totemp": 1,
    "present": 1,
    "absent": 1,
    "attper": 7,
    "partnername": "sample string 8",
    "tRecordCount": 1
  },
  {
    "offstate": "sample string 1",
    "offcity": "sample string 2",
    "tdate": "sample string 3",
    "createdby": "sample string 4",
    "reportsto": "sample string 5",
    "tprogram": "sample string 6",
    "totemp": 1,
    "present": 1,
    "absent": 1,
    "attper": 7,
    "partnername": "sample string 8",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptEmployeeTrainingDetailAssociate_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptEmployeeTrainingDetailAssociate_Result>
    <absent>1</absent>
    <attper>7</attper>
    <createdby>sample string 4</createdby>
    <offcity>sample string 2</offcity>
    <offstate>sample string 1</offstate>
    <partnername>sample string 8</partnername>
    <present>1</present>
    <reportsto>sample string 5</reportsto>
    <tRecordCount>1</tRecordCount>
    <tdate>sample string 3</tdate>
    <totemp>1</totemp>
    <tprogram>sample string 6</tprogram>
  </GetRptEmployeeTrainingDetailAssociate_Result>
  <GetRptEmployeeTrainingDetailAssociate_Result>
    <absent>1</absent>
    <attper>7</attper>
    <createdby>sample string 4</createdby>
    <offcity>sample string 2</offcity>
    <offstate>sample string 1</offstate>
    <partnername>sample string 8</partnername>
    <present>1</present>
    <reportsto>sample string 5</reportsto>
    <tRecordCount>1</tRecordCount>
    <tdate>sample string 3</tdate>
    <totemp>1</totemp>
    <tprogram>sample string 6</tprogram>
  </GetRptEmployeeTrainingDetailAssociate_Result>
</ArrayOfGetRptEmployeeTrainingDetailAssociate_Result>