PUT api/production/packing/remark
Request Information
URI Parameters
None.
Body Parameters
md_packing_remark| Name | Description | Type | Additional information |
|---|---|---|---|
| ord_id | integer |
None. |
|
| remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ord_id": 1,
"remark": "sample string 2"
}
application/xml, text/xml
Sample:
<md_packing_remark xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Packing"> <ord_id>1</ord_id> <remark>sample string 2</remark> </md_packing_remark>
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.