POST ictsavecode/{COMcode}/product-formula

Request Information

URI Parameters

NameDescriptionTypeAdditional information
COMcode

string

Required

Body Parameters

M5ProductFormulaDataModel
NameDescriptionTypeAdditional information
STFAutoNo

integer

None.

STFcode

string

None.

STFlist

string

None.

STFquan

decimal number

None.

STFunit

integer

None.

STFmemo

string

None.

STFio

integer

None.

STFint

integer

None.

STFloss

decimal number

None.

STFcostP

decimal number

None.

STFprime

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "STFAutoNo": 1,
  "STFcode": "sample string 2",
  "STFlist": "sample string 3",
  "STFquan": 4.1,
  "STFunit": 5,
  "STFmemo": "sample string 6",
  "STFio": 7,
  "STFint": 8,
  "STFloss": 9.1,
  "STFcostP": 10.1,
  "STFprime": 11
}

application/xml, text/xml

Sample:
<M5ProductFormulaDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models">
  <STFAutoNo>1</STFAutoNo>
  <STFcode>sample string 2</STFcode>
  <STFcostP>10.1</STFcostP>
  <STFint>8</STFint>
  <STFio>7</STFio>
  <STFlist>sample string 3</STFlist>
  <STFloss>9.1</STFloss>
  <STFmemo>sample string 6</STFmemo>
  <STFprime>11</STFprime>
  <STFquan>4.1</STFquan>
  <STFunit>5</STFunit>
</M5ProductFormulaDataModel>

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.