PUT api/design/setting/part?part_id={part_id}
แก้ไขข้อมูลชิ้นส่วน
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| part_id | integer |
Required |
Body Parameters
md_partType| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.