POST api/storeFG/CreateSettingCTN

Request Information

URI Parameters

None.

Body Parameters

m_SettingCTNFG
NameDescriptionTypeAdditional information
CTN

string

Required

box_id

integer

Required

Box

string

Required

MaxAmount

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "CTN": "sample string 1",
  "box_id": 2,
  "Box": "sample string 3",
  "MaxAmount": 4
}

application/xml, text/xml

Sample:
<m_SettingCTNFG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.FG">
  <Box>sample string 3</Box>
  <CTN>sample string 1</CTN>
  <MaxAmount>4</MaxAmount>
  <box_id>2</box_id>
</m_SettingCTNFG>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.