POST V3/savecode/{COMcode}/product-formula

Request Information

URI Parameters

NameDescriptionTypeAdditional information
COMcode

string

Required

Body Parameters

M5L_ProductFormulaDataModel
NameDescriptionTypeAdditional information
SF_no

integer

None.

SF_stkF

string

None.

SF_stkS

string

None.

SF_quan

decimal number

None.

SF_unit

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SF_no": 1,
  "SF_stkF": "sample string 2",
  "SF_stkS": "sample string 3",
  "SF_quan": 4.1,
  "SF_unit": 5
}

application/xml, text/xml

Sample:
<M5L_ProductFormulaDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models">
  <SF_no>1</SF_no>
  <SF_quan>4.1</SF_quan>
  <SF_stkF>sample string 2</SF_stkF>
  <SF_stkS>sample string 3</SF_stkS>
  <SF_unit>5</SF_unit>
</M5L_ProductFormulaDataModel>

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.