POST api/design/setting/part

เพื่มข้อมูลช้นส่วน

Request Information

URI Parameters

None.

Body Parameters

md_partType
NameDescriptionTypeAdditional information
part_group

string

Required

part_name

string

String length: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "part_group": "sample string 1",
  "part_name": "sample string 2"
}

application/xml, text/xml

Sample:
<md_partType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.PartType">
  <part_group>sample string 1</part_group>
  <part_name>sample string 2</part_name>
</md_partType>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.