POST select/searchjournal

Request Information

URI Parameters

None.

Body Parameters

DtoSearchJournal
NameDescriptionTypeAdditional information
id

integer

None.

jouranalTitle

string

None.

sapMasterAcronyms

string

None.

printISSN

string

None.

electronicISSN

string

None.

CopyeditingLevel

string

None.

SearchJournal

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "jouranalTitle": "sample string 2",
  "sapMasterAcronyms": "sample string 3",
  "printISSN": "sample string 4",
  "electronicISSN": "sample string 5",
  "CopyeditingLevel": "sample string 6",
  "SearchJournal": "sample string 7"
}

application/xml, text/xml

Sample:
<DtoSearchJournal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Interface.Business.Dtos.JournalDetails">
  <CopyeditingLevel>sample string 6</CopyeditingLevel>
  <SearchJournal>sample string 7</SearchJournal>
  <electronicISSN>sample string 5</electronicISSN>
  <id>1</id>
  <jouranalTitle>sample string 2</jouranalTitle>
  <printISSN>sample string 4</printISSN>
  <sapMasterAcronyms>sample string 3</sapMasterAcronyms>
</DtoSearchJournal>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DtoSearchJournal'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.