POST ictsavecode/{COMcode}/status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
COMcode

string

Required

Body Parameters

M5StatusDataModel
NameDescriptionTypeAdditional information
STAautoNo

integer

None.

STAtype

integer

None.

STAcode

integer

None.

STAnameT

string

None.

STAnameE

string

None.

STAcolF

integer

None.

STAcolB

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "STAautoNo": 1,
  "STAtype": 2,
  "STAcode": 3,
  "STAnameT": "sample string 4",
  "STAnameE": "sample string 5",
  "STAcolF": 6,
  "STAcolB": 7
}

application/xml, text/xml

Sample:
<M5StatusDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models">
  <STAautoNo>1</STAautoNo>
  <STAcode>3</STAcode>
  <STAcolB>7</STAcolB>
  <STAcolF>6</STAcolF>
  <STAnameE>sample string 5</STAnameE>
  <STAnameT>sample string 4</STAnameT>
  <STAtype>2</STAtype>
</M5StatusDataModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.