POST api/PoctLogin/UpdateInstrument

Request Information

URI Parameters

None.

Body Parameters

log62
NameDescriptionTypeAdditional information
instid

integer

None.

InstrumentName

string

None.

ModelNo

string

None.

Status

string

None.

CopId

integer

None.

Category

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "instid": 1,
  "InstrumentName": "sample string 2",
  "ModelNo": "sample string 3",
  "Status": "sample string 4",
  "CopId": 5,
  "Category": "sample string 6"
}

application/xml, text/xml

Sample:
<Login.log62 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <Category>sample string 6</Category>
  <CopId>5</CopId>
  <InstrumentName>sample string 2</InstrumentName>
  <ModelNo>sample string 3</ModelNo>
  <Status>sample string 4</Status>
  <instid>1</instid>
</Login.log62>

multipart/form-data

Sample:
<Login.log62 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"><Category>sample string 6</Category><CopId>5</CopId><InstrumentName>sample string 2</InstrumentName><ModelNo>sample string 3</ModelNo><Status>sample string 4</Status><instid>1</instid></Login.log62>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data, text/html

Sample:

Sample not available.