POST update/specialinstruction

Request Information

URI Parameters

None.

Body Parameters

DtoSpecialInstruction
NameDescriptionTypeAdditional information
id

integer

None.

JournalId

integer

None.

field

integer

None.

Specialinstructions

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "JournalId": 2,
  "field": 3,
  "Specialinstructions": "sample string 4"
}

application/xml, text/xml

Sample:
<DtoSpecialInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Interface.Business.Dtos.ContentSpecification">
  <JournalId>2</JournalId>
  <Specialinstructions>sample string 4</Specialinstructions>
  <field>3</field>
  <id>1</id>
</DtoSpecialInstruction>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.