PUT api/v1/pg_Conference/{conferenceId}/conferenceId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| conferenceId | integer |
Required |
Body Parameters
Pg_ConferenceVM| Name | Description | Type | Additional 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": "2025-11-03T12:06:59.3578153-08: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>2025-11-03T12:06:59.3578153-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.