POST api/manage/component-part
Request Information
URI Parameters
None.
Body Parameters
m_ComponentPart| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.