PUT api/v1/pg_Conference/{conferenceId}/conferenceId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
conferenceId

integer

Required

Body Parameters

Pg_ConferenceVM
NameDescriptionTypeAdditional information
conferenceId

integer

None.

conferenceTitle

string

None.

author

string

None.

yearId

integer

None.

conferenceName

string

None.

conferenceLocation

string

None.

publisher

string

None.

tenantId

integer

None.

dateCreated

date

None.

studentId

integer

None.

applicationNumber

string

None.

createdBy

integer

None.

yearName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "conferenceId": 1,
  "conferenceTitle": "sample string 2",
  "author": "sample string 3",
  "yearId": 1,
  "conferenceName": "sample string 4",
  "conferenceLocation": "sample string 5",
  "publisher": "sample string 6",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:23:33.391923-07:00",
  "studentId": 1,
  "applicationNumber": "sample string 7",
  "createdBy": 8,
  "yearName": "sample string 9"
}

application/xml, text/xml

Sample:
<Pg_ConferenceVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <applicationNumber>sample string 7</applicationNumber>
  <author>sample string 3</author>
  <conferenceId>1</conferenceId>
  <conferenceLocation>sample string 5</conferenceLocation>
  <conferenceName>sample string 4</conferenceName>
  <conferenceTitle>sample string 2</conferenceTitle>
  <createdBy>8</createdBy>
  <dateCreated>2024-09-19T09:23:33.391923-07:00</dateCreated>
  <publisher>sample string 6</publisher>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <yearId>1</yearId>
  <yearName>sample string 9</yearName>
</Pg_ConferenceVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.