GET api/Center/PrincipalWorkshopDetails/{ptrid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ptrid

string

Required

Body Parameters

None.

Response Information

Resource Description

PrincipalWorkshop
NameDescriptionTypeAdditional information
ptrid

string

None.

partnerid

string

None.

state

string

None.

city

string

None.

trainingname

string

None.

trainingdate

date

None.

teamleaderid

string

None.

stime

string

None.

etime

string

None.

venue

string

None.

trainername

string

None.

guestname

string

None.

expectprincipalcount

integer

None.

presentprincipalcount

integer

None.

academicyear

string

None.

createdby

string

None.

createdon

date

None.

updatedby

string

None.

updatedon

date

None.

seqno

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ptrid": "sample string 1",
  "partnerid": "sample string 2",
  "state": "sample string 3",
  "city": "sample string 4",
  "trainingname": "sample string 5",
  "trainingdate": "2025-05-10T11:26:58.0642457+05:30",
  "teamleaderid": "sample string 6",
  "stime": "sample string 7",
  "etime": "sample string 8",
  "venue": "sample string 9",
  "trainername": "sample string 10",
  "guestname": "sample string 11",
  "expectprincipalcount": 1,
  "presentprincipalcount": 1,
  "academicyear": "sample string 12",
  "createdby": "sample string 13",
  "createdon": "2025-05-10T11:26:58.0642457+05:30",
  "updatedby": "sample string 14",
  "updatedon": "2025-05-10T11:26:58.0642457+05:30",
  "seqno": 1
}

application/xml, text/xml

Sample:
<PrincipalWorkshop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <academicyear>sample string 12</academicyear>
  <city>sample string 4</city>
  <createdby>sample string 13</createdby>
  <createdon>2025-05-10T11:26:58.0642457+05:30</createdon>
  <etime>sample string 8</etime>
  <expectprincipalcount>1</expectprincipalcount>
  <guestname>sample string 11</guestname>
  <partnerid>sample string 2</partnerid>
  <presentprincipalcount>1</presentprincipalcount>
  <ptrid>sample string 1</ptrid>
  <seqno>1</seqno>
  <state>sample string 3</state>
  <stime>sample string 7</stime>
  <teamleaderid>sample string 6</teamleaderid>
  <trainername>sample string 10</trainername>
  <trainingdate>2025-05-10T11:26:58.0642457+05:30</trainingdate>
  <trainingname>sample string 5</trainingname>
  <updatedby>sample string 14</updatedby>
  <updatedon>2025-05-10T11:26:58.0642457+05:30</updatedon>
  <venue>sample string 9</venue>
</PrincipalWorkshop>