POST api/v1/pg_Journal
Request Information
URI Parameters
None.
Body Parameters
Pg_JournalVM| Name | Description | Type | Additional information |
|---|---|---|---|
| journalId | integer |
None. |
|
| journalTitle | string |
None. |
|
| author | string |
None. |
|
| yearId | integer |
None. |
|
| journal | string |
None. |
|
| volume | string |
None. |
|
| issue | string |
None. |
|
| pages | string |
None. |
|
| tenanId | integer |
None. |
|
| dateCreated | date |
None. |
|
| studentId | integer |
None. |
|
| applicationNumber | string |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
|
| yearName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"journalId": 1,
"journalTitle": "sample string 2",
"author": "sample string 3",
"yearId": 1,
"journal": "sample string 4",
"volume": "sample string 5",
"issue": "sample string 6",
"pages": "sample string 7",
"tenanId": 1,
"dateCreated": "2025-11-03T12:08:54.8841774-08:00",
"studentId": 1,
"applicationNumber": "sample string 8",
"tenantId": 9,
"createdBy": 10,
"yearName": "sample string 11"
}
application/xml, text/xml
Sample:
<Pg_JournalVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <applicationNumber>sample string 8</applicationNumber> <author>sample string 3</author> <createdBy>10</createdBy> <dateCreated>2025-11-03T12:08:54.8841774-08:00</dateCreated> <issue>sample string 6</issue> <journal>sample string 4</journal> <journalId>1</journalId> <journalTitle>sample string 2</journalTitle> <pages>sample string 7</pages> <studentId>1</studentId> <tenanId>1</tenanId> <tenantId>9</tenantId> <volume>sample string 5</volume> <yearId>1</yearId> <yearName>sample string 11</yearName> </Pg_JournalVM>
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.