POST api/Center/updateexhibitionlist/{compexid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
compexid

string

Required

Body Parameters

ComputerExhibition
NameDescriptionTypeAdditional information
compexid

string

None.

state

string

None.

city

string

None.

centid

string

None.

teamleaderid

string

None.

partnerid

string

None.

exhibitionconducted

string

None.

exhibitiondate

date

None.

exstarttime

string

None.

exendtime

string

None.

venue

string

None.

academicyear

string

None.

seqno

integer

None.

createon

date

None.

createby

string

None.

updateon

date

None.

updateby

string

None.

Request Formats

application/json, text/json

Sample:
{
  "compexid": "sample string 1",
  "state": "sample string 2",
  "city": "sample string 3",
  "centid": "sample string 4",
  "teamleaderid": "sample string 5",
  "partnerid": "sample string 6",
  "exhibitionconducted": "sample string 7",
  "exhibitiondate": "2025-05-10T11:00:39.4902223+05:30",
  "exstarttime": "sample string 8",
  "exendtime": "sample string 9",
  "venue": "sample string 10",
  "academicyear": "sample string 11",
  "seqno": 1,
  "createon": "2025-05-10T11:00:39.4902223+05:30",
  "createby": "sample string 12",
  "updateon": "2025-05-10T11:00:39.4902223+05:30",
  "updateby": "sample string 13"
}

application/xml, text/xml

Sample:
<ComputerExhibition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <academicyear>sample string 11</academicyear>
  <centid>sample string 4</centid>
  <city>sample string 3</city>
  <compexid>sample string 1</compexid>
  <createby>sample string 12</createby>
  <createon>2025-05-10T11:00:39.4902223+05:30</createon>
  <exendtime>sample string 9</exendtime>
  <exhibitionconducted>sample string 7</exhibitionconducted>
  <exhibitiondate>2025-05-10T11:00:39.4902223+05:30</exhibitiondate>
  <exstarttime>sample string 8</exstarttime>
  <partnerid>sample string 6</partnerid>
  <seqno>1</seqno>
  <state>sample string 2</state>
  <teamleaderid>sample string 5</teamleaderid>
  <updateby>sample string 13</updateby>
  <updateon>2025-05-10T11:00:39.4902223+05:30</updateon>
  <venue>sample string 10</venue>
</ComputerExhibition>

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>