POST api/Center/UpdateCollege/{userid}/{role}/{pgid}/{collegeid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

collegeid

string

Required

pgid

string

None.

Body Parameters

College
NameDescriptionTypeAdditional information
collegeid

string

None.

collegemode

string

None.

state

string

None.

district

string

None.

city

string

None.

collegename

string

None.

premiseowner

string

None.

type

string

None.

stdt

date

None.

enddt

date

None.

address

string

None.

pinno

string

None.

contactno

integer

None.

emailid

string

None.

pgid

string

None.

iditeamleaderid

string

None.

teamleaderid

string

None.

pcid

string

None.

ohid

string

None.

progassociate

string

None.

modelassociate

string

None.

vendor

string

None.

createon

date

None.

createby

string

None.

status

integer

None.

seqno

integer

None.

updateon

date

None.

updateby

string

None.

Request Formats

application/json, text/json

Sample:
{
  "collegeid": "sample string 1",
  "collegemode": "sample string 2",
  "state": "sample string 3",
  "district": "sample string 4",
  "city": "sample string 5",
  "collegename": "sample string 6",
  "premiseowner": "sample string 7",
  "type": "sample string 8",
  "stdt": "2025-05-10T11:53:17.4201274+05:30",
  "enddt": "2025-05-10T11:53:17.4201274+05:30",
  "address": "sample string 9",
  "pinno": "sample string 10",
  "contactno": 1,
  "emailid": "sample string 11",
  "pgid": "sample string 12",
  "iditeamleaderid": "sample string 13",
  "teamleaderid": "sample string 14",
  "pcid": "sample string 15",
  "ohid": "sample string 16",
  "progassociate": "sample string 17",
  "modelassociate": "sample string 18",
  "vendor": "sample string 19",
  "createon": "2025-05-10T11:53:17.4201274+05:30",
  "createby": "sample string 20",
  "status": 1,
  "seqno": 21,
  "updateon": "2025-05-10T11:53:17.4201274+05:30",
  "updateby": "sample string 22"
}

application/xml, text/xml

Sample:
<College xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <address>sample string 9</address>
  <city>sample string 5</city>
  <collegeid>sample string 1</collegeid>
  <collegemode>sample string 2</collegemode>
  <collegename>sample string 6</collegename>
  <contactno>1</contactno>
  <createby>sample string 20</createby>
  <createon>2025-05-10T11:53:17.4201274+05:30</createon>
  <district>sample string 4</district>
  <emailid>sample string 11</emailid>
  <enddt>2025-05-10T11:53:17.4201274+05:30</enddt>
  <iditeamleaderid>sample string 13</iditeamleaderid>
  <modelassociate>sample string 18</modelassociate>
  <ohid>sample string 16</ohid>
  <pcid>sample string 15</pcid>
  <pgid>sample string 12</pgid>
  <pinno>sample string 10</pinno>
  <premiseowner>sample string 7</premiseowner>
  <progassociate>sample string 17</progassociate>
  <seqno>21</seqno>
  <state>sample string 3</state>
  <status>1</status>
  <stdt>2025-05-10T11:53:17.4201274+05:30</stdt>
  <teamleaderid>sample string 14</teamleaderid>
  <type>sample string 8</type>
  <updateby>sample string 22</updateby>
  <updateon>2025-05-10T11:53:17.4201274+05:30</updateon>
  <vendor>sample string 19</vendor>
</College>

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>