PUT api/sewing/done-all
Request Information
URI Parameters
None.
Body Parameters
m_frombody_request| Name | Description | Type | Additional information |
|---|---|---|---|
| plan_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"plan_id": 1
}
application/xml, text/xml
Sample:
<m_frombody_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.WebAPI.Models"> <plan_id>1</plan_id> </m_frombody_request>
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.