POST api/packing/ReportSewingEdge
Report Sewing Edge
Request Information
URI Parameters
None.
Body Parameters
Collection of m_req_ReportSewingEdge| Name | Description | Type | Additional information |
|---|---|---|---|
| pk_plan_id | integer |
None. |
|
| pk_plan_no | string |
None. |
|
| work_type | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"pk_plan_id": 1,
"pk_plan_no": "sample string 2",
"work_type": "sample string 3"
},
{
"pk_plan_id": 1,
"pk_plan_no": "sample string 2",
"work_type": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfm_req_ReportSewingEdge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Packing">
<m_req_ReportSewingEdge>
<pk_plan_id>1</pk_plan_id>
<pk_plan_no>sample string 2</pk_plan_no>
<work_type>sample string 3</work_type>
</m_req_ReportSewingEdge>
<m_req_ReportSewingEdge>
<pk_plan_id>1</pk_plan_id>
<pk_plan_no>sample string 2</pk_plan_no>
<work_type>sample string 3</work_type>
</m_req_ReportSewingEdge>
</ArrayOfm_req_ReportSewingEdge>
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.