POST delete/specialinstruction

Request Information

URI Parameters

None.

Body Parameters

DtoContentSpecificatio
NameDescriptionTypeAdditional information
id

integer

None.

JournalId

integer

None.

CopyeditingStyleGuide

string

None.

CitationStyle

string

None.

ReferenceStyle

string

None.

CopyeditingLevel

string

None.

CopyrightLine

string

None.

FootnoteReferences

string

None.

LeadingZeroinDecimalFraction

string

None.

LeadingZeroStatistiacalValues

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "JournalId": 2,
  "CopyeditingStyleGuide": "sample string 3",
  "CitationStyle": "sample string 4",
  "ReferenceStyle": "sample string 5",
  "CopyeditingLevel": "sample string 6",
  "CopyrightLine": "sample string 7",
  "FootnoteReferences": "sample string 8",
  "LeadingZeroinDecimalFraction": "sample string 9",
  "LeadingZeroStatistiacalValues": "sample string 10"
}

application/xml, text/xml

Sample:
<DtoContentSpecificatio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Interface.Business.Dtos.ContentSpecification">
  <CitationStyle>sample string 4</CitationStyle>
  <CopyeditingLevel>sample string 6</CopyeditingLevel>
  <CopyeditingStyleGuide>sample string 3</CopyeditingStyleGuide>
  <CopyrightLine>sample string 7</CopyrightLine>
  <FootnoteReferences>sample string 8</FootnoteReferences>
  <JournalId>2</JournalId>
  <LeadingZeroStatistiacalValues>sample string 10</LeadingZeroStatistiacalValues>
  <LeadingZeroinDecimalFraction>sample string 9</LeadingZeroinDecimalFraction>
  <ReferenceStyle>sample string 5</ReferenceStyle>
  <id>1</id>
</DtoContentSpecificatio>

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 'DtoContentSpecificatio'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.