POST api/Center/AddIDICaseStudy

Request Information

URI Parameters

None.

Body Parameters

IDICaseStudy
NameDescriptionTypeAdditional information
csid

integer

None.

centid

string

None.

parentbatch

string

None.

academicyear

string

None.

studentid

string

None.

notificationreason

string

None.

status

integer

None.

remark

string

None.

docname

string

None.

docpath

string

None.

fellowby

string

None.

fellowon

date

None.

ccby

string

None.

ccon

date

None.

createdby

string

None.

createdon

date

None.

Request Formats

application/json, text/json

Sample:
{
  "csid": 1,
  "centid": "sample string 2",
  "parentbatch": "sample string 3",
  "academicyear": "sample string 4",
  "studentid": "sample string 5",
  "notificationreason": "sample string 6",
  "status": 1,
  "remark": "sample string 7",
  "docname": "sample string 8",
  "docpath": "sample string 9",
  "fellowby": "sample string 10",
  "fellowon": "2025-05-10T10:37:27.5930837+05:30",
  "ccby": "sample string 11",
  "ccon": "2025-05-10T10:37:27.5930837+05:30",
  "createdby": "sample string 12",
  "createdon": "2025-05-10T10:37:27.5930837+05:30"
}

application/xml, text/xml

Sample:
<IDICaseStudy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <academicyear>sample string 4</academicyear>
  <ccby>sample string 11</ccby>
  <ccon>2025-05-10T10:37:27.5930837+05:30</ccon>
  <centid>sample string 2</centid>
  <createdby>sample string 12</createdby>
  <createdon>2025-05-10T10:37:27.5930837+05:30</createdon>
  <csid>1</csid>
  <docname>sample string 8</docname>
  <docpath>sample string 9</docpath>
  <fellowby>sample string 10</fellowby>
  <fellowon>2025-05-10T10:37:27.5930837+05:30</fellowon>
  <notificationreason>sample string 6</notificationreason>
  <parentbatch>sample string 3</parentbatch>
  <remark>sample string 7</remark>
  <status>1</status>
  <studentid>sample string 5</studentid>
</IDICaseStudy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>