GET api/Center/GetIDICaseStudyDetail/{csid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
csid

integer

Required

Body Parameters

None.

Response Information

Resource Description

GetIDICaseStudyDetail_Result
NameDescriptionTypeAdditional information
csid

integer

None.

centid

string

None.

centname

string

None.

academicyear

string

None.

studentid

string

None.

studname

string

None.

notificationreason

string

None.

status

integer

None.

docname

string

None.

docpath

string

None.

parentbatch

string

None.

remark

string

None.

Response Formats

application/json, text/json

Sample:
{
  "csid": 1,
  "centid": "sample string 2",
  "centname": "sample string 3",
  "academicyear": "sample string 4",
  "studentid": "sample string 5",
  "studname": "sample string 6",
  "notificationreason": "sample string 7",
  "status": 1,
  "docname": "sample string 8",
  "docpath": "sample string 9",
  "parentbatch": "sample string 10",
  "remark": "sample string 11"
}

application/xml, text/xml

Sample:
<GetIDICaseStudyDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <academicyear>sample string 4</academicyear>
  <centid>sample string 2</centid>
  <centname>sample string 3</centname>
  <csid>1</csid>
  <docname>sample string 8</docname>
  <docpath>sample string 9</docpath>
  <notificationreason>sample string 7</notificationreason>
  <parentbatch>sample string 10</parentbatch>
  <remark>sample string 11</remark>
  <status>1</status>
  <studentid>sample string 5</studentid>
  <studname>sample string 6</studname>
</GetIDICaseStudyDetail_Result>