PUT api/ReceiveDepartment/screen/modal
Request Information
URI Parameters
None.
Body Parameters
Collection of m_receive_plan_department| Name | Description | Type | Additional information |
|---|---|---|---|
| plan_no | string |
None. |
|
| model_no | string |
None. |
|
| model_color | string |
None. |
|
| part_name | string |
None. |
|
| num_of_times | byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"plan_no": "sample string 1",
"model_no": "sample string 2",
"model_color": "sample string 3",
"part_name": "sample string 4",
"num_of_times": 64
},
{
"plan_no": "sample string 1",
"model_no": "sample string 2",
"model_color": "sample string 3",
"part_name": "sample string 4",
"num_of_times": 64
}
]
application/xml, text/xml
Sample:
<ArrayOfm_receive_plan_department xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.ReceiveDepartment">
<m_receive_plan_department>
<model_color>sample string 3</model_color>
<model_no>sample string 2</model_no>
<num_of_times>64</num_of_times>
<part_name>sample string 4</part_name>
<plan_no>sample string 1</plan_no>
</m_receive_plan_department>
<m_receive_plan_department>
<model_color>sample string 3</model_color>
<model_no>sample string 2</model_no>
<num_of_times>64</num_of_times>
<part_name>sample string 4</part_name>
<plan_no>sample string 1</plan_no>
</m_receive_plan_department>
</ArrayOfm_receive_plan_department>
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.