POST api/manage/component-part

Request Information

URI Parameters

None.

Body Parameters

m_ComponentPart
NameDescriptionTypeAdditional information
part_group

string

Required

Matching regular expression pattern: ([US]{1})

part_name

string

Required

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:
<m_ComponentPart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Manage">
  <part_group>sample string 1</part_group>
  <part_name>sample string 2</part_name>
</m_ComponentPart>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.